Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
527 views
in Plugins by
Theres a 500 error on this and it looks like its due to an "out of memory" issue. I might see if I can figure this out. Is the Noah guy gone?
Q2A version: most recent

1 Answer

+1 vote
by

Hi retronoodle, can you please create a php file with the following content, save it as phpinfo.php and upload it to your server root folder?

<?php
phpinfo();
?>

Then, please open yourwebsite.com/phpinfo.php and check the value of memory_limit. In most cases the recommended setting is at least 128MB so let's see what do you have.

After checking it remember to delete your phpinfo.php file.

by
Hi I did try the memory limit thing and actually resolved the error, but then there was the mysql_query stuff that's deprecated in my version of PHP so its sounding like it's going to be a battle - does anyone plan on updating this plugin any time soon? I feel like it's such a good match for a QA script to also have a wiki.
...