Home Forums Bizplan Pro Upload, install, activate and nothing… Reply To: Upload, install, activate and nothing…

#855
keonthemes
Keymaster

Hello @draogn27 ,

Your current issue called WSOD (White Screen Of Death). It may cause due to the insufficient memory of your server that the theme needs. You should increase php memory limit on wp-config.php file, add this:

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

Please note, this setting may not work if your host does not allow for increasing the PHP memory limit–in that event, contact your host to increase the PHP memory limit. Also, note that many hosts set the PHP limit at 8MB.

Regards!!