PDA

View Full Version : Unable to Post Thread


pokermagic
10-08-2015, 07:39 PM
I have a forum that i moved over from another server and everything seems to be fine except for the fact that no one can post threads. You can get to the point entering the information but when you hit submit, you get a blank page... the corresponding URL is http://forums.patriotmemory.com/newthread.php?do=postthread&f=12

Any thoughts on how to fix?

Regards,

JR

Dave
10-08-2015, 07:55 PM
Check the error logs of your web-server/PHP, it's very likely to be a 500 internal server error.
Probably caused by one of your plugins.

Also what PHP version are you using?

pokermagic
10-08-2015, 08:26 PM
I'm runninng PHP 5.6.13. I will take a look at my log files and see what might be coflicting, but this is the only thing on this webserver. The forums is the only thing that is running.

--------------- Added 1444343983 at 1444343983 ---------------

I checked my log error file and found:

[Thu Oct 08 20:46:29.891596 2015] [:error] [pid 10619] [client 70.35.55.178:39885] PHP Warning: require_once(includes/functions_ghsom.php): failed to open stream: No such file or directory in /var/www/html/includes/functions_newpost.php(555) : eval()'d code on line 3, referer: http://forums.patriotmemory.com/newthread.php?do=newthread&f=12


The file functions_newpost.php does exist.

Regards,

JR

--------------- Added 1444344446 at 1444344446 ---------------

ok found out that its my glowhost spam o matic plugin.

Thanks for your direction.