Fatal Error with PHP 8.0
-
When navigate to the login page of InfiniteWP (not the client plugin) I receive a fatal error with PHP 8.0
Fatal error: Uncaught ArgumentCountError: Too few arguments to function appErrorHandler(), 4 passed and exactly 5 expected in /v3/includes/commonFunctions.php:561 Stack trace: #0 /v3/includes/db.php(43): appErrorHandler(2, 'Undefined array...', '/...', 43) #1 /v3/controllers/appFunctions.php(10): DB::connect('localhost', '....', '.........', '........', '3306') #2 /v3/includes/app.php(68): DBConnectAndSetOptions() #3 /v3/login.php(11): include('/.......') #4 {main} thrown in /v3/includes/commonFunctions.php on line 561
So I have to switch back to PHP 7.4.x otherwise I can?t use it or I have to search another solution/plugin.
- The topic ‘Fatal Error with PHP 8.0’ is closed to new replies.