• My wordpress site is vaporizerireland.ie

    Themes are installed successfully for me, but once I press activate, it says: “The vaporizerireland.ie page isn’t working”

    The URL in my browser when this happens is “http://vaporizerireland.ie/wp-admin/themes.php?activated=true”

    So then when I go back to the home page of my site, I can see that the theme has actually installed and is working, but when I try to access WP-Admin, I am again met by: “The vaporizerireland.ie page isn’t working”

    I have tried lots of different themes. The only ones that worked and gave me access to WP-Admin are the default ones, “Twenty Sixteen”, “Twenty Fifteen” etc.

    So every time this happens I have no choice but to FTP into my web host, and rename or remove the new theme I had just installed. Then I can access WP-Admin once again.

    I’m completely stumped. I’m new to WordPress so any help would be really appreciated

    David

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please turn on debugging

    See https://codex.wordpress.org/WP_DEBUG

    Enable WP_DEBUG and WP_DEBUG_LOG then check wp-contents/debug.log to see what might be going on.

    Thread Starter davidom2513

    (@davidom2513)

    Here is the log:

    [28-May-2016 19:33:57] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 39 bytes) in /hsphere/local/home/bbbmjs5/vaporizerireland.ie/wp-includes/pomo/entry.php on line 74
    [28-May-2016 19:34:15] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /hsphere/local/home/bbbmjs5/vaporizerireland.ie/wp-includes/SimplePie/IRI.php on line 669
    [28-May-2016 19:34:59] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 9 bytes) in /hsphere/local/home/bbbmjs5/vaporizerireland.ie/wp-admin/includes/class-walker-category-checklist.php on line 68
    [28-May-2016 19:35:27] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /hsphere/local/home/bbbmjs5/vaporizerireland.ie/wp-includes/SimplePie/Misc.php on line 417
    [28-May-2016 19:36:10] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 7680 bytes) in /hsphere/local/home/bbbmjs5/vaporizerireland.ie/wp-admin/includes/class-walker-category-checklist.php on line 50
    [28-May-2016 19:36:20] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /hsphere/local/home/bbbmjs5/vaporizerireland.ie/wp-includes/SimplePie/Misc.php on line 417
    [28-May-2016 19:36:51] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 7680 bytes) in /hsphere/local/home/bbbmjs5/vaporizerireland.ie/wp-content/themes/virtue/lib/cmb/init.php on line 912

    How would the memory be exausted?

    How can I resolve this?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Apparently, you have only 41,943,040 bytes (40MB) allocated to WordPress. Give it more memory:

    Here’s some good things to try:

    https://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/

    Try for 128MB and see if it helps

    Thread Starter davidom2513

    (@davidom2513)

    Thanks, I contacted my host, and they allocated more memory in the php.ini file

    So that’s what the problem was, if anyone else gets something similar

    Thanks a million for the help, much appreciated

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘After I install any theme, Wp-admin stops working’ is closed to new replies.