1. You always obtain "Security Code does not match" if registed_globals are enabled in you php configuration. Solution: Set registered_globals = Off in your php.ini file.
2. Your post is recordered and showed even the captcha entered code is wrong!
Solution: Edit the file wpf-insert.php and move the two lines $wpdb->query to inside the if(!$error)
http://wordpress.org/extend/plugins/forum-server/
Sorry, my solution to the point 2 was buggy. The easier way to fix that point is to insert if (!$error) before each $wpdb->query and the $id = mysql_insert_id();
http://wordpress.org/extend/plugins/mingle-forum
I have picked up the project and cleaned up a TON of bugs. Enjoy!
lucidcrew
Member
Posted 2 years ago #
Nice try cartpaulj. ForumServer 1.5 has been released and has fixed all outstanding issues, including all incompatibilities with other plugins.
http://vasthtml.com/js/wordpress-forum-server/
== Changelog ==
= 1.5 =
* Fixed bug: Incompatibility with FireStats plugin and possibly certain other plugins, the bug also could cause a lot of database errors
* Fixed bug: Duplicating topics due to plugin incompatibility with certain plugins
* Fixed bug: No post body inside the topic due to plugin incompatibility with certain plugins
* Fixed bug: BBCode content inside e-mail notifications
* Fixed bug: Closing a topic didn't work as expected
* Fixed bug: sending e-mail notifications of your own replies when subscribed on topic
* Fixed bug: When subscribing to replies on topic, a blank screen was showing up
* "Unmake sticky" renamed to "Unstick" (for sticky topics)
* Fixed bug: Unstick function now works
* Fixed bug: search system now works
* Improved search system, now it searches in topic titles and can search in both titles and content
* Fixed bug: Email notifications were not sent in some cases
* New placeholder for inserting forum into WordPress page: [forumServer] can be used instead of <!--VASTHTML-->
@lucidcrew the error is still there when you try to create a topic
lucidcrew
Member
Posted 2 years ago #
hi afj176 -
can you please post your problem in more detail to our support forum so that we can look into it?
http://vasthtml.com/support/wordpress-plugins-g5/forum-server-1.5-f29.0/
thanks