When I reached step 5 of the installation process, I get the following:
"Error changing defauls_inc.php, please make the changes manually Error creating .htaccess-file, please make the changes manually"
I also get the following:
Warning: fopen(".../includes/defaults_inc.php", "w+") - Permission denied in .../html/admin/install.php on line 215
Warning: fwrite(): supplied argument is not a valid File-Handle resource in .../html/admin/install.php on line 216
Warning: fclose(): supplied argument is not a valid File-Handle resource in .../html/admin/install.php on line 221
The english tutorial does not explain in detail what I am supposed to do with these 2 files. Can someone help me?
Maybe you forgot to get write access ?? ============
NOTE: For the installation procedure the webserver needs write access to * /your/path/to/<phpopenchat-2.x.x>/includes/defaults_inc.php
* /your/path/to/<phpopenchat-2.x.x>/html/.htaccess but for the installation time only.
CHMOD 777 then change it back to 644 after the install
Thanks very much! It worked
Log in to post a comment.
When I reached step 5 of the installation process, I get the following:
"Error changing defauls_inc.php, please make the changes manually
Error creating .htaccess-file, please make the changes manually"
I also get the following:
Warning: fopen(".../includes/defaults_inc.php", "w+") - Permission denied in .../html/admin/install.php on line 215
Warning: fwrite(): supplied argument is not a valid File-Handle resource in .../html/admin/install.php on line 216
Warning: fclose(): supplied argument is not a valid File-Handle resource in .../html/admin/install.php on line 221
The english tutorial does not explain in detail what I am supposed to do with these 2 files. Can someone help me?
Maybe you forgot to get write access ??
============
NOTE: For the installation procedure the webserver needs write access to
* /your/path/to/<phpopenchat-2.x.x>/includes/defaults_inc.php
* /your/path/to/<phpopenchat-2.x.x>/html/.htaccess
but for the installation time only.
CHMOD 777
then change it back to 644 after the install
Thanks very much! It worked