Quote:
Originally Posted by linkhouse
I must have something wrong in the code, error list:
failed to open stream: No such file or directory in
/includes/includes/data/feed.xml
one /includes to much.
|
I found the error. settings.php says:
"define ( 'FLATFILE', BASEPATH . '/
includes/data/feed.xml'); // Name of file to store xml feed into"
includes/ must be deleted.
But then the website is not working

hmmmm...
Update:
I edit some of the path in functions:
define ( 'BASEPATH', '/home/xxx/public_html/xxx .com/' );
define ( 'FLATFILE', BASEPATH . '/includes/data/feed.xml');
Now it works good!