-
Same problem ( Missing parameter: is_superuser) with 3.2.0.1 and Firefox. No problem with Chrome.
2009-07-24 23:59:12 UTC in phpMyAdmin
-
A VTODO that has only "DUE" (no DTSTART) set is not catched by "selectComponent".
It should IMO show up on the day "DUE". Using iCalcreator 2.6.
Thanks for your exelent work! I like it really much.
Robert.
2009-04-01 16:06:52 UTC in iCalcreator
-
There is problem with images and https. On a page I have an Paypal Logo embedded I tried to convert it to PDF with TCPDF I get following error messages:
Notice: getimagesize() [function.getimagesize]: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in d:\sites\xy\site\plugins\xyToPDF\tcpdf.php on line 3659
Warning...
2008-12-01 19:52:53 UTC in TCPDF - PHP class for PDF
-
In line 635 of file xmlrpcs.inc (2.2.1):
$php_no_self_compress = ini_get('zlib.output_compression') == '' && (ini_get('output_handler') != 'ob_gzhandler');
is an Error that prevents the server from compressing his response.
The correct line should be:
$php_no_self_compress = (ini_get('zlib.output_compression') == '' || !ini_get('zlib.output_compression')) && (ini_get('output_handler')
2008-03-17 21:13:27 UTC in XML-RPC for PHP