PDA

View Full Version : Twitter services PHP extention - Anybody try?



MikeLampkin
05-03-2009, 09:51 AM
Hey

I installed the Twitter_Services extension for PHP, but I just can't seem to get my script to find it. I'm not a highly knowledgable user in PHP, so I'm probably missing something obvious.

The error I'm getting is:

Warning: include_once(Services/Twitter.php) [function.include-once]: failed to open stream: No such file or directory in /home2/troopei7/public_html/twitter889status.php on line 15

Anybody familiar with PHP extensions on Hostmonster? Do I need to register the extension somehow in php.ini? If so, can you give me a brief explanation on how that is done on a Hostmonster account?

Thanks
Mike

mojojuju
05-10-2009, 10:14 AM
Hey

I installed the Twitter_Services extension for PHP, but I just can't seem to get my script to find it. I'm not a highly knowledgable user in PHP, so I'm probably missing something obvious.

The error I'm getting is:

Warning: include_once(Services/Twitter.php) [function.include-once]: failed to open stream: No such file or directory in /home2/troopei7/public_html/twitter889status.php on line 15

Anybody familiar with PHP extensions on Hostmonster? Do I need to register the extension somehow in php.ini? If so, can you give me a brief explanation on how that is done on a Hostmonster account?

Thanks
Mike

Well, it seems you're including something in your php script. Do you have a file named Twitter.php which resides at


/home2/troopei7/public_html/Services/Twitter.php?

That should do it. If the include file is where it should be, did you preserve the capitalization of the "Services" directory & the "Twitter.php" file?

MikeLampkin
05-10-2009, 10:30 AM
Thanks for the reply. A few days after I posted that note, I built a new script and all is working fine now.

lonniepaiz
05-20-2009, 03:36 AM
Well, it seems you're including something in your php script. Do you have a file named Twitter.php which resides at


/home2/troopei7/public_html/Services/Twitter.php?

That should do it. If the include file is where it should be, did you preserve the capitalization of the "Services" directory & the "Twitter.php" file?

I am agree with mojojuju..I also think so..That should do it.