From: SourceForge.net <no...@so...> - 2006-08-25 16:00:50
|
/mod/phpwsrssfeeds item #1361577, was opened at 2005-11-19 09:38 Message generated for change (Settings changed) made by wendall911 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563513&aid=1361577&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Bug Group: None >Status: Closed >Resolution: Fixed Priority: 8 Submitted By: Greg Meiste (blindman1344) Assigned to: Wendall Cada (wendall911) Summary: Cannot create local feed on branch site Initial Comment: I have a branch site with phpwsrssfeeds installed. It is not installed on the hub site. When trying to create a local feed, I get: Cannot create backend file in files/phpwsrssfeeds. Files directory is not writeable, or doesn't exist. Of course, I naturally check the permissions. They were good. Long story short, there is a bug in class/backend.php. Line 278 currently reads: $dir = PHPWS_SOURCE_DIR.'files/phpwsrssfeeds/'; It should read: $dir = PHPWS_HOME_DIR.'files/phpwsrssfeeds/'; After that change, all is well again. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563513&aid=1361577&group_id=81360 |