Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Random Hangs on Publish/Save


Go to End


5 Posts   2007 Views

Avatar
jsaade

Community Member, 18 Posts

12 April 2011 at 8:00pm

I have seen the same issue in the archive but without a single reply.
Randomly, Silverstripes "Hangs" when I try to publish or Save.
It just keeps the Publish or Save button rotating, but does not do anything.
I have to clear the browser cookies and restart.
I have the latest silverstripe and latest firefox.

Can it be an error while saving?
I have access to the logs, but nothing is logged in the date/time I get the weird "bug"

Any suggestions?

Avatar
Willr

Forum Moderator, 5523 Posts

13 April 2011 at 8:27pm

Have a look at your web browser console, does the xhr request complete or timeout?

Avatar
jsaade

Community Member, 18 Posts

14 April 2011 at 2:31am

No, when it times out, Silverstripe actually outputs an "Error".
In this case When you click the button, it doesn ot even show "saving"
it just keeps rotating until you clear the cache+cookies.

Avatar
Willr

Forum Moderator, 5523 Posts

14 April 2011 at 11:29am

No, when it times out, Silverstripe actually outputs an "Error".

Is your site running in devmode? Make sure your PHP error reporting is turned on and SilverStripe's devmode is enabled and you should get a proper error message in the response.

Avatar
jsaade

Community Member, 18 Posts

14 April 2011 at 6:30pm

Error Logs are empty:
err.log and error_log
It had one error saying DataObject could not find a class but was fixed after I did a dev/build