justscale Posted August 28, 2006 Share Posted August 28, 2006 Hi Guys, I've installed PDF cataloge and thought it was not that bad. Worked almost on the first try and I'm quite happy. The one question I have is, how can I keep the formating of the description text? All my formating (<UL> <br>) is lost. Any help? Cheers Andreas Quote Link to comment Share on other sites More sharing options...
modulate Posted September 13, 2006 Share Posted September 13, 2006 Well theres not been much here for a few weeks, Just installed the contribution but really looking for answers. The whole catalog download works fine, but on individual products i get tep stop error, and no status bar? Also, i use basic design pack, so on the download page, the text is not central at the top, and sits below left column, also right column is missing? Just a few probs on a great contribution. Quote Link to comment Share on other sites More sharing options...
randomone Posted September 13, 2006 Share Posted September 13, 2006 I'm curious which version you are using? I've tried versions 1.59 and 2.05, and tried with and without the SQL query update, and all them give me a null data error (on clean MS 2.2 and modded) at around line 625 - if I remember it correctly. I'd have posted here when working on it, but I never found this thread. (or perhaps improperly assumed it was only for version 1.5X) Anyways, just wondering which version you got working since I have had no luck at all with it so far. Seems like a pretty awesome module though. Quote Link to comment Share on other sites More sharing options...
balynce Posted September 14, 2006 Share Posted September 14, 2006 Well theres not been much here for a few weeks, Just installed the contribution but really looking for answers. The whole catalog download works fine, but on individual products i get tep stop error, and no status bar? Also, i use basic design pack, so on the download page, the text is not central at the top, and sits below left column, also right column is missing? Just a few probs on a great contribution. I am having the same problem regarding the pdf not being generated on the customers side when they choose categories. :( However...Here is the pdf_catalogue_info.php page I modified... No longer at the bottom with no right info boxes. <?php /******************************************************************************/ /* PDF Catalogs v.2.0.1 for osCommerce v.2.2 MS2 */ /* */ /* by Infobroker (info@cooleshops.de), April 2006 */ /* by Antonios THROUVALAS (antonios@throuvalas.net), April 2004 */ /* by Mitch O`Brian (mitchobrian.de), juli2004 2004 */ /* by Nicolas Hilly (n.hilly@laposte.net), August 2004 */ /* by Christophe Buchi (chris@butch.ch), September 2004 */ /* by Ryan Kononoff (ryankononoff@shaw.ca), October 2004 */ /* */ /* Based on PDF Catalogs v.1.4 by gurvan.riou@laposte.net */ /* */ /* Uses FPDF (http://www.fpdf.org), Version 1.52, by Olivier PLATHEY */ /* modified by Infobroker */ /* */ /* Credit goes also to: */ /* - Yamasoft (http://www.yamasoft.com/php-gif.zip) for their GIF class, */ /* - Jerome FENAL (jerome.fenal@logicacmg.com) for introducing GIF Support */ /* in the FPDF Class, */ /* - The osC forums members (www.oscommerce.com/forums)! */ /* */ /* Please donate to the osCommerce Core Team! */ /* Freeware, You may use, modify and redistribute this software as you wish! */ /******************************************************************************/ require('includes/application_top.php'); require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_PDF_CATALOGUE); $breadcrumb->add(NAvb script:history.back()" TARGET="_self">'.PDF_TXT_ERROR2 ."</a>".PDF_TXT_ERROR3; } //******************************************************************************** **************************************** ?> </td> </tr> <tr> <td class="main" align="center"><?php echo TEXT_PDF_DOWNLOAD; ?></td> </tr> <tr> <td class="main" align="center"><?php echo '<a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank">'; echo tep_image(DIR_WS_IMAGES . 'getacro.gif'); ?></a></td> </tr> <tr> <td class="main" align="center"><?php echo TEXT_PDF_END; ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td align="right"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> <!-- body_text_eof //--> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> </table></td> </tr> </table> <!-- body_eof //--> <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> <br> </body> </html> <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> Quote Link to comment Share on other sites More sharing options...
balynce Posted September 14, 2006 Share Posted September 14, 2006 And here is the code for pdf_catalogue_info.php without the large pointless oscommerce continue button at the bottom. <?php /******************************************************************************/ /* PDF Catalogs v.2.0.1 for osCommerce v.2.2 MS2 */ /* */ /* by Infobroker (info@cooleshops.de), April 2006 */ /* by Antonios THROUVALAS (antonios@throuvalas.net), April 2004 */ /* by Mitch O`Brian (mitchobrian.de), juli2004 2004 */ /* by Nicolas Hilly (n.hilly@laposte.net), August 2004 */ /* by Christophe Buchi (chris@butch.ch), September 2004 */ /* by Ryan Kononoff (ryankononoff@shaw.ca), October 2004 */ /* */ /* Based on PDF Catalogs v.1.4 by gurvan.riou@laposte.net */ /* */ /* Uses FPDF (http://www.fpdf.org), Version 1.52, by Olivier PLATHEY */ /* modified by Infobroker */ /* */ /* Credit goes also to: */ /* - Yamasoft (http://www.yamasoft.com/php-gif.zip) for their GIF class, */ /* - Jerome FENAL (jerome.fenal@logicacmg.com) for introducing GIF Support */ /* in the FPDF Class, */ /* - The osC forums members (www.oscommerce.com/forums)! */ /* */ /* Please donate to the osCommerce Core Team! */ /* Freeware, You may use, modify and redistribute this software as you wish! */ /******************************************************************************/ require('includes/application_top.php'); require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_PDF_CATALOGUE); $breadcrumb->add(NAvb script:history.back()" TARGET="_self">'.PDF_TXT_ERROR2 ."</a>".PDF_TXT_ERROR3; } //******************************************************************************** **************************************** ?> </td> </tr> <tr> <td class="main" align="center"><?php echo TEXT_PDF_DOWNLOAD; ?></td> </tr> <tr> <td class="main" align="center"><?php echo '<a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank">'; echo tep_image(DIR_WS_IMAGES . 'getacro.gif'); ?></a></td> </tr> <tr> <td class="main" align="center"><?php echo TEXT_PDF_END; ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> </table></td> <!-- body_text_eof //--> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> </table></td> </tr> </table> <!-- body_eof //--> <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> <br> </body> </html> <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> Quote Link to comment Share on other sites More sharing options...
kasuku Posted September 14, 2006 Share Posted September 14, 2006 And here is the code for pdf_catalogue_info.php without the large pointless oscommerce continue button at the bottom. <?php /******************************************************************************/ /* PDF Catalogs v.2.0.1 for osCommerce v.2.2 MS2 */ /* */ /* by Infobroker (info@cooleshops.de), April 2006 */ /* by Antonios THROUVALAS (antonios@throuvalas.net), April 2004 */ /* by Mitch O`Brian (mitchobrian.de), juli2004 2004 */ /* by Nicolas Hilly (n.hilly@laposte.net), August 2004 */ /* by Christophe Buchi (chris@butch.ch), September 2004 */ /* by Ryan Kononoff (ryankononoff@shaw.ca), October 2004 */ /* */ /* Based on PDF Catalogs v.1.4 by gurvan.riou@laposte.net */ /* */ /* Uses FPDF (http://www.fpdf.org), Version 1.52, by Olivier PLATHEY */ /* modified by Infobroker */ /* */ /* Credit goes also to: */ /* - Yamasoft (http://www.yamasoft.com/php-gif.zip) for their GIF class, */ /* - Jerome FENAL (jerome.fenal@logicacmg.com) for introducing GIF Support */ /* in the FPDF Class, */ /* - The osC forums members (www.oscommerce.com/forums)! */ /* */ /* Please donate to the osCommerce Core Team! */ /* Freeware, You may use, modify and redistribute this software as you wish! */ /******************************************************************************/ require('includes/application_top.php'); require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_PDF_CATALOGUE); $breadcrumb->add(NAvb script:history.back()" TARGET="_self">'.PDF_TXT_ERROR2 ."</a>".PDF_TXT_ERROR3; } //******************************************************************************** **************************************** ?> </td> </tr> <tr> <td class="main" align="center"><?php echo TEXT_PDF_DOWNLOAD; ?></td> </tr> <tr> <td class="main" align="center"><?php echo '<a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank">'; echo tep_image(DIR_WS_IMAGES . 'getacro.gif'); ?></a></td> </tr> <tr> <td class="main" align="center"><?php echo TEXT_PDF_END; ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> </table></td> <!-- body_text_eof //--> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> </table></td> </tr> </table> <!-- body_eof //--> <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> <br> </body> </html> <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> I am not the only one with this problem, if I find out about why the categories not printing will post here. Quote Link to comment Share on other sites More sharing options...
modulate Posted September 15, 2006 Share Posted September 15, 2006 I am having the same problem regarding the pdf not being generated on the customers side when they choose categories. :( However...Here is the pdf_catalogue_info.php page I modified... No longer at the bottom with no right info boxes. Thanks for that Jessica, I did have a look at the php file originally, but whatever I did, it was still at the bottom. I used the code you supplied, it gave me the right column, but was still at the bottom, so all I done was got rid of the left (which is my categories, and not really needed on that page), and page now looks great.. so Thanks for the info, helped out alot. Also, it seems people are having trouble on seperate category downloads, is there any way at all, at getting rid of that option on that page. It is handy, but would rather have the full catalog download only, if the category downloads do not work. Any help appreciated.. Quote Link to comment Share on other sites More sharing options...
balynce Posted September 15, 2006 Share Posted September 15, 2006 Thanks for that Jessica, I did have a look at the php file originally, but whatever I did, it was still at the bottom. I used the code you supplied, it gave me the right column, but was still at the bottom, so all I done was got rid of the left (which is my categories, and not really needed on that page), and page now looks great.. so Thanks for the info, helped out alot. Also, it seems people are having trouble on seperate category downloads, is there any way at all, at getting rid of that option on that page. It is handy, but would rather have the full catalog download only, if the category downloads do not work. Any help appreciated.. I've been waiting for someone to hopefully come up with the fix for the categories issue but it can't be too hard to just remove the imformation on the page so it only shows the link for the full catalog download. I'm going to have to do that if there's no fix for the problem. Quote Link to comment Share on other sites More sharing options...
modulate Posted September 18, 2006 Share Posted September 18, 2006 I tryed that, and it threw errors, maybe my editing, but thought I deleted the right info in the page. Quote Link to comment Share on other sites More sharing options...
balynce Posted September 18, 2006 Share Posted September 18, 2006 I tryed that, and it threw errors, maybe my editing, but thought I deleted the right info in the page. This is the pdf_catalogue_info.php page with only the download link and adobe pdf link instead of the non-working categories boxes. <?php /******************************************************************************/ /* PDF Catalogs v.2.0.1 for osCommerce v.2.2 MS2 */ /* */ /* by Infobroker (info@cooleshops.de), April 2006 */ /* by Antonios THROUVALAS (antonios@throuvalas.net), April 2004 */ /* by Mitch O`Brian (mitchobrian.de), juli2004 2004 */ /* by Nicolas Hilly (n.hilly@laposte.net), August 2004 */ /* by Christophe Buchi (chris@butch.ch), September 2004 */ /* by Ryan Kononoff (ryankononoff@shaw.ca), October 2004 */ /* */ /* Based on PDF Catalogs v.1.4 by gurvan.riou@laposte.net */ /* */ /* Uses FPDF (http://www.fpdf.org), Version 1.52, by Olivier PLATHEY */ /* modified by Infobroker */ /* */ /* Credit goes also to: */ /* - Yamasoft (http://www.yamasoft.com/php-gif.zip) for their GIF class, */ /* - Jerome FENAL (jerome.fenal@logicacmg.com) for introducing GIF Support */ /* in the FPDF Class, */ /* - The osC forums members (www.oscommerce.com/forums)! */ /* */ /* Please donate to the osCommerce Core Team! */ /* Freeware, You may use, modify and redistribute this software as you wish! */ /******************************************************************************/ require('includes/application_top.php'); require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_PDF_CATALOGUE); $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_PDF_CATALOGUE)); // Directory where the generated PDF files will be stored! // If you mofify the name of this directory, please modify accordingly the // catalog/admin/pdf_config.php file!! // Don't forget to change the permissions of this directory to 755! define('DIR_WS_PDF_CATALOGS','catalogues/'); // Filename to use as a base for the name of the generated PDF files. // If you mofify the name of this directory, please modify accordingly the // For Categories catalog // catalog/admin/pdf_config.php file!! define('PDF_FILENAME_CATEGORIES','categories'); // For catalog define('PDF_FILENAME','catalog'); ?> <html <?php echo HTML_PARAMS; ?>> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <title><?php echo TITLE; ?> : <?php echo HEADING_TITLE; ?></title> <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> <!-- header //--> <?php require(DIR_WS_INCLUDES . 'header.php'); ?> <!-- header_eof //--> <!-- body //--> <table border="0" width="100%" cellspacing="3" cellpadding="3"> <tr> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> </table></td> <!-- body_text //--> <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> </table></td> </tr> <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <!--Gesamtkatalog begin--> <!-- Show the Intro File <tr> <td class="main"><br><?//php include(DIR_WS_LANGUAGES . $language . '/' . FILENAME_PDF_DEFINE_INTRO); ?><br></td> </tr> --> <!-- Show the Description in the pdf_catalogue_info.php --> <tr> <td class="main" align="left"><?php echo TEXT_PDF_DESCRIPTION; ?></td> </tr> <tr> <td> </td> </tr> <tr> <td class="main" align="center"><?php $file = DIR_WS_PDF_CATALOGS . PDF_FILENAME . "_" . $languages_id . ".pdf"; $sizecatalog = filesize($file)/pow(2,20); $formatted = sprintf("%0.2f MB", $sizecatalog); echo '<img width="16" height="16" src="images/adobe_pdf.gif" align="middle"> '; echo '<a href="' . $file . '" target="_blank"><b>' . TEXT_PDF_FILE .'</b></a> (' . $formatted . ')'; ?> <p><br> </td> </tr> <!--Gesamtkatalog end--> <tr> <td class="main" align="center"><?php echo TEXT_PDF_DOWNLOAD; ?></td> </tr> <tr> <td class="main" align="center"><?php echo '<a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank">'; echo tep_image(DIR_WS_IMAGES . 'getacro.gif'); ?></a></td> </tr> <tr> <td class="main" align="center"><?php echo TEXT_PDF_END; ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> </table></td> <!-- body_text_eof //--> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> </table></td> </tr> </table> <!-- body_eof //--> <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> <br> </body> </html> <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> Quote Link to comment Share on other sites More sharing options...
kasuku Posted September 19, 2006 Share Posted September 19, 2006 I've been waiting for someone to hopefully come up with the fix for the categories issue but it can't be too hard to just remove the imformation on the page so it only shows the link for the full catalog download. I'm going to have to do that if there's no fix for the problem. I am also waiting for any help on getting the categories working but none yet. There also seems to be a problem with product attributes when I run the full catalog from admin. the product shows but no attributes, is this a problem or a feature? :'( Kasuku Quote Link to comment Share on other sites More sharing options...
webace Posted September 27, 2006 Share Posted September 27, 2006 can someone make a Contrib Installer from this Contribution. Because I always get an error. I think I forget everytime something. Thankx Quote Link to comment Share on other sites More sharing options...
kasuku Posted September 27, 2006 Share Posted September 27, 2006 I have tried all the solutions presented on this forum about PDF Catalog. I have installed each versions more then twice but can't get it to work for categories. Why does it work for the whole file from Admin and not from the customer point of view? is ther anybody out there who understands what the problem is as I am sure that there are a few people who could benefit. Appologies for being so negative but it is annoying ? Can someone help? It will make a lot of people happy. Thanks in advance Quote Link to comment Share on other sites More sharing options...
kasuku Posted October 1, 2006 Share Posted October 1, 2006 Nothin Yet !!! guess willhave to give up on this one. What a shame as I think it's a great contribution. Any one out there ? (!) Quote Link to comment Share on other sites More sharing options...
Tsuri Japan Posted October 7, 2006 Share Posted October 7, 2006 (edited) In the install (version 2.0.5) I'm trying to perform step five in admin but I keep getting errors..... 5 - copy the following function from admin/include/functions/languages.php inside admin/include/functions/general.php function tep_get_languages_directory($code) { global $languages_id; $language_query = tep_db_query("select languages_id, directory from " . TABLE_LANGUAGES . " where code = '" . tep_db_input($code) . "'"); if (tep_db_num_rows($language_query)) { $language = tep_db_fetch_array($language_query); $languages_id = $language['languages_id']; return $language['directory']; } else { return false; } } N.B.: You can remove the admin/include/functions/languages.php as it shouldn't be used anymore If I read this correct I'm supposed to delete the languages.php file then put the function tep code in general.php? The instructions seem to be missing something and I've spent an hour trying to figure this out to no avail. What do I do? I skipped this last step and tried the catalogue side but once again when I got to step 6 - In catalog/includes/functions/general.php add before the final ?> : I got massive errors again........ What do I do? Nigelman :blink: Edited October 7, 2006 by Tsuri Japan Quote Link to comment Share on other sites More sharing options...
Tsuri Japan Posted October 7, 2006 Share Posted October 7, 2006 This is the error I'm getting after following step 6: Parse error: syntax error, unexpected T_STRING in /home/fukuokaf/public_html/tsurishopjapan/includes/functions/general.php on line 69 Quote Link to comment Share on other sites More sharing options...
Tsuri Japan Posted October 7, 2006 Share Posted October 7, 2006 In the admin after following step 5 I got this error: Parse error: syntax error, unexpected T_DNUMBER in /home/fukuokaf/public_html/tsurishopjapan/admin/includes/functions/general.php on line 1521 Hope this helps........ Quote Link to comment Share on other sites More sharing options...
jakobsen Posted October 9, 2006 Share Posted October 9, 2006 Orientation does not work - It won't accept Landscape 'L' ! I'am running version 2.02. Can anybody help ?? Quote Link to comment Share on other sites More sharing options...
Guest Posted October 21, 2006 Share Posted October 21, 2006 Hi I'm having some problems installing this mod I cant seem to generate the catalogs. I have many other mods installed, several that changes the catalog file, can this be the problem? Everything seems to work, but nothing is saved in the catalogues folder. I have chmod it to 777, but still nothing. Anyone have the solution? I'm using the 2.0.6 version. Quote Link to comment Share on other sites More sharing options...
kasuku Posted October 21, 2006 Share Posted October 21, 2006 HiI'm having some problems installing this mod I cant seem to generate the catalogs. I have many other mods installed, several that changes the catalog file, can this be the problem? Everything seems to work, but nothing is saved in the catalogues folder. I have chmod it to 777, but still nothing. Anyone have the solution? I'm using the 2.0.6 version. I have also tried all versions including 2.06 but doesn't work for categories. will let you know if I figure it out :'( Quote Link to comment Share on other sites More sharing options...
Guest Posted October 24, 2006 Share Posted October 24, 2006 Hi I have got the catalog to work in admin now, but cant get it to work for customers. I read that the <!-- level start is required in admin/categories.php and I am 99.9% sure that thats my problem. Where can I find an install file that tells me where to insert the tags? Quote Link to comment Share on other sites More sharing options...
halltristan Posted October 31, 2006 Share Posted October 31, 2006 I just installed the latest update for the PDF Catalog Contribution. I cannot get past this error and I've tried all I know. Everytime I try to generate a new catalog in the admin section it gives me this error: Fatal error: Cannot access empty property in /home/specific/public_html/catalog/admin/pdf_catalogue.php on line 625 I would really like to get this up and running. Please help. Quote Link to comment Share on other sites More sharing options...
kasuku Posted October 31, 2006 Share Posted October 31, 2006 I just installed the latest update for the PDF Catalog Contribution. I cannot get past this error and I've tried all I know. Everytime I try to generate a new catalog in the admin section it gives me this error: Fatal error: Cannot access empty property in /home/specific/public_html/catalog/admin/pdf_catalogue.php on line 625 I would really like to get this up and running. Please help. Hi I had the same problem, there is a variable $parent_category_name at line 625 and 640 You are getting this error due to this being empty, need to investigate a bit further If you remove the '$' sign it will render it useless but you should be able to generate a PDF from the Admin side. It doesn't work for me on the customer side. When I find out why I will post here. Good Luck !!! KK Quote Link to comment Share on other sites More sharing options...
ShaGGy Posted November 1, 2006 Share Posted November 1, 2006 (edited) I have installed PDF catalog 206 and mostly works fine but have a couple of questions. 1. I have installed automatic thumbnail script that automatically generates thumbnails of all the images in images/imagecache dir with the title 100x100_XXXX.jpg can I alter the PDF script so it does not get the images from their original location but get them from images/imagescache dir instead with the prefix 100x100_ ? 2. when my PDF file is generated the Company logo is oversized and streches off the page, any idea how/where i can fix this? 3. is it possible to have more than one category on a page so I don`t have pages with just one or two items on and then a big area of wasted space? anyone help? Thanks Edited November 1, 2006 by ShaGGy Quote Link to comment Share on other sites More sharing options...
freakystreak Posted November 2, 2006 Share Posted November 2, 2006 I've installed version 2.06 of the PDF Catalog Report and when I installed on a local fresh install of OSC it works fine, however when I try and use it on my live site, it starts to generate the catalog report and the status bar reaches half way and then it just doesn't do anything? I understand it takes time to complete but this is ridiculous. Anyone else has this problem and have you fixed it? Quote Ah, the world wide web. What a wonderful place. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.