• Resolved daspooma

    (@daspooma)


    My website could not be loaded. I activated the logging and got the following error

    Deprecated: Optional parameter $new_length declared before required parameter $more_text is implicitly treated as a required parameter in /var/www/vhosts/mms-hochzeit.ch/httpdocs/wp-content/themes/bosa/functions.php on line 415

    I changed the variables so $echo and $more_text are before the variable $new_length. This helped me for this error. Now I got another error

    Deprecated: Creation of dynamic property Bosa_Notice_Handler::$theme_name is deprecated in?/var/www/vhosts/mms-hochzeit.ch/httpdocs/wp-content/themes/bosa/inc/getting-started/getting-started.php?on line?45

    I changed the Line from $this theme_name = exc_attr ( $theme->get(‘Name’ ) ); to $theme_name = esc_attr ( $theme->get( ‘Name’ ) ); so the error is now solved.

    My original problem that my website isn’t displayed correctly is still present.

    Can you help me fix this problem?

    • This topic was modified 1 year, 8 months ago by daspooma.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Bosa Themes

    (@bosathemes)

    Hello,

    Sorry for the inconvenience. The mentioned issue is more related to the PHP 8. We will fix the issue in the next theme update.
    For now, we strongly recommend to decrease the PHP version of your site to 7.4 to solve the problem.

    Thread Starter daspooma

    (@daspooma)

    I changed php to version 7.4.33 but the problem is still the same.

    Theme Author Bosa Themes

    (@bosathemes)

    Hello,

    We have thoroughly checked our environment, but unfortunately, we were unable to reproduce the issue on PHP 7.4.33.

    We understand that this may be causing inconvenience to you, and we would be happy to assist you in resolving the issue as soon as possible. In order for our technical team to investigate and fix the issue, we kindly request that you provide us with your site URL, WordPress dashboard username and password.

    You can securely share this information with us through the following link: https://bosathemes.com/contact. We assure you that our team will handle your credentials with the utmost care and confidentiality.

    Thank you for your understanding, and we look forward to resolving this matter for you.

    Thread Starter daspooma

    (@daspooma)

    Hello,

    I got the error. I had the password protection on. Whitout the password protection the website works with 7.4.33. I looking forward to update the theme an activate a newer version of php.

    Regards,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘function bosa_excerpt declared’ is closed to new replies.