- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Ah, your code had 3 extra "print" line (commented out). That is why it didn't match with the released version.
Anyway, are you running the script from the command line ? The error seems to be in the "command" part of the script.
If you are really running it from the command line, please send me the exact command you run and I'll see if I can reproduce the problem (you can temporary change your password, or I'll try on one of my accounts). You can also try to change the "echo" at the end with a print_r($e) and see if we get a better error description.
If you are not running from the command line, I suggest you remove the last block of code (from "if (!isset($_SERVER['QUERY_STRING'])) {" to the end before "?>".
The check should comment it out, but my guess is that there are cases where that doesn't work.
Views
Replies
Total Likes