Title: Event Registration exporting errors
Last modified: August 19, 2016

---

# Event Registration exporting errors

 *  Resolved [southrules](https://wordpress.org/support/users/southrules/)
 * (@southrules)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/event-registration-exporting-errors/)
 * Everything I seen so far in my installation of event registration plugin looks
   fantastic, but none of the export to excel or csv functions work. All produce:
 * Fatal error: Call to undefined function get_option() in /home/phenom/public_html/
   site/wp-content/plugins/event-registration/event_registration_export.php on line
   24
 * any ideas would be greatly appreciated.

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Thread Starter [southrules](https://wordpress.org/support/users/southrules/)
 * (@southrules)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/event-registration-exporting-errors/#post-1040407)
 * 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 event_registration
   export.php you will need to change line 3.
 * Current:
 * 3. define( ‘ABSPATH’, $_SERVER[‘DOCUMENT_ROOT’] . ‘/’ );
 * Modified:
 * 3. define( ‘ABSPATH’, $_SERVER[‘DOCUMENT_ROOT’] .
    ‘/your_subdirectory_name/’);
 * Additionally you will note that emails sent will say [wordpress@yourdomain.com](https://wordpress.org/support/topic/event-registration-exporting-errors/wordpress@yourdomain.com?output_format=md).
   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/](http://wordpress.org/extend/plugins/mail-from/)
 *  [srgiles](https://wordpress.org/support/users/srgiles/)
 * (@srgiles)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/event-registration-exporting-errors/#post-1040445)
 * Thanks! This is just the answer I needed. I was going nuts wondering why the 
   export excel functioned on one of my sites and not the other.
 *  [crashley1784](https://wordpress.org/support/users/crashley1784/)
 * (@crashley1784)
 * [17 years ago](https://wordpress.org/support/topic/event-registration-exporting-errors/#post-1040511)
 * I’m having a major problem getting the export function to work. I have edited
   the export.php file as directed:
 *     ```
       /** Define ABSPATH as the root directory */
       define( 'ABSPATH', $_SERVER['DOCUMENT_ROOT'] . '/wordpress/' );
       ```
   
 * But it’s still not working. I get this error:
 *     ```
       Warning: require_once(/kunden/homepages/46/d195943986/htdocs/rcf/wordpress/wp-settings.php) [function.require-once]: failed to open stream: No such file or directory in /homepages/46/d195943986/htdocs/rcf/wp-config.php on line 75
   
       Fatal error: require_once() [function.require]: Failed opening required '/kunden/homepages/46/d195943986/htdocs/rcf/wordpress/wp-settings.php' (include_path='.:/usr/lib/php5') in /homepages/46/d195943986/htdocs/rcf/wp-config.php on line 75
       ```
   
 * I started getting that error after I had added the directory my site is installed
   in. Before that it just did the common error.
 * Any suggestions? Is there some syntax error in my code? I’m a php noob x 10.
 * Thanks!
 *  [avdude](https://wordpress.org/support/users/avdude/)
 * (@avdude)
 * [17 years ago](https://wordpress.org/support/topic/event-registration-exporting-errors/#post-1040514)
 * The file path is still wrong. Change back to the original and send me a copy 
   of the error.
 * thanks.
 *  [deyejl](https://wordpress.org/support/users/deyejl/)
 * (@deyejl)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/event-registration-exporting-errors/#post-1040541)
 * I have installed the most recent version (1.3) yet the plugin folder does not
   contain any additional php files. I see only event_reigs.php and therefore am
   unable to use this fix for the excel export issue.
 * Any help would be appreciated!!
 *  [deyejl](https://wordpress.org/support/users/deyejl/)
 * (@deyejl)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/event-registration-exporting-errors/#post-1040542)
 * Note: my error is slightly different from those posted above. My error reads
 * Error 404: NOT FOUND!
    Your browser cannot find the document corresponding to
   the URL you typed in.
 *  [deyejl](https://wordpress.org/support/users/deyejl/)
 * (@deyejl)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/event-registration-exporting-errors/#post-1040543)
 * One more question– I am having trouble configuring the IPN. Steps on setting 
   up the notify URL would be appreciated. Thank you!!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Event Registration exporting errors’ is closed to new replies.

 * 7 replies
 * 5 participants
 * Last reply from: [deyejl](https://wordpress.org/support/users/deyejl/)
 * Last activity: [16 years, 11 months ago](https://wordpress.org/support/topic/event-registration-exporting-errors/#post-1040543)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
