Comment mirroring

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Krzyzak
Regular
Posts: 41
Joined: Mon Oct 16, 2006 1:13 pm

Comment mirroring

Post 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?
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

Post 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
# 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/
Krzyzak
Regular
Posts: 41
Joined: Mon Oct 16, 2006 1:13 pm

Post 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?
Sorry for my language errors- It`s not my native language.
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post 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?
Judebert
---
Website | Wishlist | PayPal
Krzyzak
Regular
Posts: 41
Joined: Mon Oct 16, 2006 1:13 pm

Post by Krzyzak »

ok, after reinstallation everything is ok - thanks;)
Sorry for my language errors- It`s not my native language.
Post Reply