• Resolved roje0913

    (@roje0913)


    I get this error below when activating the plugin. I am running the latest version of your pluing, php 7.0 and tried the default theme and disabled other plugins to no avail. I have set the all the date/time and resaved permalinks

    This shows in the header of every page:
    Warning: filemtime(): stat failed for /home/pofd2/public_html/wp-content/plugins/rsvpmaker.js in /home/pofd2/public_html/wp-content/plugins/rsvpmaker/rsvpmaker-plugabble.php on line 1703

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter roje0913

    (@roje0913)

    To fix it, I changed line 3405 in rsvpmaker-pluggable.php from

    wp_enqueue_script(‘rsvpmaker_js’,plugins_url(‘rsvpmaker/rsvpmaker.js’), array(), filemtime( plugin_dir_path( __DIR__ ) . ‘rsvpmaker.js’ ));

    to:
    wp_enqueue_script(‘rsvpmaker_js’,plugins_url(‘rsvpmaker/rsvpmaker.js’), array(), filemtime( plugin_dir_path( __DIR__ ) . ‘rsvpmaker/rsvpmaker.js’ ));

    hopefully there will be no adverse effects..

    Hi,

    Thanks for reporting this but that is for a different plugin. That is for https://www.ads-software.com/plugins/rsvpmaker/.

    -Mike

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Warning: filemtime(): stat failed’ is closed to new replies.