Jump to content
thirty bees forum

Keywords autocomplete in the products page


ssimard

Recommended Posts

  • 4 weeks later...
  • 6 months later...

Hi,

I don't know if it's working or not, I would like to said "probably yes".

But for debuging, instead of having '500 error', where you want in your app (e.g. at the end of config\defines.inc.php), you can add : ini_set("display_errors", 1); ini_set("track_errors", 1); ini_set("html_errors", 1); That will show you clearly what's the error. For dev env. you can add some stuff more like : ini_set('post_max_size', '64M'); ini_set('upload_max_filesize', '64M'); ini_set("realpath_cache_size", '5M'); ini_set("max_execution_time", '180'); Regards.

Link to comment
Share on other sites

But for debuging, instead of having ‘500 error’, where you want in your app (e.g. at the end of config\defines.inc.php), you can add :

No file edits necessary. There's a switch in back office -> Advanced Preferences -> Performance: Debug Mode, which does the same.

Link to comment
Share on other sites

  • 1 year later...

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...