hi there,
How to fix this ? i got below message when activating plugin from wp-admin
Plugin could not be activated because it triggered a fatal error.
Fatal error: Out of memory (allocated 15990784) (tried to allocate 77824 bytes) in …. plugins/wp-e-commerce/wpsc-admin/display-groups.page.php on line 187
I found below code at display-groups.page.php on line 187
” if($_POST > 0) {
$product_width = (int)$_POST;
} else {
$product_width = ”;
}
“
Also googled out "http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP" but not working for me.
Regards,
gptArun