PDF View Error |
7/29/2008 4:08:11 PM |
PHPRunner General questions | |
H
horsey_kim author
PDF view error |
|
|
501324 7/29/2008 |
PDF view error I have downloaded the required zip file and upzipped it in the directory as instructed in the manual. I am using the default template. When I uploaded all the unzipped files did upload. When I went to export several records from the list file it sends me to a view page and shows in red the work UNDEFINED in the message area. NO pdf. It even runs a little bar to show it is working but then ends in the red word Undefined and then nothing. Kim <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=31540&image=1&table=forumreplies' class='bbc_emoticon' alt=':huh:' />
|
Z
|
zeitsprung 7/29/2008 |
I have the same problem. I wish someone would post one that's working so I could get the idea about how it's suppose to work.
|
J
|
Jane 7/30/2008 |
Hi, |
P
|
pengas 8/4/2008 |
Hi, please make sure gd2 extension is turned on in your php.ini file. More info here: http://php.net/manual/en/image.installation.php
|
J
|
Jane 8/4/2008 |
Pengas, |
H
|
horsey_kim author 8/4/2008 |
Jane - |
H
|
horsey_kim author 8/4/2008 |
UPDATE: |
P
|
pengas 8/4/2008 |
UPDATE: I thought I try a different template to see if the default template was the problem. So I picked the London one to test. I then build and upload and it got a different error. Something about memory error. I then found these instructions in another posting: Add this line to the beginning of generated include\dbcommon.php file: ini_set("memory_limit","128M"); I made that change to the dbcommon file in the phprunner source\include\dbcommon.php file and rebuild and upload. It worked but the pdf file has some issues with the layout of london. I then chose default again and it worked nicely. I am also wondering that maybe some file uploaded with the london format that was not in the default one? Anyway it is working now for me.
|
|
500424 8/7/2008 |
so every time you change some thing you will have to add that line? |
J
|
Jane 8/8/2008 |
You can add this line to the source C:/Program Files/PHPRunner4.2/source/include/dbcommon.php file directly. |
|
500425 8/8/2008 |
but then every time you rebuild your site you would have to put that in manually? yes or no ? |
T
|
thesofa 8/8/2008 |
If you change the source files, it gets built in. That is what source means. |
|
500426 8/8/2008 |
no. but I'm learning. |
T
|
thesofa 8/8/2008 |
Sorry I was snappish, find the file and insert the line right after the first line of the file, it reads <?php
ini_set("memory_limit","128M");
<?php
|
|
500427 8/8/2008 |
thank you the sofa for the step by step directions I will give it a try on Monday and I'm sure that it will work. |
|
500428 8/12/2008 |
the sofa thanks for the help I got it working. |
T
|
thesofa 8/13/2008 |
Thank you, fair lady, Have a good one yourself too. |
R
|
racetech 10/24/2008 |
Hi, |
J
|
Jane 10/24/2008 |
Fernandom |