I have pear installed on my local windows machine (as part of an xammp install from apachefriends.org) and am using DataObjects. EVerything works fine locally.
I have a shared hosting account and installed the pear libs manually (copy and paste libs and ini_set to add to include path).
I can run a simple DB package based query but i can't get DataObject based ones to respond on the shared host.
If I deliberately screw up the path to pear I get the expected unable to find file errors. If I deliberately screw up the DB credentials in the DO ini file I get the expected DB connect fail error.
However if i set everything to the correct values I get no response what so ever, not even an error message. If I am viewing the folder the script is in in a browser and click on a link to a DO based script, the browser attempts to connect then just remains on the same page. I can't even echo out a manually. The behaviour appears exactly like doing a header based redirect to the refering page.
Can anyone help me with this problem?
Thanks
fgf