View Single Post
Old 05-06-2016, 12:07 PM  
linkhouse
Registered User
 
linkhouse's Avatar
 
Industry Role:
Join Date: Jun 2014
Posts: 68

Quote:
Originally Posted by linkhouse View Post
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!
linkhouse is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote