• Resolved onurparlar

    (@onurparlar)


    Hi, I found this error in error log. Please suggest the solution.

    Report number:?NMYPTKQI

    The page I need help with: https://www.sanalsergi.com

    Failed to open stream: No such file or directory in /home/public_html/icerik/plugins/litespeed-cache/src/media.cls.php on line 734

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support qtwrk

    (@qtwrk)

    is that the full log ? I feel it may miss some string at beginning ?

    Thread Starter onurparlar

    (@onurparlar)

    Warning: getimagesize(../../uploads/2020/05/ss-logo.png): Failed to open stream: No such file or directory in /home/sanalser/public_html/icerik/plugins/litespeed-cache/src/media.cls.php on line 734

    WordPress database error Commands out of sync; you can’t run this command now for query SELECT option_value FROM wp8i_options WHERE option_name = ‘action_scheduler_lock_async-request-runner’ made by shutdown_action_hook, do_action(‘shutdown’), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->maybe_dispatch_async_request, ActionScheduler_Lock->is_locked, ActionScheduler_OptionLock->get_expiration, ActionScheduler_OptionLock->get_existing_lock

    WordPress database error Commands out of sync; you can’t run this command now for query SELECT option_value FROM wp8i_options WHERE option_name = ‘action_scheduler_lock_async-request-runner’ made by shutdown_action_hook, do_action(‘shutdown’), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->maybe_dispatch_async_request, ActionScheduler_OptionLock->set, ActionScheduler_OptionLock->get_existing_lock

    WordPress database error Commands out of sync; you can’t run this command now for query INSERT INTO wp8i_options (option_name, option_value, autoload) VALUES (‘action_scheduler_lock_async-request-runner’, ’65ba00fba2c619.27605726|1706688823′, ‘no’) made by shutdown_action_hook, do_action(‘shutdown’), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->maybe_dispatch_async_request, ActionScheduler_OptionLock->set

    Warning: getimagesize(https://i.ytimg.com/vi/cLUD_NGE370/maxresdefault.jpg): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
    in /home/sanalser/public_html/icerik/plugins/litespeed-cache/src/media.cls.php on line 734

    Warning: getimagesize(https://i.ytimg.com/vi/cLUD_NGE370/maxresdefault.jpg): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
    in /home/sanalser/public_html/icerik/plugins/litespeed-cache/src/media.cls.php on line 734

    Thread Starter onurparlar

    (@onurparlar)

    Warning: unlink(/home/sanalser/public_html/icerik/litespeed/js//f945d4cd4642fa343a1829511881b2dc.js): No such file or directory in /home/sanalser/public_html/icerik/plugins/litespeed-cache/src/file.cls.php on line 42

    Warning: unlink(/home/sanalser/public_html/icerik/litespeed/js//f9606da6ac17533ab05ac7c5d1f5c235.js): No such file or directory in /home/sanalser/public_html/icerik/plugins/litespeed-cache/src/file.cls.php on line 42

    and more…

    Plugin Support qtwrk

    (@qtwrk)

    add_filter( "litespeed_media_ignore_remote_missing_sizes", "__return_true" );

    please add this to your theme functions.php , it will bypass remote images

    getimagesize(../../uploads/2020/05/ss-logo.png)

    this one because the path is relative , please try rectify it to abosolute path or URL

    but this error mesage on getimagesize() will be handled in next release

    Thread Starter onurparlar

    (@onurparlar)

    Thank you @qtwrk

    that code fixed

    I didn’t choose a relative path. Theme using like that I guess, do you think can I change to an absolute path? ??

    Plugin Support qtwrk

    (@qtwrk)

    frankly I do not know , it must be from your theme or page builder or plugin…etc

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Warning: getimagesize’ is closed to new replies.