Viewing 3 replies - 1 through 3 (of 3 total)
  • You might need to submit a ticket to your web host and ask what is the limit of their PHP memory and if it is possible to raise it for the installation.

    That error normally means there is not enough memory and what you did normally works. However, seeing you are saying you transferred it over can you try adding this to wp-config.php and let us know what happens.

    define('WP_MEMORY_LIMIT', '64M');

    If you are transferring the website, I am taking it you have moved over the files and then importing the database using something like PhpMyAdmin ?

    Thread Starter naga2012

    (@naga2012)

    yes i transferred database through phpmyadmin only

    and now i tried to remove all inactive plugins after that i got fatal error like this
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home/xxxxxxxx/public_html/wp-includes/default-widgets.php on line 178

    and i am also using w3-total-cache plugin whether this is the problem i think………

    Can you disable every plugin and try again and see if that changes anything ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘when tried to install wordpress’ is closed to new replies.