Forum Replies Created

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter bluedragonz

    (@bluedragonz)

    Thanks the problem fixed the error. But another error came up now.

    For some reason, I can now only show a limited amount of posts that depends on my sidebar length (otherwise the posts goes mess up). If the total post length is longer than the total sidebar length, the posts goes everywhere. By everywhere, I mean that posts starts appearing on the sidebar.

    I tested it on other themes and the problem is still there. So that means its not the themes problem.

    Does anyone know the problem? The only thing I did was in /public_html/home/wp-config.php

    How do you change the placement of posts back? Thanks.

    Thread Starter bluedragonz

    (@bluedragonz)

    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.

      SQL query:

    GRANT SELECT ON phpbb_database.phpbb_topics
    TO wp_user@localhost
    GRANT SELECT ON phpbb_database.phpbb_forums
    TO wp_user@localhost ;

      MySQL said:

    #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.

Viewing 2 replies - 16 through 17 (of 17 total)