Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #70385
    Henrik Fylking-Nielsen
    Participant
    Premium Member

    Hi,

    Keep getting this PHP warning in bard pro footer

    [20-Dec-2022 19:01:05 UTC] PHP Warning:  Trying to access array offset on value of type bool in /home/madkalen/public_html/wp-content/themes/bard-pro-premium/footer.php on line 36

    Have just updated to last version 2.7.5 and the same

    Line 36 says:

    ” width=”<?php echo esc_attr( $footer_logo[1] ); ?>” height=”<?php echo esc_attr( $footer_logo[2] ); ?>” alt=”<?php esc_attr( bloginfo(‘name’) ); ?>”>

     

    Guess it is the later PHP versions being strict on arrays

    #70392
    vako
    Keymaster
    WP Royal Team

    Hi Henrik,

     

    1. The reason for the issue can be your installed plugins, please deactivate them one by one and you will able to catch which one was the source for the issue.

    2. If you want to not lose all the changes made with the plugins, please install 3rd party plugin staging, clone your website database and make the changes on the cloned staging site, here is the video guide to better understand how it works.https://www.youtube.com/watch?v=YtY-q5BBpeE

    3. If the instructions above cant help, In order to assist we need to check your website from the back end, please install this 3rd party plugin “Temporary Login Without Password Plugin” which allows us to access your dashboard without sharing access details.To better understand how the plugin works, please watch the video guide below: https://www.youtube.com/watch?v=EMu0e78OpJo

    Please make sure to mark your reply as private to hide it from the public.

     

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.