WPIntell

Source evidence

Ultimate Add On – After upgrading to PHP 8

Ultimate Addons for Beaver Builder – Lite · support · 2022-11-30T22:11:00+00:00

mixedsentiment
highseverity
0.95relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 34 rows with source links

17.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
christianamplo resolved
Hi team, Our website breaks whenever we update the PHP 7.4 version to 8. Our hosting is inmotion and they confirmed this with us The page I need help with: [ log in to see the link] Hi @christianamplo , Thank you for your kind patience with this and sorry for the delay in replying you here. About your reported issue : WordPress themselves recommends running PHP 7.4 as a minimum. For more details, kindly go through this link: https://wpastra.com/guides-and-tutorials/changing-wordpress-php-version/ Hope this helps! Thank you, Umar I found a temporary solution. If you have an FTP. Go to the plugin files. find folder modules > info-list > includes > frontend.css.php and then go to line 379 – 381. The image sizes are not integers. I used this code: if ( (null !== intval($img_size[0]) ) && ( null !== intval($img_size[1]) ) && (0 !== intval($img_size[0]) )) : $actual_height = ( intval($settings->icon_image_size) * intval($img_size[1] )) / intval($img_size[0]); Hello @hmeatball , Thank you for sharing your experience here and glad to know that it worked for you. Hope this helps to @christianamplo and others too 🙂 I was having the same issue after upgrading PHP on my VPS, and @hmeatball ‘s solution worked initially, but then as I activated other plugins, WordPress would crash again. What ended up working for me was turning on wp debug mode in wp-config, which triggered WordPress to display a message on my site that the memory allotment had been exceeded. Turns out PHP upgrades reset PHP settings in cPanel. I increased the PHP limit and boom, all my WordPress websites affected by this issue were displaying flawlessly again and I just reset all plugin setups in phpMyAdmin. Hi @youceffk , Thank you for your feedback! We greatly appreciate it. We’re glad to hear that the solutions provided have been helpful in resolving similar issues for other users. If you have any more questions or need further assistance, feel free to ask. We’re here to help! 🙂 This reply was modified 2 years, 12 months ago by Ankush Thakare .

Comments

5 shown
Umar 2022-12-19T08:35:00+00:00

Hi @christianamplo , Thank you for your kind patience with this and sorry for the delay in replying you here. About your reported issue : WordPress themselves recommends running PHP 7.4 as a minimum. For more details, kindly go through this link: https://wpastra.com/guides-and-tutorials/changing-wordpress-php-version/ Hope this helps! Thank you, Umar

hmeatball 2022-12-19T18:49:00+00:00

I found a temporary solution. If you have an FTP. Go to the plugin files. find folder modules > info-list > includes > frontend.css.php and then go to line 379 – 381. The image sizes are not integers. I used this code: if ( (null !== intval($img_size[0]) ) && ( null !== intval($img_size[1]) ) && (0 !== intval($img_size[0]) )) : $actual_height = ( intval($settings->icon_image_size) * intval($img_size[1] )) / intval($img_size[0]);

Umar 2023-01-29T20:36:00+00:00

Hello @hmeatball , Thank you for sharing your experience here and glad to know that it worked for you. Hope this helps to @christianamplo and others too 🙂

youceffk 2023-02-15T17:40:00+00:00

I was having the same issue after upgrading PHP on my VPS, and @hmeatball ‘s solution worked initially, but then as I activated other plugins, WordPress would crash again. What ended up working for me was turning on wp debug mode in wp-config, which triggered WordPress to display a message on my site that the memory allotment had been exceeded. Turns out PHP upgrades reset PHP settings in cPanel. I increased the PHP limit and boom, all my WordPress websites affected by this issue were displaying flawlessly again and I just reset all plugin setups in phpMyAdmin.

Ankush Thakare 2023-06-01T07:50:00+00:00

Hi @youceffk , Thank you for your feedback! We greatly appreciate it. We’re glad to hear that the solutions provided have been helpful in resolving similar issues for other users. If you have any more questions or need further assistance, feel free to ask. We’re here to help! 🙂 This reply was modified 2 years, 12 months ago by Ankush Thakare .