2014-02-12, 01:17:29
(2014-02-12, 00:07:44)shawn_a Wrote: So sounds like a plugin issue above certain pages on your installation.
This issue appears on 3.2.3 as well? can I close this as it sounds specific to your install.
It is still not that much data to save, also errors like that usually make your page request timeout.
And you should have an error in your gs error.txt or your hosts.
I wonder if you are getting a js error.
Try checking your browser console, F12 in chrome for js errors when the save fails.
That why I also brought this up in the i18n topic. I figured it would be something I18n plugin related.
Not sure if it is specific for my install or host. Not everybody has a site with this many pages of course, so can also be that nobody ran into it so far.
Perhaps somebody can test this on another server?
At the same time our install is relatively standard. Nothing custom, standard GS with mainly I18n plugins (also I18n special pages, I18n custom fields and I18n search). I also tested with all plugins, except the I18n navigation one, switched off. Doesn't change a thing.
So if it is plugin related it would be I18n related.
In any case: no page request timeouts and neither an error in the gs error log.
When hitting save the Chrome console shows the following:
Code:
body.scrollTop is deprecated in strict mode. Please use 'documentElement.scrollTop' if in strict mode and 'body.scrollTop' only if in quirks mode. jquery.min.js?v=1.7.1:4
body.scrollLeft is deprecated in strict mode. Please use 'documentElement.scrollLeft' if in strict mode and 'body.scrollLeft' only if in quirks mode. jquery.min.js?v=1.7.1:4
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.