Thx Smix, the issue was the lines remaining in functions_posting.Smix wrote:@blitztrading : I´ll check the code differencies ...... Also please check if you´ve removed the code from includes/functions_posting.php (which is deanandeva referencing in previous post)
Hi Smix,Smix wrote:Well I´ve checked the feed, and before trying to touch the code I can say only one thing : content of this feed is in CDATA tag, which is actually skipped in my lastrss class ...
You´ll have to wait for next version of the main class ...
Please be patient ...
Code: Select all
// First of all make sure the subject and topic title are having the correct length.
// To achieve this without cutting off between special chars we convert to an array and then count the elements.
$subject = truncate_string($subject, 255); // $subject = truncate_string($subject);
$data['topic_title'] = truncate_string($data['topic_title']);
This is a known bug. I actually don´t know why does it happening, because it´s posted in standard way as the topics are (and may be) posted.flat_webb wrote:What I'm finding is that often the index page is showing any particular forum with a higher number of topics than posts.
Weird ... I´ve never saw thatflat_webb wrote:I also find that sometimes you can click on a topic that has been created by the autopost bot and phpbb displays a notice saying the topic does not exist. If I then refresh the index page topics with this issue disappear all together.
Every feed has it´s own time to be checked again (next_check), it´s unix timestamp and if the phpBB index page is loaded and actual time is bigger than the value in feed´s next_check value, than the first feed in row is parsed, checked if it is not already posted and than posted if fresh data are found. Topics from one feed are posted in same time, because the server is fast ... and different feed´s topics are posted in same time when more than one feed has lower next_check than actual time and you´ve got more than one user online on your index page (and they´ve refreshed "at the same time" the index page) ...flat_webb wrote:Also, can anyone explain how the order of parsing works if their are multiple feeds being used with autopost? If say, I log in to the inex page of my board and two feeds are due to be written to a respective forum are they both done at the same time or is only one feed parsed per one visitor to the index page?
Sometimes I've this problem too ... and i don't know why.Smix wrote:Weird ... I´ve never saw thatflat_webb wrote:I also find that sometimes you can click on a topic that has been created by the autopost bot and phpbb displays a notice saying the topic does not exist. If I then refresh the index page topics with this issue disappear all together.![]()
Yeah I'm still playing around with it to see if I can pick up on a behaviour pattern. I thought for a little bit that it might be caused by problems when having two feeds posting to the same forum or sub-forum but it's also occuring in a forum I have that only has one rss feed posting to it.Auden wrote:Sometimes I've this problem too ... and i don't know why.Smix wrote:Weird ... I´ve never saw thatflat_webb wrote:I also find that sometimes you can click on a topic that has been created by the autopost bot and phpbb displays a notice saying the topic does not exist. If I then refresh the index page topics with this issue disappear all together.![]()
Hello, the "bug" is fix here => linkBart_0 wrote:Hi I just installed this mod and it comes up with an error.
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/content/K/e/n/Ken1959/html/phpbb/includes/class_lastrss.php on line 28
Any idea what I have done wrong? TIA
Found the problem php4