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.

Archive /

Our old forums are still available as a read-only archive.

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

Fresh Install - Can't Save or Publish (RESOLVED)


Go to End


9 Posts   7122 Views

Avatar
PassePartout

Community Member, 21 Posts

20 June 2008 at 4:01am

Edited: 20/06/2008 4:12am

So after some brainfarts I decided to put on CMSMS to see what possible problems could be going on. CMSMS checks for a number of different things and resolving these issues fixed the problem.


My server was running apache in CGI mode as opposed to module so I had to change the settings in the php.ini file as such:

Change#1) upload_max_filesize = 2M to upload_max_filesize = 10M

Change#2) I had to created a "/tmp" folder in order to specify the "session.save_path = " as it was null

everything seems to be working now, login problem is gone, publishing works, all is well in the world, thanks to everyone who spent time working on this problem with me, i appreciate the help and will make sure to try and help those that i can as was done for me :)

cheers

Go to Top