![]() |
php spark serve does not work in CI4.2.0 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: php spark serve does not work in CI4.2.0 (/showthread.php?tid=82079) |
php spark serve does not work in CI4.2.0 - umizoomi - 06-09-2022 When I upgrade to CI4.2.0 "php spark serve" stops working and just displays a blank message. The below set of commands are in Git Bash. I first run "php spark serve" in CI4.1.9 and it works fine, then I upgrade to CI4.2.0 and "php spark serve" does not work. For reference, I have PHP 8.1.6 installed on Windows 10. Code: me@LAPTOP-ICCPFR27 MINGW64 /c/sites/www (master) RE: php spark serve does not work in CI4.2.0 - iRedds - 06-10-2022 try updating spark and public/index.php RE: php spark serve does not work in CI4.2.0 - kenjis - 06-10-2022 Please read Upgrading guide carefully. Upgrading from 4.1.9 to 4.2.0 — CodeIgniter 4.2.0 documentation https://codeigniter4.github.io/userguide/installation/upgrade_420.html RE: php spark serve does not work in CI4.2.0 - umizoomi - 06-10-2022 (06-10-2022, 12:18 AM)iRedds Wrote: try updating spark and public/index.phpThanks! That worked |