Search found 5 matches

by xavieryu
Thu Aug 14, 2008 4:10 am
Forum: Installation
Topic: problem about plugin:Guestbook Sidebar
Replies: 8
Views: 5277

Thank you very much Garvinhicking

You are right,i didn't install the event plugin of guestbook,the table:serendipity_guestbook created
But it's still do not work,the table is empty authough i reply the thread
by xavieryu
Wed Aug 13, 2008 12:40 pm
Forum: Installation
Topic: problem about plugin:Guestbook Sidebar
Replies: 8
Views: 5277

Yes,the table serendipity_guestbook didn't exist,
following is the SQL:
SELECT timestamp, name, body FROM serendipity_guestbook ORDER BY timestamp DESC LIMIT 1

And the plugin installed,i could see it's info in the backoffice,such as :
Display the latest guestbook items in the sidebar
版本: 1.08[/img]
by xavieryu
Wed Aug 13, 2008 10:48 am
Forum: Installation
Topic: problem about plugin:Guestbook Sidebar
Replies: 8
Views: 5277

Which database type and version are you using?
I used mysql 5.0
And I found that there are several sites met this problem:
you could google :PLUGIN_GUESTSIDE_NOENTRIES
by xavieryu
Wed Aug 13, 2008 9:52 am
Forum: Installation
Topic: problem about plugin:Guestbook Sidebar
Replies: 8
Views: 5277

I found this plugin do not excute this function :
createTable() in serendipity_event_guestbook.php ,

it's should the PB why it could not work,
Is there anyone could tell me how to install a plugin in this blog system,thanks!

The key code in serendipity_plugin_guestbook.php

$sql = "SELECT ...
by xavieryu
Wed Aug 13, 2008 7:05 am
Forum: Installation
Topic: problem about plugin:Guestbook Sidebar
Replies: 8
Views: 5277

problem about plugin:Guestbook Sidebar

i downloaded this plugin,and installed in the blog,but it does not

work,show message:PLUGIN_GUESTSIDE_NOENTRIES

how to solove this PB?