An error occured when i click on "Save Option" in install.php.
This error is: No input file specified. The tables are not created and the application is not configurated.
What can i do?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is this still causing problems?? If so, can you post up whether the text at the bottom of the install.php page starts with either
"Since config.php is not writeable by this script"
or
"When you submit the form, the database "
(ie is the script attempting to write the config.php directly or out to the browser).
This may help locate the problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
An error occured when i click on "Save Option" in install.php.
This error is: No input file specified. The tables are not created and the application is not configurated.
What can i do?
Thanks!
Well, I have no idea. Have you tried making config.php writeable (chmod a+w config.php)?
Is this still causing problems?? If so, can you post up whether the text at the bottom of the install.php page starts with either
"Since config.php is not writeable by this script"
or
"When you submit the form, the database "
(ie is the script attempting to write the config.php directly or out to the browser).
This may help locate the problem.