subdomain related

Login or register to post comments
3 replies [Last post]
Offline
Joined: 07/20/2009

Hello,
Thanx all great work...

recently i added subdomain to my domain www.jobspert.com for SEO and my subdoamin is http://jobsearch.jobspert.com/

I created a php file and grid in it. file is displaying and datagrid is also displaying but pagination is not working.. it gives error like "qc is not defined".
spend a whole day on it...
you can access my file
http://www.jobsearch.jobspert.com/admin-jobs/

Site is live? working on SEO part.

can anybody help me what is the problem...
its a humble request...

Help ever hurts never

Steven Warren's picture
Offline
Joined: 11/06/2008

The includes for the QCubed JS files are relative so on your subdomain it is looking for the JS files at "/jobsearch.jobspert.com/assets/js/_core/" when they exist at "/jobspert.com/assets/js/_core/".

alex94040's picture
Offline
Joined: 11/06/2008

Also, in case you still experience the issue after implementing allegro's suggestions:
- which version of qcubed are you running?
- which DB adapter are you using, and what's your php version?

Offline
Joined: 07/20/2009

Thanks Allegro and Alex I have made the necessary changes like i have given the full path its works like charm ...

giving full path is right?

Thanks a lot once again