• Resolved jparnell8839

    (@jparnell8839)


    installed and activated the plugin, got this in a big red bar:

    The plugin events-manager/events-manager.php has been deactivated due to an error: Plugin file does not exist.

    as well, this also appeared:

    `Plugin could not be activated because it triggered a fatal error.

    Warning: require(evr_admin_menu.php) [function.require]: failed to open stream: No such file or directory in [WP-Install-Dir]/wp-content/plugins/event-registration/EVNTREG.php on line 77

    Warning: require(evr_admin_menu.php) [function.require]: failed to open stream: No such file or directory in [WP-Install-Dir]/wp-content/plugins/event-registration/EVNTREG.php on line 77

    Fatal error: require() [function.require]: Failed opening required ‘evr_admin_menu.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in [WP-Install-Dir]/wp-content/plugins/event-registration/EVNTREG.php on line 77`

    running WP 3.4.1

    http://wordpress.org/extend/plugins/event-registration/

Viewing 1 replies (of 1 total)
  • Thread Starter jparnell8839

    (@jparnell8839)

    i was able to fix it.

    for all hostgator users: you MUST edit your .htaccess file in the root installation directory and add the following 2 lines:

    # Use PHP 5.3
    AddHandler application/x-httpd-php53 .php .php5 .php4 .php3

    hostgator has PHP 5.2 and 5.3 installed in dual environments handled by CGI. by default, 5.2 is used and this plugin requires 5.3 on shared hosting accounts that do not use nginx. so basically, if you go through hostgator and dont have a VPS or dedicated server, edit your .htaccess file

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Event Registration] The plugin events-manager/events-manager.php has been deactivated due t’ is closed to new replies.