Welcome Guest, Not a member yet? Register   Sign In
Issues moving Codigniter from Windows server to Linux based server
#12

(06-10-2015, 04:55 PM)gazzari Wrote: I contacted my wholesale hosting, and they said there was missing files. Errors below.

12:14:14 access("application/libraries/MY_Encrypt.php", F_OK) = -1 ENOENT (No such file or directory) 12:14:14 access("application/third_party/libraries/Encrypt.php", F_OK) = -1 ENOENT (No such file or directory) 12:14:14 access("application/libraries/Encrypt.php", F_OK) = -1 ENOENT (No such file or directory)

These are supposed to be missing files, but are not in the original source files. And are not in any backups.

When you load a library in CI, it automatically checks those locations to see whether extensions of the library exist. Since they're all application paths, the files are only missing if your application extended that library in the first place (and having extensions of the library in all three locations would be unusual).

Buried in your Firebug output is an ioError #2038, which might be a Flash error with a number of potential causes.
Reply


Messages In This Thread
RE: Issues moving Codigniter from Windows server to Linux based server - by mwhitney - 06-11-2015, 01:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB