• Resolved Kreezxil

    (@itscoolreally)


    Warning: include_once(/usr/cpanel/ntbcconr/public_html/wordpress/wp-content/plugins/event-calendar-with-map-view/js\location-map.php) [function.include-once]: failed to open stream: No such file or directory in /usr/cpanel/ntbcconr/public_html/wordpress/wp-content/plugins/event-calendar-with-map-view/register_fields.php on line 71

    Warning: include_once() [function.include]: Failed opening ‘/usr/cpanel/ntbcconr/public_html/wordpress/wp-content/plugins/event-calendar-with-map-view/js\location-map.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /usr/cpanel/ntbcconr/public_html/wordpress/wp-content/plugins/event-calendar-with-map-view/register_fields.php on line 71

    https://www.ads-software.com/plugins/event-calendar-with-map-view/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author harshpandya

    (@harshpandya)

    Ok it seem like Directory separation issue.
    Change /usr/cpanel/ntbcconr/public_html/wordpress/wp-content/plugins/event-calendar-with-map-view/register_fields.php line 71

    include_once plugin_dir_path(__FILE__).’js\location-map.php’;

    to this

    include_once plugin_dir_path(__FILE__).’js’.DIRECTORY_SEPARATOR.’location-map.php’;

    reply me if it solved your issue. Thanks.

    Thread Starter Kreezxil

    (@itscoolreally)

    Thank You, that is issue is now solved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting errors on ADD NEW EVENT’ is closed to new replies.