[twitter-dev] Re: Twitter PHP + CentOS

2009-11-27 Thread aztroboy
Hi Michael! Thank you for answering! Did so, it says it is enabled. Now, I also noticed that in the beggining there's also a '--without curl' statement. Such a newbie question, but: would that affect in some way? Thank you again On 25 nov, 20:55, Michael Steuer mste...@gmail.com wrote:

[twitter-dev] Re: Twitter PHP + CentOS

2009-11-27 Thread aztroboy
It seems that I can't send imgs, anyways, here are the screenshots: http:// img16. imageshack . us /img16/7901/curl.png http:// img38. imageshack. us/img38/4926/curl2.png On 25 nov, 20:55, Michael Steuer mste...@gmail.com wrote: Create a page that prints out phpinfo(). See if the curl module

Re: [twitter-dev] Re: Twitter PHP + CentOS

2009-11-27 Thread Scott Haneda
Apparently you have issues pasting image urls as well :) I would try to see what the errors are, there are a few ways you can do this, depending on how centOS is set up. http://php.net/manual/en/function.error-reporting.php You can add the error handling enabler to your script, this works

[twitter-dev] Re: Twitter PHP + CentOS

2009-11-25 Thread jmathai
Check the versions of software you're using. CentOS likes to make you jump through hoops in order to get newer software. Namely, check your PHP version. On Nov 25, 9:08 am, aztroboy jbasur...@gmail.com wrote: Hello there! I'm using a PHP Twitter OAuth library (twitter.abrah.am), and it works

[twitter-dev] Re: Twitter PHP + CentOS

2009-11-25 Thread aztroboy
Thank you for your reply, [r...@twirelezz ~]# php -version PHP 5.1.6 (cli) (built: Apr 7 2009 08:00:04) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies Not bad, now I updated PHP to its lastest version: [r...@twirelezz ~]# php -v PHP 5.3.1

Re: [twitter-dev] Re: Twitter PHP + CentOS

2009-11-25 Thread Michael Steuer
Create a page that prints out phpinfo(). See if the curl module is active in your php On Nov 25, 2009, at 5:19 PM, aztroboy jbasur...@gmail.com wrote: Thank you for your reply, [r...@twirelezz ~]# php -version PHP 5.1.6 (cli) (built: Apr 7 2009 08:00:04) Copyright (c) 1997-2006 The PHP