Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Please also update the html_tree file using the v05 version from the same page. It solves a bug in all editions preventing the instant PDF report generation
How remove error in pdf file Error opening the file : tmp/111.png
Plugin have rule fow writing tmp direcory in plugin... or it need for /tmp?
scripts howto-install.php
<BODY bgcolor="white">
<BASEFONT face="Tahoma, Sans-serif, Arial, Helvetica, Verdana">
<H2>How to install <A HREF="http://www.sourceguardian.com/">SourceGuardian</A> loaders</H2>
Old SourceGuardian loader is already installed, you need to upgrade it to latest version.
How to install SourceGuardian loaders
Server-wide setup
Download ixed4.lin.x86-32.tar.gz (for Intel x86 32-bit processor) or ixed4.lin.x86-64.tar.gz (for Intel x86 64-bit processor)
Extract it to folder /usr/lib/php/modules
Edit PHP.INI file (located at /etc/php.ini) and add following line:
extension=ixed.5.1.lin
Run-time loading
Download ixed4.lin.x86-32.tar.gz (for Intel x86 32-bit processor) or ixed4.lin.x86-64.tar.gz (for Intel x86 64-bit processor)
Extract it to folder /var/www/html/plugins/nmidCreatePDF/ixed/
For PHP compatibility: Loaders for PHP versions from 4.3.x PHP to 5.2.x are fully supported
How to install SourceGuardian loaders
Server-wide setup
Download ixed4.lin.x86-32.tar.gz (for Intel x86 32-bit processor) or ixed4.lin.x86-64.tar.gz (for Intel x86 64-bit processor)
Extract it to folder /usr/lib/php/modules
Edit PHP.INI file (located at /etc/php.ini) and add following line:
extension=ixed.5.1.lin
Run-time loading
Download ixed4.lin.x86-32.tar.gz (for Intel x86 32-bit processor) or ixed4.lin.x86-64.tar.gz (for Intel x86 64-bit processor)
Extract it to folder /var/www/html/plugins/nmidCreatePDF/ixed/
For PHP compatibility: Loaders for PHP versions from 4.3.x PHP to 5.2.x are fully supported
php howto-install.php
PHP Warning: Module 'SourceGuardian' already loaded in Unknown on line 0
<BODY bgcolor="white">
<BASEFONT face="Tahoma, Sans-serif, Arial, Helvetica, Verdana">
<H2>How to install <A HREF="http://www.sourceguardian.com/">SourceGuardian</A> loaders</H2>
Old SourceGuardian loader is already installed, you need to upgrade it to latest version.
How to install SourceGuardian loaders
Server-wide setup
Download ixed4.lin.x86-32.tar.gz (for Intel x86 32-bit processor) or ixed4.lin.x86-64.tar.gz (for Intel x86 64-bit processor)
Extract it to folder /usr/lib/php/modules
Edit PHP.INI file (located at /etc/php.ini) and add following line:
extension=ixed.5.1.lin
Run-time loading
Download ixed4.lin.x86-32.tar.gz (for Intel x86 32-bit processor) or ixed4.lin.x86-64.tar.gz (for Intel x86 64-bit processor)
Extract it to folder /var/www/html/plugins/nmidCreatePDF/ixed/
For PHP compatibility: Loaders for PHP versions from 4.3.x PHP to 5.2.x are fully supported
php howto-install.php
PHP Warning: Module 'SourceGuardian' already loaded in Unknown on line 0
<BODY bgcolor="white">
<BASEFONT face="Tahoma, Sans-serif, Arial, Helvetica, Verdana">
<H2>How to install <A HREF="http://www.sourceguardian.com/">SourceGuardian</A> loaders</H2> Old SourceGuardian loader is already installed, you need to upgrade it to latest version.
php -v
PHP Warning: Module 'SourceGuardian' already loaded in Unknown on line 0
PHP 5.1.6 (cli) (built: Jul 31 2008 00:08:07)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
with eAccelerator v0.9.5, Copyright (c) 2004-2006 eAccelerator, by eAccelerator
hm, so one of those loaders is actually old ... did I forget to remove the files from the ixed directory ??
Best thing is to download the latest loaders from the sourceguardian site, remove the files from the ixed sub-dir and load the latest ixed loaderd using the php.ini file.
It's an "either use php.ini OR put it in the ixed dir", while the later one doesn't work any more for one of the latest php 5.1.x versions
phalek wrote:hm, so one of those loaders is actually old ... did I forget to remove the files from the ixed directory ??
Best thing is to download the latest loaders from the sourceguardian site, remove the files from the ixed sub-dir and load the latest ixed loaderd using the php.ini file.
It's an "either use php.ini OR put it in the ixed dir", while the later one doesn't work any more for one of the latest php 5.1.x versions
first i deleted all version ixed except 5.1, but not worked
maybe i dont must writed on php.ini?
I deleted all files ixed, redownload from site ixed4.lin.x86-32.tar.gz. but error repeat
delete the line from php.ini file
reload the webserver ( otherwise the change will not be noticed)
put the newly downloaded ixed files in .../plugins/nmidCreatePDF/ixed dir
then simply do a
php createPDFReport.php
it should either complain about the loader not available or put out some characters which is fine
PHP Notice: Undefined index: starttime in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 15
Notice: Undefined index: starttime in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 15
PHP Notice: Undefined index: endtime in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 16
Notice: Undefined index: endtime in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 16
PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/include/global.php on line 159
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/include/global.php on line 159
PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/include/global.php on line 160
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/include/global.php on line 160
PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/include/global.php on line 161
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/include/global.php on line 161
PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/include/global.php on line 162
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/include/global.php on line 162
PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/include/global.php on line 163
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/include/global.php on line 163
PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/include/global.php on line 165
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/include/global.php on line 165
PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/include/global.php on line 169
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/include/global.php on line 169
PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/include/global.php on line 169
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/include/global.php on line 169
PHP Notice: Undefined variable: leafid in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 85
Notice: Undefined variable: leafid in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 85
PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 635
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 635
PHP Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 637
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 637
PHP Notice: Undefined variable: leafid in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 86
Notice: Undefined variable: leafid in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 86
PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 635
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 635
PHP Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 637
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 637
PHP Notice: Undefined variable: leafid in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 99
Notice: Undefined variable: leafid in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 99
PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 635
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 635
PHP Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 637
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 637
PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 129
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 129
PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 130
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 130
PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 131
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 131
PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 132
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 132
PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 133
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 133
PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 429
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/html/plugins/nmidCreatePDF/createPDFReport.php on line 429
PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/plugins/nmidCreatePDF/fpdf.php on line 1032
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/nmidCreatePDF/createPDFReport.php:15) in /var/www/html/plugins/nmidCreatePDF/fpdf.php on line 1032