Page 1 of 1

Comment mirroring

Posted: Mon Sep 29, 2008 1:38 pm
by Krzyzak
Hi.
I've got problem with comment mirroring.
I've successfully installed s9y & phpBB3.
I've configured databse name,user and password, so on s9y site there's no error related with connection by mirroring plugin.
However, when I add comment, I haven't got any post on my forum.
I've checked by phpmyadmin - comment is only on serendipity_comments table - phpbb_posts is still empty.
Where's problem?

Re: Comment mirroring

Posted: Mon Sep 29, 2008 1:49 pm
by garvinhicking
Hi!

In the configuration of that plugin, did you make sure to set it to phpBB3 instead of phpBB2?

Check your templates_c directory, you should see a "forum.log" file there. Can you see if you have contents in that file?

Regards,
Garvin

Posted: Mon Sep 29, 2008 2:07 pm
by Krzyzak
yes, there's 3.x option enabled.
forum.log exists, I've deleted it, and tried to add comment again.
That's result:
/index.php?url=my_url.
29.09.2008 12:36: Could not get phpBB properties for storing a comment
/index.php?url=my_url&serendipity[csuccess]=true
29.09.2008 12:36: PHPBB Entry #42: Array
(
[ep_access] => public
[ep_cache_body] => _here's_body
what does it mean?

Posted: Mon Sep 29, 2008 3:34 pm
by judebert
It means that s9y was looking in its database to see if the entry being commented on was meant to be mirrored, and couldn't figure it out. It expected the entry to have the property 'phpbb_topic' or 'phpbb_post'. Since the entry wasn't marked as a phpBB entry, the comment couldn't be mirrored.

When you publish or save an entry, it's marked as a phpBB mirrored entry by setting those properties. Perhaps this entry was not saved? Or perhaps the database is incorrect?

Posted: Mon Sep 29, 2008 10:58 pm
by Krzyzak
ok, after reinstallation everything is ok - thanks;)