Palmer640
Member
- Messages
- 35
- Reaction score
- 0
- Points
- 6
My buddy just made this lightweight CMS and upon installation I get this error:
It is one install.php file that imports the other necessary files/configuration I believe.
I'm not great with php but doesn't the above warning mean that either the directory is missing or that the directory/file doesn't have the appropriate settings for it to use properly.
I have used chmod to change permissions to this specific php file afterwards, same thing.
775 doesn't work, 777 creates a 403 forbidden error, default 644 didn't work.
What else can I do? Or is it the php line that is messed up?
I could just ask the guy who put this together but he's asleep right now.
This is after I configure the database, and I'm 110% sure I configured it and added it properly.Warning: fopen(includes/config.php) [function.fopen]: failed to open stream: No such file or directory in /home/<user name>/public_html/<domain>/install.php on line 95
can't open file
It is one install.php file that imports the other necessary files/configuration I believe.
I'm not great with php but doesn't the above warning mean that either the directory is missing or that the directory/file doesn't have the appropriate settings for it to use properly.
I have used chmod to change permissions to this specific php file afterwards, same thing.
775 doesn't work, 777 creates a 403 forbidden error, default 644 didn't work.
What else can I do? Or is it the php line that is messed up?
I could just ask the guy who put this together but he's asleep right now.
Attachments
Last edited: