• Resolved dizwell

    (@dizwell)


    Hi Peter,

    I don’t think anything is actually functionally wrong, but I fired up a link checker against my website this morning and, amongst other things, it turned up these results:

    URL../images/sort_asc.png'
    Parent URL https://absolutelybaching.com/wp-content/plugins/wp-data-access/assets/css/jquery.dataTables.min.css?ver=3.1.5, line 1, col 853
    Real URL   https://absolutelybaching.com/wp-content/plugins/wp-data-access/assets/images/sort_asc.png
    Check time 3.850 seconds
    Result     Error: 404 Not Found

    There were several errors of this sort, mentioning in turn the following “missing” files:

    sort_both.png
    sort_asc.png
    sort_desc.png
    sort_asc_disabled.png
    sort_desc_disabled.png

    Checking the path mentioned, the relevant pngs are indeed not present: in fact, the entire plugins/wp-data-access/assets/images folder simply doesn’t exist:

    /var/www/wordpress/wp-content/plugins/wp-data-access/assets# cd images
    -bash: cd: images: No such file or directory

    As I say, nothing particularly seems broken as a consequence of these missing images/folders, but since a jquery file seems to be mentioning them in each case, I thought I’d ask.

    Has my plugin become corrupt/confused etc? Is it an old reference you forgot to clean out of old code or something?

    Best wishes,
    HJR

    • This topic was modified 5 years, 10 months ago by dizwell.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi Howard,

    You seem to have eyes everywhere! 🙂

    Something actually did go wrong with the last update. The sort icons were indeed missing. The reason is simply because in previous releases I used the jQuery Datatables library from cdn. I changed this to a local copy and missed the sort icons.

    It’s just a minor thing and it is already solved in the next release. I also patched the actual release. So, if you delete the plugin and re-install, the icons will be back.

    Be carefull when you delete the plugin!!! Make sure your publications, projects and plugin settings are not deleted!
    This is how:
    – Go to menu Settings
    – Sub menu WP Data Access
    – Tab Uninstall
    – Uncheck both checkboxes
    – Save your setting
    You can now safely delete the plugin and re-install. 😉

    Best regards,
    Peter

    Thread Starter dizwell

    (@dizwell)

    Well, that’s a relief! I thought it was me! 😮

    No worries this end: I’ll wait until the next release. Even with the precautions, I just don’t fancy risking an intra-release fiddle-and-tweak!

    All the best,
    HJR

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

The topic ‘Some files seem to be missing’ is closed to new replies.