Welcome Guest, Not a member yet? Register   Sign In
Using CodeIgniter’s Model - difference local server and live server
#4

(This post was last modified: 08-03-2023, 09:58 PM by kenjis.)

My point is that the class name in the source code and the file name must match exactly.
If they differ by a single letter, it won't work on the Linux server.

You did typo in the namespace:
namespace app\Models;

namespace App\Models;
Reply


Messages In This Thread
RE: Using CodeIgniter’s Model - difference local server and live server - by kenjis - 08-03-2023, 09:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB