Errors after cpanel to directadmin

fox999

New member
Joined
Aug 20, 2009
Messages
1
I migrated from cpanel to directadmin.


But I took a large number of error message in my homepage with Friefox ( just firefox explorer!)


These were the errors:

Code:
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/logs/error.php) is not within the allowed path(s): (/home/xxxxe/:/tmp:/usr/local/lib/php/) in /home/xxxxe/domains/iranfoxnews.com/public_html/libraries/joomla/error/log.php on line 177

Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/var) is not within the allowed path(s): (/home/xxxxe/:/tmp:/usr/local/lib/php/) in /home/xxxxe/domains/iranfoxnews.com/public_html/libraries/joomla/filesystem/folder.php on line 392

Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/xxxxe/:/tmp:/usr/local/lib/php/) in /home/xxxxe/domains/iranfoxnews.com/public_html/libraries/joomla/filesystem/folder.php on line 392

Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/xxxxe/:/tmp:/usr/local/lib/php/) in /home/xxxxe/domains/iranfoxnews.com/public_html/libraries/joomla/filesystem/folder.php on line 392

Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxe/domains/iranfoxnews.com/public_html/libraries/joomla/error/log.php:177) in /home/xxxxe/domains/iranfoxnews.com/public_html/plugins/system/remember.php on line 72



Someone told me this is the solution :

You've got to update the open_basedir directive in php.ini. Change it to:

open_basedir = /home/xxxxe/domains/iranfoxnews.com

Some errors have been deleted
But there are still 3 other error like these :

Code:
Warning: fopen(/var/logs/error.php) [function.fopen]: failed to open stream: Permission denied in /home/xxxxe/domains/iranfoxnews.com/public_html/libraries/joomla/error/log.php on line 202

Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxe/domains/iranfoxnews.com/public_html/libraries/joomla/error/log.php:202) in /home/xxxxe/domains/iranfoxnews.com/public_html/plugins/system/remember.php on line 72
 



and





Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxe/domains/iranfoxnews.com/public_html/libraries/joomla/error/log.php:202) in /home/xxxxe/domains/iranfoxnews.com/public_html/modules/mod_janews_fp/tmpl/headline_fp.php on line 18


Please tell me the problem solving
please check my website by Firefox : iranfoxnews.com
 
check your .htaccess files in the sites you are having trouble with.
 
Back
Top