I have installed WordPress and the theme 'Hood Theme', which once installed asks to install a series of plugins, including the Visual Composer.
Once everything is installed, the website works, but the control panel (wp-admin) does not work and sends the following error:
Fatal error: Allowed memory size of 104857600 bytes exhausted (tried to allocate 491520 bytes) in /home/miweb/wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_Team.php on line 367
This WP template already has it installed in another folder of the same domain, and it works without problems. I contacted the support of the template and they told me to increase the memory limits of PHP and WordPress, so I did it with the values they recommended:
In Wordpress%% co:
define('WP_MEMORY_LIMIT', '512M');
In the php.ini (this is what my hosting provider configured directly to me):
max_execution_time = 300
max_input_time = 600
max_input_vars = 2000
memory_limit = 512M
I have verified that these values are working by entering miweb / phpinfo.php
Once all the above is done, the problem persists, and in the support of the template do not throw me any solution that works for me. Let's see if we can find the fault here.
And these are the versions I'm using:
-
WordPress version: 4.7.5
-
PHP version: 5.2.17
-
Visual Composer version: 4.1 +