Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • What you can do, is to set the correct permission for your site files.

    chown -R root:apache myblog
    chmod -R 774 myblog

    That’s it. Open your blog on the URL and follow through the installation process. Once it’s done. I recommend come back and change the permission for security reasons.

    chmod -R 754 myblog

    Thanks for pointing out the table “wp_usermeta” I found some prefix there got Uppercase letters which is incorrect when compare to my wp_config.php table prefix. By changing them to match my table prefix on wp_config.php got fixed the problem.

    I think the main thing to know, the error indicated WordPress doesn’t recognise the role and capabilities of the user in order to access the dashboard area.

    • This reply was modified 8 years, 1 month ago by fkaufusi.
Viewing 2 replies - 1 through 2 (of 2 total)