Title: Neve Fatal error code after PHP update
Last modified: November 17, 2022

---

# Neve Fatal error code after PHP update

 *  Resolved [burgaya](https://wordpress.org/support/users/burgaya/)
 * (@burgaya)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/neve-fatal-error-code-after-php-update/)
 * Dear all!
    I am having alot of trouble with the Neve theme, after the latest 
   PHP update (I am using PHP 8.0). When I enter my website i am met with this looooong
   error code.. My host has tried different things, which eventually worked, but
   after running some new updates (WordPress and some plugins), it happened again.
   I have tried everything I can think of. Deactivating my plugins, to see if one
   of those where the issue, resetting the new Neve update, clearing the cache. 
   Nothing makes any difference, so I am completely lost!! Has anyone experienced
   something similar? Or know what the code means?
 * `Fatal error: Uncaught TypeError: Unsupported operand types: float * string in/
   customers/c/e/9/burgaya.dk/httpd.www/wp-content/themes/neve/inc/core/styles/frontend.
   php:709 Stack trace: #0 [internal function]: Neve\Core\Styles\Frontend->Neve\
   Core\Styles\{closure}('max-width', 70, Array, 'desktop') #1 /customers/c/e/9/
   burgaya.dk/httpd.www/wp-content/themes/neve/inc/core/styles/css_prop.php(77):
   call_user_func_array(Object(Closure), Array) #2 /customers/c/e/9/burgaya.dk/httpd.
   www/wp-content/themes/neve/inc/core/styles/dynamic_selector.php(220): Neve\Core\
   Styles\Css_Prop::transform('max-width', 70, Array, 'desktop') #3 /customers/c/
   e/9/burgaya.dk/httpd.www/wp-content/themes/neve/inc/core/styles/generator.php(
   60): Neve\Core\Styles\Dynamic_Selector->__toString() #4 /customers/c/e/9/burgaya.
   dk/httpd.www/wp-content/themes/neve/inc/core/dynamic_css.php(76): Neve\Core\Styles\
   Generator->generate() #5 /customers/c/e/9/burgaya.dk/httpd.www/wp-includes/class-
   wp-hook.php(308): Neve\Core\Dynamic_Css->enqueue('') #6 /customers/c/e/9/burgaya.
   dk/httpd.www/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL,
   Array) #7 /customers/c/e/9/burgaya.dk/httpd.www/wp-includes/plugin.php(517): 
   WP_Hook->do_action(Array) #8 /customers/c/e/9/burgaya.dk/httpd.www/wp-includes/
   script-loader.php(2180): do_action('wp_enqueue_scri...') #9 /customers/c/e/9/
   burgaya.dk/httpd.www/wp-includes/class-wp-hook.php(308): wp_enqueue_scripts('')#
   10 /customers/c/e/9/burgaya.dk/httpd.www/wp-includes/class-wp-hook.php(332): 
   WP_Hook->apply_filters('', Array) #11 /customers/c/e/9/burgaya.dk/httpd.www/wp-
   includes/plugin.php(517): WP_Hook->do_action(Array) #12 /customers/c/e/9/burgaya.
   dk/httpd.www/wp-includes/general-template.php(3043): do_action('wp_head') #13/
   customers/c/e/9/burgaya.dk/httpd.www/wp-content/themes/neve/header.php(46): wp_head()#
   14 /customers/c/e/9/burgaya.dk/httpd.www/wp-includes/template.php(783): require_once('/
   customers/c/e/...') #15 /customers/c/e/9/burgaya.dk/httpd.www/wp-includes/template.
   php(718): load_template('/customers/c/e/...', true, Array) #16 /customers/c/e/
   9/burgaya.dk/httpd.www/wp-includes/general-template.php(48): locate_template(
   Array, true, true, Array) #17 /customers/c/e/9/burgaya.dk/httpd.www/wp-content/
   themes/neve/page-templates/template-pagebuilder-full-width.php(19): get_header()#
   18 /customers/c/e/9/burgaya.dk/httpd.www/wp-includes/template-loader.php(106):
   include('/customers/c/e/...') #19 /customers/c/e/9/burgaya.dk/httpd.www/wp-blog-
   header.php(19): require_once('/customers/c/e/...') #20 /customers/c/e/9/burgaya.
   dk/httpd.www/index.php(17): require('/customers/c/e/...') #21 {main} thrown in/
   customers/c/e/9/burgaya.dk/httpd.www/wp-content/themes/neve/inc/core/styles/frontend.
   php on line 709`
 * I hope someone can help me! Thank you!
    -  This topic was modified 3 years, 6 months ago by [burgaya](https://wordpress.org/support/users/burgaya/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fneve-fatal-error-code-after-php-update%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Kush](https://wordpress.org/support/users/kushnamdev/)
 * (@kushnamdev)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/neve-fatal-error-code-after-php-update/#post-16212433)
 * Hey [@burgaya](https://wordpress.org/support/users/burgaya/),
 * Thanks for using Neve and reaching out.
 * This issue might be happening due to the theme skin being set to Legacy Skin 
   instead of the Neve 3.0 skin, Go into the Customizer and check if there is a 
   Styles tab appearing at the bottom, it should be around the Additional CSS tab.
   Then click it and switch to Neve 3.0 style, that should get rid of the errors.
   
   [https://docs.themeisle.com/article/1388-neve-3-0-core-design](https://docs.themeisle.com/article/1388-neve-3-0-core-design)
 * But for this to happen, first, you will have to tell your hosting provider to
   switch you back to PHP 7.4 to get around the error.
 * Thank you and have a great day!
 *  Thread Starter [burgaya](https://wordpress.org/support/users/burgaya/)
 * (@burgaya)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/neve-fatal-error-code-after-php-update/#post-16212536)
 * Hello [@kushnamdev](https://wordpress.org/support/users/kushnamdev/) !
    Thank
   you so much for replying! 🙂
 * I have gone back to the PHP 7.4, but there is no Styles button in my Customizer..
   Can it be because I don’t have the PRO version?
 * Thank you very much for your help!!
    Have a very nice day!!
 *  [luciamarinescu](https://wordpress.org/support/users/luciamarinescu/)
 * (@luciamarinescu)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/neve-fatal-error-code-after-php-update/#post-16238765)
 * Hi [@burgaya](https://wordpress.org/support/users/burgaya/)!
 * That button disappears after some time if it is not used, that may be why it 
   doesn’t appear for you. Please go to Customizer -> Header and check if there 
   is a Migrate Builders Data button, as it can be seen [here](https://vertis.d.pr/i/lQwa1A).
   If it appears, you can click that to migrate to the new skin.
 * I hope this helps!
 *  Thread Starter [burgaya](https://wordpress.org/support/users/burgaya/)
 * (@burgaya)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/neve-fatal-error-code-after-php-update/#post-16240113)
 * Hello [@luciamarinescu](https://wordpress.org/support/users/luciamarinescu/)
 * Thank you so much for your suggestion! I found the button, but it didn’t help
   🙁
    I have now upgraded to PRO, and hope their support can now help me.
 * Thank you for your help!!
 * Best wishes, Patricia

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Neve Fatal error code after PHP update’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/neve/4.2.4/screenshot.png)
 * Neve
 * [Support Threads](https://wordpress.org/support/theme/neve/)
 * [Active Topics](https://wordpress.org/support/theme/neve/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/neve/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/neve/reviews/)

## Tags

 * [Crash](https://wordpress.org/support/topic-tag/crash/)
 * [fatal+error](https://wordpress.org/support/topic-tag/fatalerror/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [update](https://wordpress.org/support/topic-tag/update/)

 * 4 replies
 * 3 participants
 * Last reply from: [burgaya](https://wordpress.org/support/users/burgaya/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/neve-fatal-error-code-after-php-update/#post-16240113)
 * Status: resolved