Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    It seems that you are not administrator. If you have access to PhpMyAdmin or MySql then:

    • open and click on your database.
      Click on users table. and find the id of your username.
      Then click on wp_usermeta and find search for that id.
      Then search wp_capabilities against that user id.
      Capabilities must be a:1:{s:13:"administrator";s:1:"1";} for administrator.
    • Regards,

    • This reply was modified 7 years, 5 months ago by Ali Shan.
    • This reply was modified 7 years, 5 months ago by Andrew Nevins.
    Forum: Fixing WordPress
    In reply to: Memory error

    Hi,

    Remove php_value_memory_limit 256M from htaccess file.
    Open your wp-config.php file and add the following code to the very bottom, but just before the “happy blogging” line:

    define('WP_MEMORY_LIMIT', '3000M');

    Regards,

    • This reply was modified 7 years, 5 months ago by Ali Shan.

    hi,

    It seems that you are using some security plugin. That is hiding admin bar or redirecting you from dashboard to homepage.

    Please contact to developer. Or rename wp-content/plugins folder to wp-content/plugin-old and try again.

    Thank You

Viewing 3 replies - 1 through 3 (of 3 total)