frii Posted January 24, 2015 Share Posted January 24, 2015 Hello, my back office keeps telling me that fopen is not enabled on my server. I have contacted my hosting provider to enable the fopen and they have enabled it, but somehow prestashop still doesn't want to recognize it. As the result I can't connect to prestashop addons and I fear there might be more problems coming. Is it a bug? Any solution? Link to comment Share on other sites More sharing options...
El Patron Posted January 24, 2015 Share Posted January 24, 2015 you can use this free module to verify your php https://www.prestashop.com/forums/topic/278164-free-module-display-php-environment-phpinfo-back-office/ then check that allow_url_fopen is on for local 1 Link to comment Share on other sites More sharing options...
frii Posted January 24, 2015 Author Share Posted January 24, 2015 you can use this free module to verify your php https://www.prestashop.com/forums/topic/278164-free-module-display-php-environment-phpinfo-back-office/ then check that allow_url_fopen is on for local Thank you. Alright, it seems like my local setting is not enabled, how do I fix it? I have set up a php.ini in my webroot folder with allow_url_fopen = 1; Link to comment Share on other sites More sharing options...
tdr170 Posted January 24, 2015 Share Posted January 24, 2015 (edited) Fopen urls is set to on not to 1 here is a copy of fopen I created for another member. allow_url_fopen = On Edited January 24, 2015 by tdr170 (see edit history) 1 Link to comment Share on other sites More sharing options...
frii Posted January 24, 2015 Author Share Posted January 24, 2015 Fopen urls is set to on not to 1 here is a copy of fopen I created for another member. allow_url_fopen = On Thank you, I have tried that too but it's still disabled/off. I contacted my provider and they suggested me to clear cache, also tried that and no luck either Link to comment Share on other sites More sharing options...
vekia Posted January 25, 2015 Share Posted January 25, 2015 it's not a case of clearing cache, your allow_url_fopen param is simply disabled in your environment specification. do you see, for example, module upgrades under modules > modules section ? Link to comment Share on other sites More sharing options...
frii Posted January 26, 2015 Author Share Posted January 26, 2015 Alright, after bugging my host provider so many times they finally reconfigured it and the problem is cleared 1 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