gjalvarez Posted April 22, 2013 Share Posted April 22, 2013 (edited) Hi, I am using a2hosting, prestashop 1.5.4, but someparts of the back office says I have problems with fopen and magicquotes, I check the phpinfo and looks fine booth (local and master) allow_url_fopen On On magic_quotes_gpc Off Off magic_quotes_runtime Off Off magic_quotes_sybase Off Off Has anyone had a problem like this one? is it big deal? or can I just let it go like that? Thank you Edited April 22, 2013 by gjalvarez (see edit history) Link to comment Share on other sites More sharing options...
PascalVG Posted April 22, 2013 Share Posted April 22, 2013 Don't believe it's a problem, but recheck with A2 hosting. They have an abundance of prestashop experience... My 2 cents, Pascal Link to comment Share on other sites More sharing options...
djmonkeyboy Posted April 23, 2013 Share Posted April 23, 2013 Let me know if you find out, I have the same issue where I made a php.ini so the old info.php test comes up OK, but then prestashop seems to report back root level server php settings when it comes to displaying site configuration. Link to comment Share on other sites More sharing options...
gjalvarez Posted April 24, 2013 Author Share Posted April 24, 2013 A2 hosting fixed for me... I don´t exactly what they did... Link to comment Share on other sites More sharing options...
filipstudio Posted May 19, 2013 Share Posted May 19, 2013 (edited) SOLVED I have the same problem. The php.ini file looks OK, yet I get this: Check your configuration Required parameters: OK Optional parameters: Please fix the following error(s) fopen magicquotes When I try to update a product and save it, I get this error message: Bad Request Your browser sent a request that this server could not understand. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. I'm using PS 1.5.4 Edited May 21, 2013 by filipstudio (see edit history) Link to comment Share on other sites More sharing options...
PascalVG Posted May 20, 2013 Share Posted May 20, 2013 Hi filipstudio, Try turning off mod_security: Preferences->SEO&URLs 'Disable apache mod security' (set to YES to disable!) If that doen't help, tell your host you run an E-commerce solution that conflicts with mod_security and let them turn if off. my 2 cents, pascal Link to comment Share on other sites More sharing options...
filipstudio Posted May 21, 2013 Share Posted May 21, 2013 Hello Pascal, It didn't work. The host said they wouldn't change the security mod on a shared server. They've fixed the issue after I gave them my back office credentials (they didn't tell me how). Thanks for your help. I appreciate it. I'll mark it as "solved", even if I have no idea what was wrong with it. Link to comment Share on other sites More sharing options...
PascalVG Posted May 21, 2013 Share Posted May 21, 2013 Hmm, interesting... So they changed something inside Prestashop itself to make it work? Curious... Anyway, glad it works for you now! (In the end that's what counts ;-) ) pascal Link to comment Share on other sites More sharing options...
filipstudio Posted May 21, 2013 Share Posted May 21, 2013 They didn't tell me what was wrong, but I assume the change was made on the server side (the shop settings are untouched). They probably needed my credentials in order to test the back office. Thanks. Link to comment Share on other sites More sharing options...
lensdoctor Posted June 15, 2014 Share Posted June 15, 2014 (edited) Make sure you are looking at the correct php.ini file. Create a new php file and name it "phpinfo.php" , write this code "<?phpphpinfo(); ?>" and upload this file to the root folder of your website. Access file thru your browser. Near the top of the page you will find your "Loaded Configuration File" make a note of the directory so you can find it on your ftp server You should delete the phpinfo.php file that you uploaded when you are done Edited June 15, 2014 by lensdoctor (see edit history) 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