Jump to content

[solved] Live edit / Positions not working


Recommended Posts

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.

post-289366-0-17585100-1352899794_thumb.png

Edited by benknackan (see edit history)
Link to comment
Share on other sites

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);

  • Like 1
Link to comment
Share on other sites

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

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.

 

 

  • Like 1
Link to comment
Share on other sites

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

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.

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...