• i’m trying to set a site up… https://www.pediaboy.com , i just used the text widget to add some icons to the side and geuss what i saw?

    “Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in pediaboy/public_html/wp-admin/includes/user.php on line 121”

    now, i cant even load my admin page, the only thing that comes out is this error message. please what should i do please?

Viewing 1 replies (of 1 total)
  • Moderator t-p

    (@t-p)

    try:

    -deactivating ALL plugins temporarily to narrow down and possibly fix the problem. If the problem goes away, activate them individually (one-by-one) to find the problematic plugin.

    If you don’t have access to your admin area, try deactivating them manually via FTP or phpMyAdmin.

    -switching to the default theme for a moment by renaming your current theme’s folder in wp-content/themes. The idea is to force WordPress to fall back to the default theme to rule out any theme-specific issue.

    If you don’t have access to your admin area, then access your server via FTP or SFTP or whatever file management application your host provides.

    resetting the plugins folder by FTP or phpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems (because the hooks remain unless plugins completely removed).

    -If the above steps do not resolve the issue, download WordPress again and replace your copies of everything EXCEPT the wp-config.php file and the /wp-content/ directory with fresh copies. This should replace your core files without changing your content and settings in wp-config.php file and the /wp-content/ directory.

    After you are done uploading the new files, point your browser to /wp-admin/upgrade.php

    -if that does not resolve the issue, you may try increasing memory available for php.

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal error!!! HELP PLEASE!!! i cant access my admin’ is closed to new replies.