srcommercium Posted February 19, 2012 Share Posted February 19, 2012 Hello, This is what I use: Prestashop v1.4.7 freehosting.com FileZilla I get an error on system compatibility test: Allowed to create new files and folders [X] I ran test that I found in another forum: <?php $funcs = array('fopen', 'fclose', 'fread', 'fwrite', 'rename', 'file_exists', 'unlink', 'rmdir', 'mkdir', 'getcwd', 'chdir', 'chmod'); foreach ($funcs as $func) if (!function_exists($func)) echo "$func: missing\n"; ?> I got the result: 'fwrite' is missing Another person who used this test got problem with 'chmod' and he said that this function was disabled in php.ini file by his hoster. (more info: http://ffct.cc/prestashop-allowed-to-create-new-files-and-folders/ ) What should I do in my situation? I contacted with freehosting.com maybe they can enable 'fwrite' function in php.ini file. Is there any things that I should do? Any help is appreciated! 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