This topic is locked
[SOLVED]

 PDF View Problem on linux centos 5.6

9/8/2011 5:13:54 AM
PHPRunner General questions
F
frmn author

help me <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=17719&image=1&table=forumtopics' class='bbc_emoticon' alt=':(' /> <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=17719&image=2&table=forumtopics' class='bbc_emoticon' alt=':(' />
i have the problem, when open PDF View on view ?, i used web server on OS linux Centos 5.6

thank's.....
source code like this :
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html/8D/output/plugins/html2ps/image.class.php on line 94
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html/8D/output/plugins/html2ps/features/_factory.php on line 33
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html/8D/output/plugins/html2ps/features/_factory.php on line 40
Deprecated: Function set_magic_quotes_runtime() is deprecated in /var/www/html/8D/output/plugins/html2ps/config.parse.php on line 153
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html/8D/output/plugins/html2ps/dom.php5.inc.php on line 17
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html/8D/output/plugins/html2ps/dom.php5.inc.php on line 26
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html/8D/output/plugins/html2ps/dom.php5.inc.php on line 58
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html/8D/output/plugins/html2ps/dom.php5.inc.php on line 72
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html/8D/output/plugins/html2ps/dom.php5.inc.php on line 82
Deprecated: Function set_magic_quotes_runtime() is deprecated in /var/www/html/8D/output/plugins/html2ps/config.parse.php on line 180
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Jakarta' for 'WIT/7.0/no DST' instead in /var/www/html/8D/output/plugins/html2ps/filter.pre.fields.class.php on line 12
Deprecated: Function set_magic_quotes_runtime() is deprecated in /var/www/html/8D/output/plugins/html2ps/pipeline.class.php on line 985
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html/8D/output/plugins/html2ps/inline.content.builder.factory.php on line 8
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html/8D/output/plugins/html2ps/inline.content.builder.factory.php on line 12
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html/8D/output/plugins/html2ps/inline.content.builder.factory.php on line 16
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html/8D/output/plugins/html2ps/inline.content.builder.factory.php on line 20
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html/8D/output/plugins/html2ps/inline.content.builder.factory.php on line 24
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html/8D/output/plugins/html2ps/inline.content.builder.php on line 13
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2048 bytes) in /var/www/html/8D/output/plugins/html2ps/css.ruleset.class.php on line 247

Sergey Kornilov admin 9/8/2011

To fix 'depreciated' error messages switch to newer version of PHPRunner.
Date issue:

http://www.webcheatsheet.com/php/install_and_configure.php#datesettings
Memory issue:

increase memory limit in php.ini i.e. make



memory_limit = 128MB
Sergey Kornilov admin 9/20/2011

It appears that PDF converter plugin (html2ps) doesn't work with PHP 5.3.6. The latest update was released about 3 or 4 years ago, long before PHP 5.3 was out.
We'll definitely fix this in PHPRunner 6. We'll see if we can fix this in PHPRunner 5.3 as well.

Sergey Kornilov admin 9/21/2011

You can download update version of HTML2PS plugin at http://asprunner.com/files/plugins/html2ps.zip
Unzip it to C:\Program files\PHPRunner5.3\source\plugins keeping directory structure and rebuild your project after that.