Re: [PHP] Re: Google spreadsheet curl

2010-08-10 Thread ioan...@btinternet.com
On 2010/08/10 6:24, ioan...@btinternet.com wrote: I have uploaded Zend to my site but the files within the package do not seem to find each other: I solved this by correcting the include path (should be to the library folder (with no trailing slash)). I get as far as a menu offering to li

Re: [PHP] Re: Google spreadsheet curl

2010-08-09 Thread ioan...@btinternet.com
I have uploaded Zend to my site but the files within the package do not seem to find each other: Warning: include_once(Zend/Gdata.php) [function.include-once]: failed to open stream: No such file or directory in /home/mysite/Zend/library/Zend/Loader.php on line 146 The line 146 is;

Re: [PHP] Re: Google spreadsheet curl

2010-08-09 Thread ioan...@btinternet.com
This is a new message, not an existing thread. I don't know where the Re: got into the subject. Perhaps I sent it to myself first. Anyway, answer may have something to do with getting Zend installed. John -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php

Re: [PHP] Re: Google spreadsheet curl

2010-08-09 Thread Ashley Sheridan
On Sun, 2010-08-08 at 22:57 +0900, ioan...@btinternet.com wrote: > Using this code I get error message: > > > > > > "The spreadsheet at this URL could not be found. Make sure that you > > have the right URL and that the owner of the spreadsheet hasn't > > deleted it." > > > > I have set up a tes