Heya SMIX, I need a copy of lastRSS autopost but as I understand it, your in the middle of rebuilding your site. Do you or anyone else out there have a copy they can put somewhere for me? Perhaps you can put it up on http://s4ve.as/ and send me the link?Smix wrote:MOD Title: lastRSS autoposting bot
MOD Description: RSS content autoposting bot for phpBB3
MOD Version: 0.1.4
Last Stable version: 0.1.4
Code: Select all
PHP Fatal error: Cannot redeclare get_next_feed_to_post() (previously declared in D:\inetpub\dogs4sale\includes\functions_lastrss_autopost.php:26) in D:\inetpub\dogs4sale\includes\functions_lastrss_autopost.php on line 43
Code: Select all
Apache 2.2.11 (Win32)
MySQL 5.1.36 (Win32)
PHP 5.2.10 (win32)
cURL support - enabled
cURL Information - libcurl/7.19.4 OpenSSL/0.9.8i zlib/1.2.3
Thnx - Got the downloadMrGroove wrote: Heya SMIX, I need a copy of lastRSS autopost but as I understand it, your in the middle of rebuilding your site. Do you or anyone else out there have a copy they can put somewhere for me? Perhaps you can put it up on http://s4ve.as/ and send me the link?
SmixMods wrote: TWITTER: smixmods@groovyPost Hi, here it is http://bit.ly/YECRT
12:29 PM Sep 6th from TwitterFox
Take a look at the Install instructions again and double check the changes you made to the 2 files:stevefree wrote:I've done all the edits and sql code and now when you goto the root of the site you get a blank page.
Looking in my PHP Error Log I'm getting the following message:
Any ideas? This is the last item converting my board to phpbb 3.xCode: Select all
PHP Fatal error: Cannot redeclare get_next_feed_to_post() (previously declared in D:\inetpub\dogs4sale\includes\functions_lastrss_autopost.php:26) in D:\inetpub\dogs4sale\includes\functions_lastrss_autopost.php on line 43
Thanks!
Yup - FixedMrGroove wrote:
Take a look at the Install instructions again and double check the changes you made to the 2 files:
includes/constants.php
index.php
You probably fat fingered the steps in constants.php and entered the index.php changes to both files.
What if I created a page like http://www.dogs4sale.net/feedfetch.php and that's where I put the code:Smix wrote:Hello Steve,
yes, it´s normal ...
If the time, when RSS is being fetched to get new data, comes, any user who opens your board will init the feeding ...
All users are trying to do the same, but they all have to wait in que, while the feed is parsed ...
Code: Select all
// lastrss autopost mod begin
include ($phpbb_root_path . 'includes/functions_lastrss_autopost.'.$phpEx);
// lastrss autopost mod end
Code: Select all
// lastrss autopost mod begin
include ($phpbb_root_path . 'includes/functions_lastrss_autopost.'.$phpEx);
// lastrss autopost mod end