Jump to content

[Unsolved]Problem with Store Contacts BO


redfordnl

Recommended Posts

Hello everyone,
 
I have a problem in Back Office with the tab Settings/Store Contact.
 
Website is almost done with editing, just need to fill out some information about the Store like store name, adress, longitude/altitude etc.
 
But when I press "Save" it automatically downloads a PHP file called "index.php". 
So I can't add a store locator or change store information. On all other tabs "save" button works, I've checked already. Also deleted cache through BO and also through FTP (../cache/smarty/cache). Turned on/off cache BO and also "Force Compile". Still not working in this tab. Also turned on error report but this is doing nothing because download starts directly when pressing "save".

 

When I open the PHP file (index.php) it says:

 

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>200 OK</title>
</head><body>
<h1>OK</h1>
<p>The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.</p>
</body></html>
 
Strange because only in this tab it is not working like the rest of BO.
 
Maybe delete "index.php" through FTP in cache folder? Or another solution possible?
 
Thanks in advance!
 
Greetings from the Netherlands
Edited by redfordnl (see edit history)
Link to comment
Share on other sites

Hello everyone,

 

Easy fix... Should knew this also :wacko: ... Thanks Scully for your quick support!

 

1) Create php.ini file with the following:

memory_limit = 32M
max_input_vars = 5000
post_max_size = 32M

2) place the php.ini file in your prestashop/admin folder
3) verify that the info is correct by placing a phpinfo.php file into the same directory with the following code:
<?php phpinfo(); ?>
4) navigate in your browser to the phpinfo.php file
5) If everything worked then the paramaters should correspond

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