• Resolved WPUnder

    (@wpunder)


    First time user ??

    Hi I’m getting the following error during the install does anyone know how to fix this.

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 30720 bytes) in /home/a6812895/public_html/wordpress/wp-includes/default-widgets.php on line 431

    Thanks in advance

    Brian

Viewing 5 replies - 1 through 5 (of 5 total)
  • Which host are you using?

    You could try adding the following to your wp-config.php file:

    define(‘WP_MEMORY_LIMIT’, ‘256M’);

    Add it almost anywhere – make sure to copy/paste only the text – no extra spaces. I usually put it just above the area for auth key salts (above the comments).

    Thread Starter WPUnder

    (@wpunder)

    Sir you are a legend that worked perfectly

    Thank You

    Brian

    You’re quite welcome!

    I also faced this problem, but I increased the memory limits in php.in and in wp-config.php and now it’s running very smooth. Doing this, I feel increase in it’s loading speed.thanks to kcrusher for information. [irrelevant link removed – please do not use these forums to post links to your site]

    Glad to be of help!

    WPUnder – You may want to mark this as resolved, so that others will know that’s it’s a likely solution.

    Cheers!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error during install’ is closed to new replies.