• Resolved lehamill

    (@lehamill)


    When I load my site https://www.bsatroop195.org/
    I get a popup message that says “There is a problem with your theme. The file wppa.js is not loaded when it is expected (Errloc = wppa_kickoff).”
    The error message indicates there is a problem with the theme. However I also get the following 8 error lines.
    Please help.
    Warning: filemtime(): stat failed for /home/bsatro15/public_html/wp-content/plugins/wp-photo-album-plus/js/wppa-utils.js in /home/bsatro15/public_html/wp-content/plugins/wp-photo-album-plus/wppa-non-admin.php on line 312
    Warning: filemtime(): stat failed for /home/bsatro15/public_html/wp-content/plugins/wp-photo-album-plus/js/wppa.js in /home/bsatro15/public_html/wp-content/plugins/wp-photo-album-plus/wppa-non-admin.php on line 312
    Warning: filemtime(): stat failed for /home/bsatro15/public_html/wp-content/plugins/wp-photo-album-plus/js/wppa-slideshow.js in /home/bsatro15/public_html/wp-content/plugins/wp-photo-album-plus/wppa-non-admin.php on line 312
    Warning: filemtime(): stat failed for /home/bsatro15/public_html/wp-content/plugins/wp-photo-album-plus/js/wppa-ajax-front.js in /home/bsatro15/public_html/wp-content/plugins/wp-photo-album-plus/wppa-non-admin.php on line 312
    Warning: filemtime(): stat failed for /home/bsatro15/public_html/wp-content/plugins/wp-photo-album-plus/js/wppa-lightbox.js in /home/bsatro15/public_html/wp-content/plugins/wp-photo-album-plus/wppa-non-admin.php on line 312
    Warning: filemtime(): stat failed for /home/bsatro15/public_html/wp-content/plugins/wp-photo-album-plus/js/wppa-popup.js in /home/bsatro15/public_html/wp-content/plugins/wp-photo-album-plus/wppa-non-admin.php on line 312
    Warning: filemtime(): stat failed for /home/bsatro15/public_html/wp-content/plugins/wp-photo-album-plus/js/wppa-touch.js in /home/bsatro15/public_html/wp-content/plugins/wp-photo-album-plus/wppa-non-admin.php on line 312
    Warning: filemtime(): stat failed for /home/bsatro15/public_html/wp-content/plugins/wp-photo-album-plus/js/wppa-spheric.js in /home/bsatro15/public_html/wp-content/plugins/wp-photo-album-plus/wppa-non-admin.php on line 312
    Operator profile
    You’ll get replies here and in your email:
    ✉️ [email protected]
    Our usual reply time
    🕒 A few hours
    Aamir profile
    Hi Lou! 👋
    All these warnings are coming from a third party wp-photo-album-plus plugin, take a look at this screenshot too:

    You can discuss it with the plugin development team, and they will help you with that.
    The display_errors setting is turned off on production sites, but seem to have been left on, making the warnings visible on your site. To take care of it, please, add the following to your wp-config.php WordPress configuration file, replacing the line:
    define(‘WP_DEBUG’, true/false);
    with:
    ini_set(‘display_errors’,’Off’);
    ini_set(‘error_reporting’, E_ALL );
    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_DISPLAY’, false);
    Warning will not be shown anymore! ✅
    Thank You I was wondering if it was the theme or the plugin. I am using both on other sites without the error also.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Do the following:
    – Re-install the pluigin.
    – Verify that the file .../wp-content/plugins/wp-photo-album-plus/js/wppa-all.js exists.
    – Make sure that Table IV-A13: Defer javascript is unticked and that you do not have a plugin active that defers javascript.
    – Make sure you run a php version/configuration that supports the function filemtime()
    and try again.

    After you have it workling, you can try deferring javascript

    • This reply was modified 5 years, 2 months ago by Jacob N. Breetvelt. Reason: corrected wppa-all.js
    Thread Starter lehamill

    (@lehamill)

    Just reinstalling the plugin worked. I’m sorry I did not do that first. I should have known better. Thank you for helping me on this and THANK YOU for a truly magnificent plugin.

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

The topic ‘error message’ is closed to new replies.