Quote:
Originally Posted by JohnD5000
After initial installation was unable to reply to thread, as an administrator, or create a new thread. In both cases the process seemed to hang-up and left me on a blank page (as far as I can tell it was blank as I was in safari).
I have tried disabling just the Akismet service but that did not solve my problem. Any suggestions? I would really like to be able to use your software on our forums at www.empirisoft.com/support.
Thanks!
|
Akismet wouldn't cause that problem. Either turn on error displaying [below] or try another plugin.
To enable error displaying, create a plugin in the AdminCP on the init_startup hook, paste what's below as the php code, and save.
PHP Code:
ini_set('display_errors', true);
Then, try to sign up. It should show the error message ontop of the blank page.