You are here:  » No feeds to display

Support Forum



No feeds to display

Submitted by marco@flapper on Wed, 2010-11-24 16:27 in

I'm trying to setup a central feeds location.

So I checked the install path of the master pricetapestry site: /home/name/public_html/

I put this in the config.advanced.php of the slave pricetapestry site:
$config_feedDirectory = "/home/name/public_html/feeds/";

but when I try to restore the Restore at the slave site using the backup file generated of the master site I get:
"There are no feeds to display."

The two sites are on the same server but on a different ip?

Submitted by support on Wed, 2010-11-24 16:52

Hi Marco,

Could it be down to permissions?

In general, there would be no problem with

/home/name/public_html/site1.com/

...accessing

/home/name/public_html/site2.com/feeds/

However, there there may be a problem with the following:

/home/site1/public_html/

...accessing

/home/site2/public_html/feeds/

If that looks like the case, make sure that each of your /home/siteX/ folders is readable by all users - it may be sufficient simply navigating to /home/name/public_html/ using your FTP program, right-click on the feeds folder, click Permissions... (or maybe Properties... and then Permissions) and give READ access to GROUP and WORLD...

Hope this helps!

Cheers,
David.
--
PriceTapestry.com

Submitted by marco@flapper on Sat, 2010-12-04 11:57

it was the permissions.
Thanks.