Viewing 7 replies - 1 through 7 (of 7 total)
  • What information for this error can be gleaned from your server’s error logs?

    Thread Starter Ettienne2211

    (@ettienne2211)

    Hi emsi

    I have increase the memory to 128 and the file handles to 256 previously.

    This is the info in the error log:

    [25-Nov-2015 14:47:17] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 491520 bytes) in /home/joburg/public_html/wp/wp-content/themes/_ronneby 11776839/inc/vc_custom/Ultimate_VC_Addons/modules/Ultimate_Parallax.php on line 1025

    Thread Starter Ettienne2211

    (@ettienne2211)

    Sorry:

    upload_max_filesize = 64M

    Maximum size of POST data that PHP will accept.
    post_max_size = 128M
    memory=128MB

    Based on the error message above, your site has a max PHP memory allocation of 67M. If this is not being overwritten by your php.ini memory rule, then you may need to contact your hosts. Or change your theme as that seems to be the memory hog.

    Thread Starter Ettienne2211

    (@ettienne2211)

    Thanks esmi.

    The strange thing is that the site worked perfectly in the wp directory. I’ve copied the index.php and .htaccess files to public_html root, and changed the site address to http://www.joburgbolt.co.za instead of http://www.joburgbolt.co.za/wp in the WP dashboard settings.

    The other change was in the index.php where I’ve change the
    /** Loads the WordPress Environment and Template */
    require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ ); to ‘ /wp/wp-blog-header.php’ );.

    When those changes gave me the ERROR 500, I changed all back to what it was, but no luck after that.

    It’s a server issue – not a WordPress one per se. Currently, your theme seems to demanding more PHP memory than you have available. Try asking your hosts why your php.ini files aren’t increasing the memory allocation.

    Thread Starter Ettienne2211

    (@ettienne2211)

    Thank you so much esmi. I will contact them.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Using a pre-existing wp subdirectory – but want the wp as the domain root’ is closed to new replies.