Quote:
Originally Posted by maresi
first: great hack :up:
second: I tried to run the cronjob and got this error message...
Code:
Warning: main() [function.main]: open_basedir restriction in effect. File(../class.RSS.php) is not within the allowed path(s): (/www/*****/*****/) in /www/*****/*****/includes/RSS/rss_update.php on line 28
Warning: main(class.RSS.php) [function.main]: failed to create stream: Operation not permitted in /www/*****/*****/includes/RSS/rss_update.php on line 28
Fatal error: main() [function.main]: Failed opening required 'class.RSS.php' (include_path='.:..') in /www/*****/*****/includes/RSS/rss_update.php on line 28
thx for help
maresi
|
sounds like you have a problem with open_basedir. are the files in the right folders? might want to check your php.ini file or do a phpinfo() and see if open_basedir has any restrictions in place.