I updated manually from 0.3.4 and just updated with all the new text and ran the contrib/install.php, disabled the old modules in the.mod tab and added the new.
When accessing it on the .mod tab, I can see the list of the entries I had before...and it appears I can click to add a new one (at least the screen popped up...I haven't tried adding a new one)....however..if I click on one of the existing ones it errors at the top with "[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_sfnc.php on line 244: Undefined variable: default_function" and the main body is empty.
I am assuming something changed between version in terms of a lang entry or maybe something else. What can I manually update so that I can still make use of my previous entries? I sure don't want to delete and re-add every single one as that would take forever.
The culprit line is:
'FEED_NAME' => isset($list[$id]['feed_name']) ? $list[$id]['feed_name'].$default_function : '',
Thx
Update: If I replace the line wit the following edit (removing $default_function) it works, is this safe?:
'FEED_NAME' => isset($list[$id]['feed_name']) ? $list[$id]['feed_name'] : '',
Update Update: The last update doesn't matter since new and old aren't posting now. All rss posting has halted due to the upgrade. I turned off cron and turned on index posting push option and one of the rss feeds posted 2 posts. Each one was titled right but the post itself was empty. I am editing all the files to point back to the original 0.3.4 script as this destroyed everything :/
Update #3: Changing code back resulted in db error so renamed DB table back to orig name but then field errors started popping up and I gave up and renamed it back and re-edited the files back to 0.4.0c version. I realized it WON'T display the content in the post because now you have to specify manually content via triggers such as "[sfnc_item_description]". I have deleted and re-added EVERY sincle rss feed into the list. Ok....now I just need to get cron to work properly :/
Note: At the moment, I am having to set it to on load of index in order for it to work. The down side of this is that users claim it slows the load of the index big time. So I'd really like to get the Cron working
Extra: For some reason FB RSS feeds will no longer work. Example:
https://www.facebook.com/feeds/page.php ... rmat=rss20 set to RSS and UTF-8 and everything else set to what all the other feeds are set to. Last Update still shows never. Error logs show two entries:
- Tue Dec 10, 2013 9:54 am {LOG ERROR SFNC ERROR NO CONTENT}
https://www.facebook.com/feeds/page.php ... rmat=rss20
- Tue Dec 10, 2013 9:54 am {LOG ERROR SFNC PARSER}
No data downloaded from the feed https://www.facebook.com/feeds/page.php ... rmat=rss20