bluedragonz
Member
Posted 1 year ago #
I got 2 config.php to choose my database name.
Forum: config.php
Blog: wp-config.php
For my phpbb MySQL Database Name setting, I used the one in my
forum: config.php. I left all tables settings as defaults. But after putting it in my widget and pages, no recent topics are shown. I even tried creating new topics in my forum.
Instead this was exactly what it showed
•
01/Jan/70 - 12:00 am
Anyone knows what is going on? Any help would be greatly appreciated. Thanks!
The phpbb config.php is the right place to look :-)
The
01/Jan/70 - 12:00 am
means that your connectivity isn't setup; take a look at
http://wordpress.org/extend/plugins/phpbb-recent-topics/other_notes/
Cheers,
Nick
bluedragonz
Member
Posted 1 year ago #
I don't get this part. How to GRANT wordpress read only access to phpBB ? at that link. When i'm at phpMyAdmin I put all these Grants at the SQL text box..
GRANT SELECT ON phpbb_database.phpbb_topics TO wp_user@localhost;
GRANT SELECT ON phpbb_database.phpbb_forums TO wp_user@localhost;
GRANT SELECT ON phpbb_database.phpbb_posts TO wp_user@localhost;
I press go and this is what the error reads.
GRANT SELECT ON phpbb_database.phpbb_topics
TO wp_user@localhost
GRANT SELECT ON phpbb_database.phpbb_forums
TO wp_user@localhost ;
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'GRANT SELECT ON phpbb_database.phpbb_forums TO wp_user@localhost' at line 2
Any ideas whats going on? Thanks.