benknackan Posted November 14, 2012 Share Posted November 14, 2012 (edited) Please help me! I need to use positions/live edit urgently but I can't properly access it! See attached image, positions opens but do not load list of modules or live edit option! edit: First hand I need help to move the location of the cart manually if u can't help me fix this? Atm cart is @ bottom on the left column. If I can move it manually to right column on top atleast the customers won't see that there is a problem with site. Edited November 15, 2012 by benknackan (see edit history) Link to comment Share on other sites More sharing options...
benknackan Posted November 14, 2012 Author Share Posted November 14, 2012 Now it's affecting root of modules tab too (other tabs under modules is working, like myaccount themes and so on). See attached, and help urgently! Link to comment Share on other sites More sharing options...
benknackan Posted November 14, 2012 Author Share Posted November 14, 2012 an1? Pls Link to comment Share on other sites More sharing options...
tdr170 Posted November 14, 2012 Share Posted November 14, 2012 Try this using your FTP log on to your server and edit the config.inc.php file and turn on error reporting and add a switch to increase your php,ini memory. (example below) See if any of this helps! /* Debug only */ @ini_set('display_errors', 'off'); change this to 'on' define('_PS_DEBUG_SQL_', false); then add the line in red to this section: /* Improve PHP configuration to prevent issues */ ini_set('memory_limit','128M'); ini_set('upload_max_filesize', '100M'); ini_set('default_charset', 'utf-8'); ini_set('magic_quotes_runtime', 0); 1 Link to comment Share on other sites More sharing options...
benknackan Posted November 15, 2012 Author Share Posted November 15, 2012 Try this using your FTP log on to your server and edit the config.inc.php file and turn on error reporting and add a switch to increase your php,ini memory. (example below) See if any of this helps! /* Debug only */ @ini_set('display_errors', 'off'); change this to 'on' define('_PS_DEBUG_SQL_', false); then add the line in red to this section: /* Improve PHP configuration to prevent issues */ ini_set('memory_limit','128M'); ini_set('upload_max_filesize', '100M'); ini_set('default_charset', 'utf-8'); ini_set('magic_quotes_runtime', 0); Thank you figured out all my problems with this help However all working now expect live edit (which I now can reach and has a button) which gives only fatal error when trying to use... Any idea or tip to find the error for that? Thxs for the help! Link to comment Share on other sites More sharing options...
tdr170 Posted November 15, 2012 Share Posted November 15, 2012 What version of Prestashop are you using, I had similar issues with live edit I replaced the file FrontContrller.php located in the classes folder. Here is a copy of my FrontController.php file the forum does not except .php to I renamed to .txt just change the extension back to .php and upload to your classes folder. Rename the original to something like FrontController.bak before uploading so you do not overwrite the file in case this does not work. This worked for me on a 1.4.9 install and is from 1.4.7. 1 Link to comment Share on other sites More sharing options...
benknackan Posted November 15, 2012 Author Share Posted November 15, 2012 Thx a ton tdr170 works like a treat Link to comment Share on other sites More sharing options...
tdr170 Posted November 15, 2012 Share Posted November 15, 2012 Hey no problem glad to help, you can now grow hair again. Please add [sOLVED] to this post. Link to comment Share on other sites More sharing options...
LuluJ1984 Posted November 21, 2012 Share Posted November 21, 2012 Hi, my Live Edit is saying Technical Error. I am using version 1.5. Would this solution work for me too? & if so where would I find this "Classes" folder? Apologies, I am a total novice :-) Link to comment Share on other sites More sharing options...
tdr170 Posted November 21, 2012 Share Posted November 21, 2012 Hi, my Live Edit is saying Technical Error. I am using version 1.5. Would this solution work for me too? & if so where would I find this "Classes" folder? Apologies, I am a total novice :-) Download the latest version of Prestashop and use the one from there in 1.5 the file goes to classes/controllers the classes folder is located in the root directory of your install. Link to comment Share on other sites More sharing options...
LuluJ1984 Posted November 21, 2012 Share Posted November 21, 2012 Thanks, I am using version 1.5.2 - but suddenly my admin back office is not letting me sign in? Any ideas what I should do here? Link to comment Share on other sites More sharing options...
tdr170 Posted November 21, 2012 Share Posted November 21, 2012 Thanks, I am using version 1.5.2 - but suddenly my admin back office is not letting me sign in? Any ideas what I should do here? As this post is marked Sloved please post in your HELP post I just posted a file there for you. I will reply to this question there. 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