In some cases you might be getting a blank (white) screen when trying to active the “wp-e-commerce” plugin from GetShopped.org
Or, a blaring 500 Internal Server Error…
This may be caused by an out of memory error thrown by PHP. To check if this is the case you’ll need to take a look in your php error_log. You’ll see something like:
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in ...
The Solution
If you’re allowed to change the php.ini file on your system then you’ll want to increase the memory_limit to something like 64M, or something bigger than it is now.
On a Shared Hosting platform, or where you don’t have access to the php configuration you’ll need to ask your kindly hosts if they’ll increase the memory_limit for you. Cite the problem, link to this post and that should give them enough info to make the changes for you.

