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
Can't Reply to Posts Without a Warning Notice
Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Apr 25, 2015 - 3:42 pm

In particular how about any 'admin' plugins you might be running? I.e,, plugins that only 'do' something when it is the admin using the site.

And there is still that mysterious script error that is recurring over and over again on every page load. 

But it is why I asked about the process you go through to reply to a post. And I mean from the time you load the page to the time you hit the submit button. And - please note. Your site is very, very slow to load so you do need to wait for things to be fully loaded before trying to reply to a post. 

andy-signature.png
YELLOW
SWORDFISH
Avatar
Weltall
Member
Free Members
sp_UserOfflineSmall Offline
Apr 25, 2015 - 4:49 pm

The only thing I changed in last few days is the WP update and simple press update. Before these two updates everything was fine.

Also, i got some feedback and other few users have this issue on my forum, so it's not linked to admin problems (they are not WP admin).

I also gave to a user with no error the admin permission, and they got no error.

The only things I do after the page is fully loaded is typing and then pressing submit...

Is there any way to disable totally these kind of warnings on my forum?

Also when i press submit button this error appers (it appears also when i open forum page)

TypeError: a is null
 http://clandecima.it/wordpress/wp-includes/js/jquery/jquery.js?ver=1.11.2
 Line 1
Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Apr 25, 2015 - 8:26 pm

that js error would likely be coming from the script error that Andy reported seeing repeatedly on your site... when you get js errors, js processing essentially stops...

since wp updated to the latest jquery in 4.2...  perhaps a theme or plugin needs a compatibility upgrade?   I do see your wp theme going against the wp standards/api and loading its own version of jquery ui

<script type='text/javascript' src='http://clandecima.it/wordpress/wp-content/themes/gameaddict/js/jquery-ui-1.10.3.custom.min.js?ver=4.2'></script>

note that version is quite old compare to the jquery ui that comes with WP, version 1.11.4...  so other plugins are expecting to use the version that comes with wp...  good possibility of conflicts/errors when the theme discards the wp version and loads it own...

the warning about leaving page exists from user requests...  many forum admins had users leaving a page before submitting the post thusly losing the post content and having to re-enter...

worth adding, hard to tell what might be going on because I couldnt get the message to show for me... saves fine...

this is untested, but give this a try to disable...  just add the following code to your spFunctions.php of your sp theme...

add_action('sph_platform_vars',    'my_platform_vars');
function my_platform_vars() {
    echo '"saveprocess":"true",';
}

as always, we strongly urge you to have a child theme or make your own sp theme to keep from losing changes on updates...

Avatar
Weltall
Member
Free Members
sp_UserOfflineSmall Offline
Apr 26, 2015 - 3:39 am

Ok, the code works 🙂

Yes, maybe it's the WP theme that is old, since it was not updated during the 4.2 WP update. Also lots of plugin I'm running need update after WP patch.

I will work on a child theme as you suggested, thanks a lot for support 🙂

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Apr 26, 2015 - 3:41 am

nice!  glad to help! 

yeah, unfortunately, if plugins are not well maintained, it can be problematic on major wp version updates...

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: 643
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 616
Members: 17343
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10117
Posts: 79590