I operate several 'fanlistings' where people who are fans of things can join and be listed among other fans. It's powered by the Enthusiast script. I recently switched hosts (to DreamHost) - and before this I wasn't having any issues. Someone told me that my join form was giving them trouble and I tested it out and am getting this error:
Warning: preg_match() expects parameter 2 to be string, array given in /home/fatedus/fatedus/loved/admin/show_join.php on line 141
This is line 141 of show_join.php:
if( $_POST && preg_match( $matchstring, $_POST ) )
Here is a link to one of my fanlisting's join page: http://odin.fated.us/join.php
And here is a link to the Enthusiast script for those unfamiliar with it: http://scripts.indisguise.org/
Any help would be greatly appreciated, I know extremely little about PHP.