CodeIgniter Forums
fatal error - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: fatal error (/showthread.php?tid=86066)



fatal error - Garryghent - 01-05-2023

Just starting with Ci4
followed install instructions but getting these errors below when opening in browser using wamp64 virtual host

this is displayed in browser

Fatal error: Uncaught TypeError: Argument 1 passed to CodeIgniter\HTTP\URI:ConfusedetHost() must be of the type string, null given, called in C:\wamp64\www\ci-proj\vendor\codeigniter4\framework\system\HTTP\IncomingRequest.php on line 436 and defined in C:\wamp64\www\ci-proj\vendor\codeigniter4\framework\system\HTTP\URI.php on line 691

This is displayed in ps terminal php spark serve

Fatal error: Uncaught TypeError: Argument 1 passed to CodeIgniter\HTTP\URI:ConfusedetHost() must be of the type string, null given, called in C:\wamp64\www\ci-proj\vendor\codeigniter4\framework\system\HTTP\IncomingRequest.php on line 436 and defined in C:\wamp64\www\ci-proj\vendor\codeigniter4\framework\system\HTTP\URI.php:691
Stack trace:
#4 C:\wamp64\ww in C:\wamp64\www\ci-proj\vendor\codeigniter4\framework\system\HTTP\URI.php on line 691

I can see there is a w missing in the path but no idea where to look i have checked the obvious .env file and app.php $baseURL any guidance would be gratefully accepted

Garry