| | |
Plugin could not be activated because it triggered a fatal error.
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
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['product_width'] > 0) {
$product_width = (int)$_POST['product_width'];
} 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
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['product_width'] > 0) {
$product_width = (int)$_POST['product_width'];
} 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
•
•
Join Date: May 2009
Posts: 4
Reputation:
Solved Threads: 1
0
#2 17 Days Ago
Usually errors occur before that line.
Oh,if you could do a var_dump before that line to see what values are you working with , ohh dont forget to put a die() in too.
Oh,if you could do a var_dump before that line to see what values are you working with , ohh dont forget to put a die() in too.
PHP Syntax (Toggle Plain Text)
var_dump($_POST); die();
Last edited by ax8l; 17 Days Ago at 6:31 am.
•
•
Join Date: May 2009
Posts: 4
Reputation:
Solved Threads: 1
0
#4 17 Days Ago
i googled your plugin and it looks like (in some cases wp 2.8...) it needs more then 32 mb of memory to run and even though you increased WP_MEMORY_LIMIT that doesnt mean that your host allows ini_set in php (that means that you cant increase your allowed memory limit).It might be a problem with the script too and i do think it can be optimized to use less,but that is their problem...sorry.
Check their forums.. sorry i couldnt be more helpful.
Cheers mate!
Check their forums..
PHP Syntax (Toggle Plain Text)
http://www.instinct.co.nz/forums/
Cheers mate!
Last edited by ax8l; 17 Days Ago at 3:56 pm.
![]() |
Similar Threads
- Fatal Error (Windows NT / 2000 / XP)
- Help: I am getting a Windows InstallShield fatal Error 1603 (Windows NT / 2000 / XP)
- Fatal Error message (blue background) and a Red Circle with an exclamation mark (Viruses, Spyware and other Nasties)
- Fatal error in Ie has occured (Viruses, Spyware and other Nasties)
- Fatal Error, c0000005 Memory could not be read??? (Windows NT / 2000 / XP)
- Fatal Error Message When Accessing A Web Page (Windows NT / 2000 / XP)
- Fatal Error C010? (C)
- fatal error C1010 (C++)
Other Threads in the PHP Forum
- Previous Thread: radio button validation
- Next Thread: Paypal is sending message invalid or bad order ??
| Thread Tools | Search this Thread |
apache api array auto beginner binary broken cache cakephp checkbox class cms code codingproblem cron curl customizableitems database date display dynamic echo email error errorlog file files filter folder form format forms forum function functions gc_maxlifetime global google headmethod href htaccess html image include insert ip javascript joomla limit link login mail malfunctioning memmory memory menu method mlm multiple mysql nodes oop parameter parsing paypal pdf php phpmysql popup query radio random recursion recursiveloop remote script search select server sessions snippet source space sql static survey syntax system table trouble tutorial up-to-date update upload url validator variable video web youtube





