Lost with an error

This is the error that comes up. All I want to do is open a php file that is located in a subfolder. I want it to open within a table on the main page.

Warning: include(/cellphp/cellular.php) [function.include]: failed to open stream: No such file or directory in D:\hosting\7296985\html\index.php on line 82

Warning: include() [function.include]: Failed opening ‘/cellphp/cellular.php’ for inclusion (include_path=’.;C:\php5\pear’) in D:\hosting\7296985\html\index.php on line 82

can u give the folder structure? that can help…

besides, try removing the ‘/’ before the cellphp folder

its just the root directory on my hosting site and then all the php files are located in the cellphp folder. I’m calling the cellular.php file from within my index.php file.

ok, I seem to have fixed my problem. I moved all my files back to the root directory and changed my config file and everything works. when I looked in my main php file I noticed it had includes looking for other php files so I’m going to have to edit each file to look in a sub-folder.

Sponsor our Newsletter | Privacy Policy | Terms of Service