Posts Tagged ‘1.0’

Aug
25

Fatal error: Uncaught exception ‘Exception’ with message ‘String could not be parsed as XML’

2009

Throw this exception when the return of request is null, probably an error page like 404 or other server errors.

The reasons of errors are the following

1) Sometime twitter go down

2) The url is incorrect (The username setting up on ptwix is wrong) (more…)

Aug
25

Disable curl

2009

For disable the curl request mode you can setting to false the useCurl property in this way

$myptwixInstance->useCurl(false);

Remember that with curl disabled ptwix can’t show  the friend timeline but only user timeline and search result. You also disable curl in as/PtwiX_reader.php file.