Page 1 of 1

Problem client

Posted: Sun Jun 28, 2015 7:46 pm
by spike
I have a problem with Vestacp.
When a client try to install a script, give this error:

Code: Select all

can't create config file, your server does not support 'fopen' function, please create a file named - AppConfig.php with following contents- 
How to fix this problem?

I`m sorry i don't speak english very well

Re: Problem client

Posted: Mon Jun 29, 2015 9:25 am
by skurudo
spike wrote:I have a problem with Vestacp.
Wrong, man, you have problem with some script and perhaps php.
spike wrote:When a client try to install a script, give this error:

Code: Select all

can't create config file, your server does not support 'fopen' function, please create a file named - AppConfig.php with following contents- 
Means the settings for the PHP has been set to disallow the function fopen
spike wrote:How to fix this problem?
Check your php.ini and see, what's with allow_url_fopen function.