sxeros Posted January 31, 2013 Share Posted January 31, 2013 Having a strange one today with Prestashop 1.4.8.2 , within the admin control panel certain fields won't update and others change just fine. Example adding a product works fine but if you try and change something in Tools / Preferences or Shipping nothing updates when a setting or value is changed. This is what i have done so far... 1. I have added a php.ini file in both directories of 128Mb and added the ini settings in the configs , I can load all the modules fine without any memory errors so it can be a memory problem 2. I have restored the entire admin directory from the original PS source code to see if any of the admin php files had become corrupt. 3. Checked the translations and I can update them no problem in the admin panel. 4. I have checked the tables for errors by running a SQL repair in cPanel which found nothing. 5. I have enabled debug mode and show errors but nothing appears. I really don't know what to do next , as I can't see the problem and because its working fine in some areas and not others makes this problem very strange. Any advanced or technical advice or help would be helpful... Thanks Link to comment Share on other sites More sharing options...
sxeros Posted January 31, 2013 Author Share Posted January 31, 2013 I have just done a SQL test from phpMyAdmin I have manually changed the variable PS_SHOP_ENABLE to 0 which should update in the preferences option as the shop is offline but it looks like the SQL variables are not updating the admin settings. The other strange thing is I could still access the front end of the shop even when the variable PS_SHOP_ENABLE was 0 and the maintenance IP was empty. ... Link to comment Share on other sites More sharing options...
sxeros Posted January 31, 2013 Author Share Posted January 31, 2013 Solved the problem If anyone needs to fix this problem please do the following. 1. Delete the cache folder contents via FTP thats if you are using cache data 2. Modify your PHP.INI and make sure safe_mode is disabled. safe_mode = Off 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now