dschmidt20
Member
Posted 5 months ago #
Any time I try to activate the Lifestream plugin by David Cramer I get the following error message.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 232 bytes) in /home/dustinsc/public_html/wp-content/plugins/lifestream/inc/extensions.php on line 891
I'm running php5 and mysql 5. Anyone have a suggestion on how to address this issue? I don't see any function within extensions.php that allows you to adjust memory size. could this be a php.ini configuration issue?
faeldray
Member
Posted 5 months ago #
I actually had this issue before with another plugin. What I did is create a php.ini file (like you mentioned) and put these lines in it:
memory_limit = 32M
upload_max_filesize = 8M
post_max_size = 32M
I'm pretty sure that only the first line is required to solve your problem though.
javirol
Member
Posted 4 months ago #
ok is good, but where do you put "php.ini" ?
thanks,
Ramoonus
Member
Posted 3 weeks ago #
you can also use a .htaccess hack if you use Apache