• I installed this plugin with the 2015 theme and used the shortcode to add the calendar.

    Here’s the error I’m getting:

    Warning: require_once(wp-content/plugins/php-event-calendar/server/html/event-create-public.html.php): failed to open stream: No such file or directory in /website.dev/wp/wp-content/plugins/php-event-calendar/server/classes/cls_phpeventcal.php on line 145
    
    Fatal error: require_once(): Failed opening required 'wp-content/plugins/php-event-calendar/server/html/event-create-public.html.php' (include_path='.:/Applications/XAMPP/xamppfiles/lib/php') in /website.dev/wp/wp-content/plugins/php-event-calendar/server/classes/cls_phpeventcal.php on line 145

    Any ideas why this is happening?

    https://www.ads-software.com/plugins/php-event-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author chenster

    (@chenster)

    The required file is missing. Probably due to corrupted during upload. Please try to download the file and install it manually by uploading the plugin files.

    Thread Starter darkhorse20

    (@darkhorse20)

    I think I figured out why the error occurs. The plugin doesn’t like it when WordPress is installed in a subdirectory. For example if the site URL settings are https://website.com and the WordPress URL settings are https://website.comd/wp I get the error. But if I move WordPress out of the subdirectory so both the site URL and WordPress URL settings are https://website.com , the plugin doesn’t throw the error.

    Plugin Author chenster

    (@chenster)

    That’s interesting. I too have tested on a WP instance installed in a subdirectory. It installed and worked just fine.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Errors with shortcode’ is closed to new replies.