• Resolved alexfaye

    (@alexfaye)


    Hi Kneet,

    I freshly installed the latest version 1.5.3 plugin and it works well, but I found in my Chrome that there is a 404 error indicating that “spopm-payment-icons-plugin.js:1 Failed to load resource: the server responded with a status of 404 ()”

    I then checked your plugin file, payment-icons-plugin.php, and found there is a function referring to this js file:

    function spopm_plugin_enqueue_scripts() {
    wp_enqueue_script(
    ‘spopm-payment-icons-plugin-js’,
    plugin_dir_url(FILE) . ‘js/spopm-payment-icons-plugin.js’,
    [],
    ‘1.0.0’,
    true
    );
    }

    At present, spopm-payment-icons-plugin.js is not available in the plugin folder.

    Can you figure this issue out to eliminate the 404 error? Thank you.

    Regards,

    Pirlo

    • This topic was modified 7 months, 3 weeks ago by alexfaye.
    • This topic was modified 7 months, 3 weeks ago by alexfaye.

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

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

    (@kneet)

    Hi Pirlo

    The .js file is indeed not available. We removed it.
    There is nothing to worry about.
    We will update the code in the next version.

    Cheers.

    Thread Starter alexfaye

    (@alexfaye)

    Hi Kneet,

    Thanks for clarifying. Glad to hear the .js file will be removed — looking forward to the next version update.

    Regards,

    Pirlo

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

The topic ‘404 Error’ is closed to new replies.