Jump to content

big problem i can't find solution


Recommended Posts

1. "Allowed to create new files and folders" checks if the following functions "exist": 'fopen', 'fclose', 'fread', 'fwrite', 'rename', 'file_exists', 'unlink', 'rmdir', 'mkdir', 'getcwd', 'chdir', 'chmod'

2. "Allow to open external URLs" do not depends on the folder permissions. See below about the "allow_url_fopen"
http://php.net/manual/en/filesystem.configuration.php

Both require the function "fopen" to be allowed. So probably this is the problem here.

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