Welcome Guest, Not a member yet? Register   Sign In
Error after run php sprak serve
#3

(This post was last modified: 07-10-2020, 05:14 AM by InsiteFX.)

It has to do with the spark path I ran into this also awhile back because all my stuff is under public_html
php spark is hard coded to the public folder I had to edit it and change it to public_html.

This is what I had to do

PHP Code:
// Path to the front controller
define('FCPATH'__DIR__ '/public' DIRECTORY_SEPARATOR); 

I Changed it to the below for my stuff:

PHP Code:
// Path to the front controller
define('FCPATH'__DIR__ '/public_html' DIRECTORY_SEPARATOR); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Error after run php sprak serve - by InsiteFX - 07-10-2020, 05:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB