php - All javascript resources are failing to load after moving a MojoMotor site to a new server -
i moved mojomotor site new host , site broke. know has database access because if change database config options bogus, gives me connection error. changing back, error goes away.
i tried removing .htaccess file in case causing problem. had no effect.
i don't understand mojomotor , i'm not finding in documentation help. (oddly enough, because codeigniter documentation wonderful)
the page loads, riddled resource errors. here's what's failing load according inspector:
/javascript/load/jquery
/javascript/load_parse/login
/javascript/load/ui
/javascript/mojo/index
what missing?
note: errors shown these failed resources 404 resource not found error
i tried removing .htaccess file in case causing problem. had no effect.
instead of removing it, check if it's working.
- is project same path in previous server? if in root folder, , it's in subfolder, problem.
- has new server right apache settings, overwriting rules via .htaccess?
- there configuration setting outside project folder? redirections, apache config files, etc.
- this may sound dumb, did check javascript files in right folder in server?
- did check including javascript files via relative , not absolute paths? maybe there
basepath
variable hardcoded somewhere.
Comments
Post a Comment