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?
Comment mirroring
Comment mirroring
Sorry for my language errors- It`s not my native language.
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Comment mirroring
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
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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
yes, there's 3.x option enabled.
forum.log exists, I've deleted it, and tried to add comment again.
That's result:
forum.log exists, I've deleted it, and tried to add comment again.
That's result:
what does it mean?/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
Sorry for my language errors- It`s not my native language.
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?
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?