Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
Add New Topic not working on Topic page but works in Forum page
Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jan 29, 2014 - 5:12 pm

If dedicated then it would be better to increase the memory in php using the setting directly in the php.ini file. Much more robust...

andy-signature.png
YELLOW
SWORDFISH
Avatar
Kenn
Somerset, UK
Member
Free Members
sp_UserOfflineSmall Offline
Jan 29, 2014 - 9:59 pm

I'm really struggling with the latest Simple Press update in some way or another it seems to conflict with several plugins we're using. Even using a selective loading plugin to try and deactivate all other plugins on the forum page isn't working.

As the site is a multisite what I'm thinking of doing is creating a new site and cloning the template and menu and then running the forum on another site with absolutely no other plugins on it. This should make no difference to the user but could fix all these conflicts.

Do you think this could work?

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jan 30, 2014 - 12:47 am

latest release?  its been out for months now...  is this new install?

simple press does work with multisite...  but each network site is standalone....

what are all the problems you allude to?   Reading through the thread seems to be running out of php memory...  have you increased the php memory directly as suggested by Andy?

you can run simple press on any of the network sites that you want - as stated each is a unique install...  network admin stuff is of course handled from the main site in the network...

Avatar
Kenn
Somerset, UK
Member
Free Members
sp_UserOfflineSmall Offline
Jan 30, 2014 - 8:33 am

Thanks for the reply,

Basically current situation is The Add Topic button isn't working when within a topic and the when in the simplepress profile page the posted to topics and topics created takes the user to a blank screen also the customer is currently administrating the forum using the pop out toolset as the forum menus in the dashboard just take us to a white screen too.

We have been using an https plugin to help handle areas of the site we want to secure and even though we don't secure any forum pages it is interfering which now means other parts of the site are conflicting as we have has to turn it off to keep the forum open.

It is my own fault regarding the latest release comment, we had been hanging on to do updates because we were concerned about conflicts like these and I just haven't had time to clone the site for testing purposes.

Fortunately the site is working it's just got a few glitches to iron out.

The PHP memory has been increased and the last time I checked these looked like they were gone in the logs.

There are still errors but none regarding memory.

[Thu Jan 30 13:25:05 2014] [error] [client 66.249.75.83] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

[Thu Jan 30 13:25:05 2014] [error] [client 66.249.75.83] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

[Thu Jan 30 13:25:20 2014] [warn] [client 208.110.95.114] mod_fcgid: stderr: PHP Warning:  htmlspecialchars(): Invalid multibyte sequence in argument

[Thu Jan 30 13:25:20 2014] [warn] [client 208.110.95.114] mod_fcgid: stderr: PHP Warning:  htmlspecialchars(): Invalid multibyte sequence in argument in /var/www/vhosts/landlordreferencing.co.uk/problem-with-post-edit-buttonttpdocs/wp-content/plugins/simple-press/sp-api/sp-api-filters.php on line 1761

[Thu Jan 30 13:25:21 2014] [warn] [client 208.110.95.114] mod_fcgid: stderr: PHP Warning:  htmlspecialchars(): Invalid multibyte sequence in argument

 

Currently the forum is under /discuss  as the multisite is set up using /? instead of sub domains I can create a new site, deactivate most of the plugins in network admin and then reactivate them on a site basis, this way I can run simplepress with no other plugins active hopefully stopping any and all conflicts. It will also help us worrying in future when other plugins update if they will upset the forum.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jan 30, 2014 - 10:32 pm

simple press supports https... assuming its properly initiated in wp (there are flags to be used in wp config)..

that recursion things sounds odd, but no reference that its sp related...

regard the multibyte, what version of php is your server running?  would like more info on that error but not sure how to get it...  older versions of php didnt support htmlspecialchars the same, but assuming you have the min wp version, it should be fine...

 

Avatar
Kenn
Somerset, UK
Member
Free Members
sp_UserOfflineSmall Offline
Jan 31, 2014 - 1:58 am

The server is running PHP 5.3.3

I have finished setting up a template clone of the site and have installed SimplePress and all the buttons and features are working as they should so it is obviously a conflict with one of the plugins I can't turn off.

Could you please advise how I get all the content from one install to the other?

All the tables are in the same database but I obviously have two sets now the new ones with prefix eg. ab_3 instead of ab?

Hope you can help.

Kenn

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jan 31, 2014 - 4:21 am

Simple:Press tables all start with the prefix 'sf' so they are easy to identify. The forum also needs the WordPress 'users' and 'usermeta' tables to tie up with the 'sfmembers' SP table that holds extended forum based user information.

If all of your SP tables are in a different database then it is possible to export the ones you need to copy to a sql dump file and then import them back into the second database. This will work as long as they have the same WordPress prefix. You can make exports and imports using a tool such as phpMyAdmin. If you go down this route make sure you include the DROP TABLE instruction which is an option. This will ensure that when the sql dump is imported again the existing tables will be removed first.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Kenn
Somerset, UK
Member
Free Members
sp_UserOfflineSmall Offline
Jan 31, 2014 - 5:33 am

Thank you

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jan 31, 2014 - 10:58 am

you're welcome!

Avatar
Kenn
Somerset, UK
Member
Free Members
sp_UserOfflineSmall Offline
Jan 31, 2014 - 4:11 pm

I'm pleased to say I've copied the whole forum to the subsite /forum and I have put the forum on the home page by setting a static page as the home page. When I click anywhere in the forum though it navigates to the page and the URL changes is there any way I can avoid this? I'm sure I saw it on another thread but I can't find it.

 

Old forum

sitename/pagename/forum name

 

URL at the moment on the home page:

sitename/subsitename/forum name

 

But when you click on anything in the forum moves to:

sitename/subsitename/pagename/forum name

 

What I want to achieve is

sitename/subsitename/forum name

 

That way all the existing links throughout the site and sites linking in will still work as the location will be the same.

 

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 617
Members: 17359
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10125
Posts: 79620