- Messages
- 5,255
- Reaction score
- 192
- Points
- 63
Its because the path o the folders are set with user permissions for eg RWX.?In order to access u must have to enable this to RWX or atlest RX..i created a folder home/user/Database and i put the database login file in that folder using php include.
include_once '/home/user/Database/db_connect.php';
and it gave this error.
include_once(/home/user/Database/db_connect.php) [function.include-once]: failed to open stream: No such file or directory