gilbertleigh
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Bento] Can’t update Bento homepage header hero imageI’m a novice, but in my customizer menu the Homepage settings is listed below “widgets”.
Note, Satori studio aren’t responding to queries at the moment, as far as I can tell. You could try sending a direct message by email or in the form they provide, but I got no response.
Forum: Themes and Templates
In reply to: [Bento] Latest Bento theme has broke my siteI’ve continued this post in a more recent post. I managed to solve my problem (for the time being) but it looks like Bento 2.5 needs to be modified, as that is what I had to do (I deleted a function).
P.S. The above debug error messages are not the right ones so ignore them.Success! I deleted the wp_body_open() function on line 27 and my staging site is working again.
I’ve just compared my working live site (which uses the old 2.4 version of Bento) with my staging site that’s not working (white screen). The theme header.php file in my working site doesn’t contain the wp_body_open() function on line 27. Would it be ok to just delete that function from my staging site’s theme header.php file?
Forum: Themes and Templates
In reply to: [Bento] Latest Bento theme has broke my siteI’ve successfully upgraded to PHP 7.4 but I’m still getting the white screen when updating to Bento 2.5.
I have a debug file but I’m not sure how to send it to you, so in the meantime here’s a brief summary. There’s a lot of repetition, especially get_magic_quotes_gpc(), e.g. the following is repeated alot, usually in succession.[07-Dec-2020 14:54:21 UTC] PHP Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/thegr183/public_html/wp-includes/formatting.php on line 4373
[07-Dec-2020 15:11:07 UTC] PHP Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/thegr183/public_html/wp-includes/formatting.php on line 2440
Other error messages that are also repeated are:
[07-Dec-2020 14:54:21 UTC] PHP Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /home/thegr183/public_html/wp-includes/pomo/plural-forms.php on line 210
[07-Dec-2020 14:57:56 UTC] PHP Notice: Trying to access array offset on value of type bool in /home/thegr183/public_html/wp-includes/theme.php on line 2241
Forum: Themes and Templates
In reply to: [Bento] Latest Bento theme has broke my siteBefore I enable the debug mode, do you think that upgrading from PHP 7.3 to 7.4 might solve the problem?
Forum: Themes and Templates
In reply to: [Bento] Latest Bento theme has broke my siteJust to add, I have PHP 7.3 and my only plugin is the WP Classic Editor (most recent version).
Leigh.