• I tried to login to my wordpress installation and it returns an error message for a plugin, after renaming the plugins folder it returns an error with pluggable.php.

    I’ve looked at some of the forum posts but the issue is usually resolved with either disabling the plugins folder or reinstalling the core wordpress files, I’ve done both and also renamed the active theme folder to roll back to the default theme but no love there either. The website is working right now, but I am unable to access the admin area.

    Thank you in advance for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • It means some of the plugins that you are trying to use is not compatible with your current version of WordPress.

    If you deactivate all the plugins then please do the follow:
    Reactivate all the plugins one by one and then check your site thoroughly after each activation.
    By the way can you please share your website URL.

    Thread Starter Rulexo

    (@rulexo)

    Thank you very much for replying.

    I’ve already tried to disable all the plugins and it didn’t help, also reuploaded all the core WP files, renamed the theme folder to force the default one and none of those options worked, I’m about to increase the amount of memory allowed to see if that way I can access the control panel to update everything.

    The url of the site is https://www.vallartaoceanproperties.com

    R.

    Thread Starter Rulexo

    (@rulexo)

    This is the error I’m getting.

    Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 30720 bytes) in /home/vallartaocean/vallartaoceanproperties.com/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 172

    And if i disable all the plugins it returns a similar message with pluggable.php

    I Think the Problem is in all-in-one-seo-pack plugin. Only deactivate that plugin. If this one resolved the problem then fine otherwise try follow.

    Still now what I see is:
    Your WP version is 4.3.1 and you are using Simple Catch V 1.4.5(Current version is 3.0; as it is free theme and if you are using child theme then you can upgrade easily.)

    Have you try to increase php memory limit. If no then do follow:
    If you have access to your PHP.ini file
    memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)

    If you don’t have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 64M

    Edit your wp-config.php file and enter something like:
    define('WP_MEMORY_LIMIT', '64M');

    Create a file called “php.ini” in the “wp-admin” folder.
    Add the following text to the file;
    memory_limit = 64M ;

    N.B: This setting may not work if your host does not allow for increasing the PHP memory limit. In this case you can contact your host.

    Thread Starter Rulexo

    (@rulexo)

    contacted the host and waiting for an answer about the memory increase, I’m pretty sure that updating the theme would do the trick, is it possible to just upload the new files to the them folder to update it??? It is not a child theme, but I have modified very little from the original.

    I have indeed tried to disable plugin by plugin and no luck when i’m done disabling all the plugins the error goes to pluggable.php

    Thank you guys for your help, this community is as awesome as all of you guys.

    R.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Unable to access dashboard (Plugins and pluggable.php errors)’ is closed to new replies.