Moved Site Onto Live Server
Permalink 1 user found helpful
Hey,
Today i moved my clients website from the dev server to the live server and had a few hiccups along the way but everything is working great now except for one thing.
For some reason when i try to edit a page i click the "Edit Page" button it loads the page but instead of having the editable area's it has a greyed out "Edit Page" button and this text "Another user is currently editing this page."
Here is my process for moving the site:
1. Backup database and concrete5 files
2. export database
4. disable and clear cache
5. copy files onto new server via ftp
6. import database to new server
7. configured config/site.php with new database details
8. enable cache
9. try to edit but get "Another user is currently editing this page." error
Here is a pic of the error:
http://img40.imageshack.us/img40/8627/editerror.png...
This is quite urgent as the site is now live.
Any suggestions would be much appreciated
Cheers,
Joe
Today i moved my clients website from the dev server to the live server and had a few hiccups along the way but everything is working great now except for one thing.
For some reason when i try to edit a page i click the "Edit Page" button it loads the page but instead of having the editable area's it has a greyed out "Edit Page" button and this text "Another user is currently editing this page."
Here is my process for moving the site:
1. Backup database and concrete5 files
2. export database
4. disable and clear cache
5. copy files onto new server via ftp
6. import database to new server
7. configured config/site.php with new database details
8. enable cache
9. try to edit but get "Another user is currently editing this page." error
Here is a pic of the error:
http://img40.imageshack.us/img40/8627/editerror.png...
This is quite urgent as the site is now live.
Any suggestions would be much appreciated
Cheers,
Joe
Does this happen on every page or specific pages? Are you logging in as Admin?
Yea it happens on every page and yes logged in as Admin. Also that is the only User on the website.
Have you enabled and applied advanced permissions ?
I have added this line to my config/site.php file:
define('PERMISSIONS_MODEL', 'advanced');
But i am not sure how to check if this is working.
Are you able to advise me how to make sure advanced permissions is enabled and applied.
Still getting the same error, never had this before.
define('PERMISSIONS_MODEL', 'advanced');
But i am not sure how to check if this is working.
Are you able to advise me how to make sure advanced permissions is enabled and applied.
Still getting the same error, never had this before.
Resolved
This was caused because the directory permission settings on the new web server were set so that it denied concrete5 permission to read, write, delete and execute.
This was caused because the directory permission settings on the new web server were set so that it denied concrete5 permission to read, write, delete and execute.