Hello,
 
I am new to using the eventful api. I initiated the PEAR
command to install the PHP 5 interface libraries. Then I downloaded
the example script. When I hit that example page with my web browser
I get back a blank page, no HTML whatsoever, no errors or warnings.
 
I put in some echo statements to see how far the script progresses. Seems
like there is a problem with executing the first few lines:
 
<?php
echo "now im here 1";
require 'Services/Eventful.php';
 
// Enter your application key here. (See http://api.eventful.com/keys/)
$app_key = 'our api key';
 
$ev = new Services_Eventful($app_key);
echo "now im here 2";
...
 
It wont execute past the line that says:
$ev = new Services_Eventful($app_key);
 
 
Can anyone give me ideas on where to start debugging?
 
Thanks so much!
 
Thomas Koch
Developer
DesignBlox, LLC
www.designblox.com <http://www.designblox.com/> 

Reply via email to