CodeIgniter Forums
Jquery working on local server but not working on main server - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Jquery working on local server but not working on main server (/showthread.php?tid=27029)



Jquery working on local server but not working on main server - El Forum - 01-29-2010

[eluser]Unknown[/eluser]
Hi all good day. I worked on codeigniter with jquery validate plugin and upload plugin its working fine on local server but not working on my http server its getting the the jquery path correctly but not working.The page link is:http://www.bdshop247.com/StoneBollards/admin/admins/add_product
Please help me on this matter.


Jquery working on local server but not working on main server - El Forum - 01-29-2010

[eluser]pistolPete[/eluser]
The address does not work:

Quote:Not Found

The requested URL /StoneBollards/admin/admins/add_product was not found on this server.



Jquery working on local server but not working on main server - El Forum - 01-29-2010

[eluser]tomcode[/eluser]
http://www.bdshop247.com/StoneBollards/ neither and looks like You need to set Your system path in index.php


Jquery working on local server but not working on main server - El Forum - 01-29-2010

[eluser]theprodigy[/eluser]
http://www.bdshop247.com/StoneBollards/admin/admins/add_product throws the error about included file being missing. And the included file is CodeIgniter.php (system/codeigniter/CodeIgniter.php)

http://www.bdshop247.com/index.php/StoneBollards/admin/admins/add_product works but doesn't look very good (maybe css files not getting called correctly or something).

My thoughts is maybe you didn't upload ALL of the files. Try uploading the system and application files again. Maybe your ftp program didn't get all of them.