• Resolved thornyrose

    (@thornyrose)


    The site works fine only the cart, checkout, and log in to the dashboard I cannot access. I get a white screen, 404 redirect, or just showing “error”.
    I tried deactivating plugins and themes from FTP, but no results, the same issue always.

    • This topic was modified 2 years, 11 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @thornyrose

    If you’re seeing this error either suddenly (no specific task was done to cause the error) or frequently, try deactivating all plugins to rule out a plugin-specific issue and try switching themes to rule out a theme-specific issue.
    Otherwise, here are three ways to increase PHP’s memory allocation:
    1. If you can edit or override the system php.ini file, increase the memory limit. For example, memory_limit = 128M
    2. If you cannot edit or override the system php.ini file, add php_value memory_limit 128M to your .htaccess file.
    3. If neither of these work, it’s time to ask your hosting provider to temporarily increase PHP’s memory allocation on your account.
    (in the above examples, the limit is set to 128MB)

    Thanks

    Thread Starter thornyrose

    (@thornyrose)

    @aezazshekh thank you so much for your reply, but as I mentioned I have tried all of the above solutions, my memory limit is 128, I have tried disabling and enabling plugins and themes, and nothing works. Also, my cart and payment page are not available too. When I go to the cart, it just shows a white page and on top is written “error”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error white page issue and no access to wp-admin’ is closed to new replies.