Category Archives: Troubleshooting

Registration Form Validation

OK, I finally conquered the Java Validation of the Registraion Form.  It will now validate the Fixed Fields as well as all the auto fields that are set to required.  As I know some of you are eager for this … Continue reading

Posted in Form Validation, Uncategorized | Leave a comment

Mail Issue

Emails sent by the plugin say wordpress@yourdomain.com The email thing is a default WordPress thing, not related to my plugin. There is a great little plugin that resolves that issue. http://wordpress.org/extend/plugins/mail-from/

Posted in Mail, Troubleshooting, Uncategorized | 2 Comments

Export Issue

I get this error: Fatal error: Call to undefined function get_option() in /testserver/wordpress/wp-content/plugins/event-registration/event_registration_export.php on line 24 The reason you are getting that error is that wordpress is not installed in the root directory of your website. The plugin was written … Continue reading

Posted in Export, Troubleshooting, Uncategorized | 5 Comments