4 ms·
You might want to stop it from opening local files.
by sidolin 15y ago
You might want to stop it from opening local files.
- mmackh 15y agoCould you please elaborate?
- randallsquared 15y agoProbably they're talking about the implication of errors such as in the result of http://api.thequeue.org/v1/clear?url=http://news.ycombinator.com/item?id=3646627 http://api.thequeue.org/v1/clear?url=http://news.ycombinator...: Warning: file_put_contents(db/aHR0cDovL25ld3MueWNvbWJpbmF0b3IuY29tL2l0ZW0/aWQ9MzY0NjYyNw==.clr) [function.file-put-contents]: failed to open stream: No such file or directory in /home/mackh_vps/api.thequeue.org/v1/clear.php on line 27 Warning: file_get_contents(db/aHR0cDovL25ld3MueWNvbWJpbmF0b3IuY29tL2l0ZW0/aWQ9MzY0NjYyNw==.clr) [function.file-get-contents]: failed to open stream: No such file or directory in /home/mackh_vps/api.thequeue.org/v1/clear.php on line 31 Warning: Cannot modify header information - headers already sent by (output started at /home/mackh_vps/api.thequeue.org/v1/clear.php:27) in /home/mackh_vps/api.thequeue.org/v1/clear.php on line 55 aHR0cDovL25ld3MueWNvbWJpbmF0b3IuY29tL2l0ZW0/aWQ9MzY0NjYyNw==Invalid URL Also, maybe turn off display_errors and turn on log_errors in your php.ini.
- mmackh 15y agoThanks, the ? character was causing issues