Comdev - PHP Modules For Your Website
Fast Website Development with PHP Components





Back To List Geo Traffic > Troubleshooting Showing 6 Of 7 Prev  |  Next

Unknown(common_footer.inc) error on Yahoo web server.


Modified on 2006-03-21

Problem:
 
The One Admin installation seems to be working fine, but I have the following code at the bottom of the page:
 
Warning: Unknown(common_footer.inc): failed to open stream: No such file or directory in Unknown on line 0
Warning: (null)(): Failed opening 'common_footer.inc' for inclusion (include_path='.') in Unknown on line 0
 
How do I resolve this?
 
Solution:
 
It just the error reporting issue on the Yahoo web server. To fix this, open the oneadmin/config.php file with a text editor, and remove the following line:
 
ini_set("display_errors",true);

Then, download the attachment below and change it to index.php before you upload it to your oneadmin/ directory. Replace the existing index.php file.



Attachment : index.php.file


Printer Friendly Version
Tell A Friend

Related FAQs In This Category

Parse error: parse error, unexpected '"', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/sitename/httpd/oneadmin/config.php on line 10

No Installation Wizard appears after uploading the oneadmin folder to my online server.