subdomain related
Mon, 11/16/2009 - 13:43
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

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/".
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?
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