Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
1.2k views
in Q2A Core by
edited by
Please can anyone help me?

Is it urgent

 

 mod_fcgid: stderr: PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 1048576 bytes) in /var/www/vhosts/spaceamigos.com/httpdocs/qa-include/app/options.php on line 162
Q2A version: 1.7

1 Answer

+1 vote
by
selected by
 
Best answer

Got your pm.  You can increase php's memory size by the following command. Please place it near the top of index.php

 

ini_set('memory_limit','256M');
by
Thank you, Steven!
Sorry to bother you.
...