| Author | Topic |
|---|---|
| wasif.saleheen |
PHP Error when opening website URL
Wed Jan 25, 12 - 00:49 Hi, I get the following PHP Error when i pull up my website. Warning: require_once(/a8808342/public_html/include/form.php) [function.require-once]: failed to open stream: No such file or directory in /home/a8808342/public_html/index.php on line 80 and
Fatal error: require_once() [function.require]: Failed opening required '/a8808342/public_html/include/form.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a8808342/public_html/index.php on line 80 Please help.
thanks, Wasif |
| maligor |
PHP Error when opening website URL
Fri Feb 24, 12 - 20:37 I was getting this error when I moved hosts. I had to fresh install before I copied all the new data over and I had to not change the conf.php file.
The problem your having is most likely incorrect input on lines 9 and 10 of include/conf.php line 9 is the root filepath to the html directory (/home/123456/domain/html) line 10 would be your site url as basic as it gets (http://mysite.com) |
|
muffo
|
PHP Error when opening website URL
Fri Mar 02, 12 - 08:34 |