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 solution, I will give it here, but it will be included in my next release. To replace the code yourself, open the file event_register_attendees.inc.php (if you don’t have that file in your... [Read more]

Mail Issue

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/  Read More →

Export Issue

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 assuming it would be in the root installation. In the plugin folder there is a file called... [Read more]

Read More Posts From This Category »