Problems with install of vantage
Hi - I uploaded my zip file of vantage which then crashed my site and gave me the error message:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home3/healinkc/public_html/
wp-admin/includes/user.php on line 95
I read through previous forum posts which advise me to update the
wp-config-php file with the code snippet:
define('WP_MEMORY_LIMIT', '64M'); before the line which said: /* That's all, stop editing! Happy blogging. */
although this did not fix my problem.
I went to the file outlined in the fatal error post and line 95 has this snippet:
$user->admin_color = isset( $_POST['admin_color'] ) ? sanitize_text_field( $_POST['admin_color'] ) : 'fresh';
I don't see any indication of memory size on that line!
Please help, I am going mad here trying to get this installed!
Thankyou,
Venessa