I am using byethost for my project.. I am trying to install zend gdata on the server.. I copied all the file to server to "root/ladert/Zend/library"

I tried running the zend installation checker.. but it gives white screen.. NO output( even in view source)

So I tried error show on by runnning php script with "ini_set('display_errors', 'on');" .....since I don have php ini access I tried that.

But still all what I get is white screen..

what am I doing wrong ?

link|improve this question

Have you tried to run any gdata demo scripts? They may provide errors – kavisiegel Mar 10 '11 at 6:20
Turning on display_errors is only one step. Please also run use error_reporting(-1) to actually turn on the actual errors. – Charles Mar 11 '11 at 21:07
feedback

1 Answer

up vote 0 down vote accepted

@kavisiegel yes I tried that.. @charles thanks..

I finally found that the problem is with my hosting provider... They'll hopefully fix it soon... :)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.