hackerforhire
Forum Replies Created
-
Forum: Plugins
In reply to: 2.3.1 and Spam Karma 2Nevermind. I didn’t read the error message right, it says allowed. A quick email to my host got the issue resolved when the bumped the memory limit to 16mb.
Thanks again for the help.
Forum: Plugins
In reply to: 2.3.1 and Spam Karma 2Now the next question is does anyone know where I can stick something like:
<?php ini_set("memory_limit","16M"); ?>
into the plugin? Line 2 and line 866 produce the same sort of error.Forum: Plugins
In reply to: 2.3.1 and Spam Karma 2Finally found it. It’s a problem with my hosting configuration. A small tweak of:
php_flag display_errors on
php_value error_reporting 7
to the .htaccess file showed
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 737280 bytes) in /hsphere/local/home/wyatt/blog.hackerforhire.org/wp-content/plugins/SK2/spam_karma_2_plugin.php on line 867
Forum: Plugins
In reply to: 2.3.1 and Spam Karma 2I have no idea what the fatal error is because all it says is “Plugin could not be activated because it triggered a fatal error.” No details as what the error is. I’m not seeing anything fail in my apache logs, but I’m sure that’s not the right place to be looking.
How can I get more details on the error?