Hello,
The following error occured when trying to download a thread as PDF while I'm not logged in:
Code:
Warning: file_get_contents(clientscript/vbulletin_css/style-968f2479-00013.css" id="vbulletin_css) [function.file-get-contents]: failed to open stream: No such file or directory in /html2fpdf/html2fpdf.php on line 2211
Warning: Cannot modify header information - headers already sent by (output started at /www/vbulletin.org/htdocs/forum/includes/class_core.php:2985) in /includes/functions.php(4391) : eval()'d code on line 55
Warning: Cannot modify header information - headers already sent by (output started at /www/vbulletin.org/htdocs/forum/includes/class_core.php:2985) in /includes/functions.php(4391) : eval()'d code on line 56
Warning: Cannot modify header information - headers already sent by (output started at /www/vbulletin.org/htdocs/forum/includes/class_core.php:2985) in /html2fpdf/fpdf.php on line 1665
FPDF error: Some data has already been output to browser, can't send PDF file
The same thread was downloaded successfully right after I logged in.
I thought I might draw your attention to this error.