LPH
Guest
Member
The following error happens in PhpStorm terminal when attempting to build an addon.
Code:
Code:
Line 113 is a conditional.
PHP:
Read more
Continue reading...
Code:
Code:
Code:
Fatal error: Uncaught Error: Call to undefined function mysqli_report() in C:\MAMP\htdocs\community\src\XF.php:113
Stack trace:
#0 C:\MAMP\htdocs\community\src\XF.php(75): XF::standardizeEnvironment()
#1 C:\MAMP\htdocs\community\cmd.php(12): XF::start('C:\\MAMP\\htdocs\\...')
#2 {main}
thrown in C:\MAMP\htdocs\community\src\XF.php on line 113
Line 113 is a conditional.
PHP:
...
Read more
Continue reading...