Hi All,
I am brand new to Tracmor and was moving along fine until I tried to print labels. I have followed the advice of this and all the other posts regarding this error to no avail. I replaced the tcpd files, changed permissions, installed php5-xsl, etc. but am still getting the same error on printing labels:
Error in PHP Script
/trac/admin/labels.php PHP Version: 5.3.2-1ubuntu4.14; Zend Engine Version: 2.3.0; Qcodo Version: 0.3.32 (Qcodo Beta 3)
Application: Apache/2.2.14 (Ubuntu); Server Name: 192.168.0.13
HTTP User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:10.0) Gecko/20100101 Firefox/10.0
Function set_magic_quotes_runtime() is deprecated
Error Type: Unknown
Rendered Page: Click here to view contents able to be rendered
Source File: /var/www/trac/includes/php/tcpdf/tcpdf.php Line: 3480
Line 3475: $type = strtolower($type);
Line 3476: if ($type == "jpg") {
Line 3477: $type = "jpeg";
Line 3478: }
Line 3479: $mqr = get_magic_quotes_runtime();
Line 3480: set_magic_quotes_runtime(0);
Line 3481: // Specific image handlers
Line 3482: $mtd = '_parse'.$type;
Line 3483: // GD image handler function
Line 3484: $gdfunction = "imagecreatefrom".$type;
Line 3485: $info = false;
Call Stack:
#0 (): QcodoHandleError()
#1 /var/www/trac/includes/php/tcpdf/tcpdf.php(3480): set_magic_quotes_runtime()
#2 /var/www/trac/includes/php/tcpdf/tcpdf.php(9802): TCPDF->Image()
#3 /var/www/trac/includes/php/tcpdf/tcpdf.php(9546): TCPDF->openHTMLTagHandler()
#4 /var/www/trac/includes/php/tcpdf/tcpdf.php(3058): TCPDF->writeHTML()
#5 /var/www/trac/includes/php/tcpdf/tcpdf.php(9492): TCPDF->MultiCell()
#6 /var/www/trac/admin/labels.php(488): TCPDF->writeHTML()
#7 /var/www/trac/includes/qcodo/_core/qform/QFormBase.class.php(657): AdminLabelsForm->btnPrint_Click()
#8 /var/www/trac/includes/qcodo/_core/qform/QFormBase.class.php(774): QFormBase->TriggerMethod()
#9 /var/www/trac/includes/qcodo/_core/qform/QFormBase.class.php(242): QFormBase->TriggerActions()
#10 /var/www/trac/admin/labels.php(524): QFormBase::Run()
Any help would be greatly appreciated.
Thanks in adavance