CodingJungle Posted February 6, 2020 Share Posted February 6, 2020 Whoops\Exception\ErrorException thrown with message "Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`" Stacktrace: #10 Whoops\Exception\ErrorException in /home/michael/public_html/dev/system/Node/Controller.php:969 #9 Whoops\Run:handleError in /home/michael/public_html/dev/init.php:653 #8 require_once in /home/michael/public_html/dev/init.php:653 #7 IPS\IPS:autoloader in [internal]:0 #6 spl_autoload_call in /home/michael/public_html/dev/applications/core/modules/admin/applications/applications.php:23 #5 require_once in /home/michael/public_html/dev/init.php:653 #4 IPS\IPS:autoloader in [internal]:0 #3 spl_autoload_call in [internal]:0 #2 class_exists in /home/michael/public_html/dev/system/Dispatcher/Dispatcher.php:141 #1 IPS\_Dispatcher:run in /home/michael/public_html/dev/init.php:820 #0 IPS\toolbox_hook_Dispatcher:run in /home/michael/public_html/dev/admin/index.php:14 i get this error when trying to export an app in php 7.4 Link to comment Share on other sites More sharing options...
Stuart Silvester Posted February 6, 2020 Share Posted February 6, 2020 2 minutes ago, CodingJungle said: Whoops\Exception\ErrorException thrown with message "Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`" Stacktrace: #10 Whoops\Exception\ErrorException in /home/michael/public_html/dev/system/Node/Controller.php:969 #9 Whoops\Run:handleError in /home/michael/public_html/dev/init.php:653 #8 require_once in /home/michael/public_html/dev/init.php:653 #7 IPS\IPS:autoloader in [internal]:0 #6 spl_autoload_call in /home/michael/public_html/dev/applications/core/modules/admin/applications/applications.php:23 #5 require_once in /home/michael/public_html/dev/init.php:653 #4 IPS\IPS:autoloader in [internal]:0 #3 spl_autoload_call in [internal]:0 #2 class_exists in /home/michael/public_html/dev/system/Dispatcher/Dispatcher.php:141 #1 IPS\_Dispatcher:run in /home/michael/public_html/dev/init.php:820 #0 IPS\toolbox_hook_Dispatcher:run in /home/michael/public_html/dev/admin/index.php:14 i get this error when trying to export an app in php 7.4 Download 4.4.10 again or apply the available patch 🙂 Link to comment Share on other sites More sharing options...
CodingJungle Posted February 6, 2020 Author Share Posted February 6, 2020 Just now, Stuart Silvester said: Download 4.4.10 again or apply the available patch 🙂 i hate ninja's. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.