Jump to content

advance parameter configuration


Recommended Posts

Hi,

 

does anyone know how to solve issue below?

 

Check your configuration

Required parameters: OK

Optional parameters: Please fix the following error(s)

  • register_globals
  • magicquotes
  • pdo_mysql

 

List of changed files

Changed/missing files have been detected

Updated files (3)

  • config/config.inc.php
  • config/defines.inc.php
  • config/xml/modules_list.xml

post-226902-0-84287700-1353076818_thumb.png

Link to comment
Share on other sites

These are PHP.ini switches, you need to edit the PHP.ini file located in your servers control panel and turn register globals off, magic quotes off.

 

While there you may as well increase your PHP memory limit to 96m or 128m.

 

In your servers control panel look for an icon the says something about script support mine is located under CGI & Scripted language support then PHP Scripting.

 

Some host allow you to edit the file some may not, if you find that you can not locate the PHP.ini file call your provider and ask them to do it for you, this may be the best solution for you as the pdo_mysql seems to be something that they will need to enable I have not seen this error with Prestshop before.

 

I looked through my PHP.ini and did not see any reference to pdp_mysql, fix the first 2 and see if that warning goes away.

Link to comment
Share on other sites

Ok, I'll ask the hosting to do that.

 

what about these file

  • config/config.inc.php
  • config/defines.inc.php
  • config/xml/modules_list.xml

I have compared the content with the file in the installer package there is no differences there.

 

please advise

 

thx

Link to comment
Share on other sites

I think you will be ok there

Ok, I'll ask the hosting to do that.

 

what about these file

  • config/config.inc.php
  • config/defines.inc.php
  • config/xml/modules_list.xml

I have compared the content with the file in the installer package there is no differences there.

 

please advise

 

thx

You should be ok get the other issues fixed and then see if you have any issues you can always replace these files if needed.as the only file added to the config folder during install is settings.inc.php.

Link to comment
Share on other sites

×
×
  • Create New...