I was tasked to maintain an application developped with Codeigniter 3 and php 5, noting that I’ve never worked with Codeigniter before.
When I tried to run the server from the command prompt locally using the line php spark serve , here’s what I get :
Could not open input file: spark
Btw, I use Xampp and php 8
These are all the folders of the application :
tree folders image of the website without spark file
As you can see, there is no file called “spark” which may be the reason why the server doesn’t run as it is suppose to. However, I was told that the website ran well when it was online.
I still haven’t modified any thing in the code because I don’t want to mess anything knowing that the application was fully functionnal when it was online.
what should I do to run it on my pc ?