AM49549R Posted August 2, 2005 Report Share Posted August 2, 2005 habe ich gemacht. Eingef?gt in LINE 78 unterhalb "WHO IS ONLINE" es ist jedoch nichts zusehen Admin unter Wer ist online. <?php /* -------------------------------------------------------------- $Id: column_left.php,v 1.13 2004/04/14 19:19:35 fanta2k Exp $ XT-Commerce - community made shopping http://www.xt-commerce.com Copyright (c) 2003 XT-Commerce -------------------------------------------------------------- based on: (c) 2000-2001 The Exchange Project (earlier name of osCommerce) (c) 2002-2003 osCommerce(column_left.php,v 1.15 2002/01/11); [url]www.oscommerce.com[/url] (c) 2003 nextcommerce (column_left.php,v 1.25 2003/08/19); [url]www.nextcommerce.org[/url] Released under the GNU General Public License --------------------------------------------------------------*/ $admin_access_query = xtc_db_query("select * from " . TABLE_ADMIN_ACCESS . " where customers_id = '" . $_SESSION['customer_id'] . "'"); $admin_access = xtc_db_fetch_array($admin_access_query); echo ('<div class="menuBoxHeading"><b>'.BOX_HEADING_CONFIGURATION.'</b></div>'); if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=1', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_1 . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=2', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_2 . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=3', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_3 . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=4', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_4 . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=5', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_5 . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=7', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_7 . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=8', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_8 . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=9', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_9 . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=10', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_10 . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=11', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_11 . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=12', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_12 . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=14', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_14 . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=15', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_15 . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=16', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_16 . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['configuration'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CONFIGURATION, 'gID=17', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CONFIGURATION_17 . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['orders_status'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_ORDERS_STATUS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_ORDERS_STATUS . '</a><br>'; if (ACTIVATE_SHIPPING_STATUS=='true') { if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['shipping_status'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_SHIPPING_STATUS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_SHIPPING_STATUS . '</a><br>'; } echo ('<div class="menuBoxHeading"><b>'.BOX_HEADING_MODULES.'</b></div>'); if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['modules'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_MODULES, 'set=payment', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_PAYMENT . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['modules'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_MODULES, 'set=shipping', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_SHIPPING . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['modules'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_MODULES, 'set=ordertotal', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_ORDER_TOTAL . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['module_export'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_MODULE_EXPORT) . '" class="menuBoxContentLink"> -' . BOX_MODULE_EXPORT . '</a><br>'; echo ('<div class="menuBoxHeading"><b>'.BOX_HEADING_ZONE.'</b></div>'); if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['languages'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_LANGUAGES, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_LANGUAGES . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['countries'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_COUNTRIES, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_COUNTRIES . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['currencies'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CURRENCIES, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CURRENCIES. '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['zones'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_ZONES, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_ZONES . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['geo_zones'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_GEO_ZONES, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_GEO_ZONES . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['tax_classes'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_TAX_CLASSES, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_TAX_CLASSES . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['tax_rates'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_TAX_RATES, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_TAX_RATES . '</a><br>'; echo ('<div class="menuBoxHeading"><b>'.BOX_HEADING_CUSTOMERS.'</b></div>'); if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['customers'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CUSTOMERS . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['customers_status'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CUSTOMERS_STATUS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CUSTOMERS_STATUS . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['orders'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_ORDERS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_ORDERS . '</a><br>'; echo ('<div class="menuBoxHeading"><b>'.BOX_HEADING_PRODUCTS.'</b></div>'); if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['categories'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CATEGORIES, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_CATEGORIES . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['new_attributes'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_NEW_ATTRIBUTES, '', 'NONSSL') . '" class="menuBoxContentLink"> -'.BOX_ATTRIBUTES_MANAGER.'</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['products_attributes'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_PRODUCTS_ATTRIBUTES, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_PRODUCTS_ATTRIBUTES . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['manufacturers'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_MANUFACTURERS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_MANUFACTURERS . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['reviews'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_REVIEWS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_REVIEWS . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['specials'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_SPECIALS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_SPECIALS . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['products_expected'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_PRODUCTS_EXPECTED . '</a><br>'; echo ('<div class="menuBoxHeading"><b>'.BOX_HEADING_STATISTICS.'</b></div>'); if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['stats_products_viewed'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_STATS_PRODUCTS_VIEWED, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_PRODUCTS_VIEWED . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['stats_products_purchased'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_STATS_PRODUCTS_PURCHASED, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_PRODUCTS_PURCHASED . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['stats_customers'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_STATS_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_STATS_CUSTOMERS . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['stats_sales_report'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_SALES_REPORT, '', 'NONSSL') . '" class="menuBoxContentLink"> -' . BOX_SALES_REPORT . '</a><br>'; echo ('<div class="menuBoxHeading"><b>'.BOX_HEADING_TOOLS.'</b></div>'); if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['module_newsletter'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_MODULE_NEWSLETTER) . '" class="menuBoxContentLink"> -' . BOX_MODULE_NEWSLETTER . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['content_manager'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_CONTENT_MANAGER) . '" class="menuBoxContentLink"> -' . BOX_CONTENT . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['blacklist'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_BLACKLIST, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_TOOLS_BLACKLIST . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['backup'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_BACKUP) . '" class="menuBoxContentLink"> -' . BOX_BACKUP . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['banner_manager'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_BANNER_MANAGER) . '" class="menuBoxContentLink"> -' . BOX_BANNER_MANAGER . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['server_info'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_SERVER_INFO) . '" class="menuBoxContentLink"> -' . BOX_SERVER_INFO . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['whos_online'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_WHOS_ONLINE) . '" class="menuBoxContentLink"> -' . BOX_WHOS_ONLINE . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['pdf_export'] == '1')) echo '<a href="' . xtc_href_link(pdf_export.php, '', 'NONSSL') . '" class="menuBoxContentLink" target="_blank">-Pdf Export</a><br>'; if (ACTIVATE_GIFT_SYSTEM=='true') { echo ('<div class="menuBoxHeading"><b>'.BOX_HEADING_GV_ADMIN.'</b></div>'); if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['coupon_admin'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_COUPON_ADMIN, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_COUPON_ADMIN . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['gv_queue'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_GV_QUEUE, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_GV_ADMIN_QUEUE . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['gv_mail'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_GV_MAIL, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_GV_ADMIN_MAIL . '</a><br>'; if (($_SESSION['customers_status']['customers_status_id'] == '0') && ($admin_access['gv_sent'] == '1')) echo '<a href="' . xtc_href_link(FILENAME_GV_SENT, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_GV_ADMIN_SENT . '</a><br>'; } ?> mit den querys hat es nichts zu tun, oder? Link to comment Share on other sites More sharing options...
beergarden Posted August 2, 2005 Report Share Posted August 2, 2005 Kannst du auch nicht so: http://deindomain.ch/admin/pdf_export.php zugreifen? Gruss Link to comment Share on other sites More sharing options...
AM49549R Posted August 2, 2005 Report Share Posted August 2, 2005 Habe es eben versucht.... die n?chste Seite, welche angezeigt wurde war der Login. Jetzt kann ich mich nicht mehr einloggen! Werde immer wieder auf die Startseite zur?ck geschickt. HILFEEEE Link to comment Share on other sites More sharing options...
beergarden Posted August 2, 2005 Report Share Posted August 2, 2005 Hast du etwas an der DB gewerkelt? Link to comment Share on other sites More sharing options...
AM49549R Posted August 2, 2005 Report Share Posted August 2, 2005 Nur die beiden Querys!! Link to comment Share on other sites More sharing options...
beergarden Posted August 2, 2005 Report Share Posted August 2, 2005 schau mal in die `admin_access` ist da noch was drin. Link to comment Share on other sites More sharing options...
AM49549R Posted August 2, 2005 Report Share Posted August 2, 2005 Werde heute Abend mal danach schauen. Was wenn Sie leer ist? Link to comment Share on other sites More sharing options...
beergarden Posted August 2, 2005 Report Share Posted August 2, 2005 dann weiss der admin bereich nicht mehr so ganz was du darft und was nicht oder besser gesagt: welche Seite du aufrufen darfst ?ber den Adminbereich. Link to comment Share on other sites More sharing options...
AM49549R Posted August 2, 2005 Report Share Posted August 2, 2005 So, habe jetzt nochmal versucht in den Adminbereich zukommen, hat funktioniert!! Dann habe ich die http://deindomain.ch/admin/pdf_export.php ausprobiert und folgende Fehlermeldung wird angezeigt. 1054 - Unknown column 'pdf_export' in 'field list' select pdf_export from admin_access where customers_id = '1' [XT SQL Error] Muss ich in der admin_access etwas ?ndern? Gru? Andreas Link to comment Share on other sites More sharing options...
beergarden Posted August 3, 2005 Report Share Posted August 3, 2005 dann hast du die zwei Querys nicht richtig ausgef?hrt, da diese dir den Zugang zum pdf_export gew?hren. Link to comment Share on other sites More sharing options...
AM49549R Posted August 3, 2005 Report Share Posted August 3, 2005 Ich bin mir nicht sicher ob ich die Befehle am richtigen Ort ausgef?hrt habe. Gru? Andreas Link to comment Share on other sites More sharing options...
beergarden Posted August 3, 2005 Report Share Posted August 3, 2005 und kannst du jetzt das script aufrufen? Link to comment Share on other sites More sharing options...
AM49549R Posted August 3, 2005 Report Share Posted August 3, 2005 Leider nicht. Ich denke, dass das ganze System durch mein experimentieren - auch mit anderen Modulen etc. so verunreinigt wurde, dass es wom?glich zig Fehlerquellen haben k?nnte. Ich bin dabei einen Testshop lokal einzurichten und es dort dann sauber auszuprobieren. Ich melde mich dann wieder wenn es estwas neues gibt :-) Vorerst DICKES dankesch?n!!! Gru? Andreas Link to comment Share on other sites More sharing options...
lestart Posted May 12, 2006 Report Share Posted May 12, 2006 Moin moin, ich glaube ich habe da ein ganz neues Problem Also v 0.5.2 6500 Artikel 350 Kats incl Unterkats PHP.ini memory limit auf 128 time out's 360 Upload 60MB keine gif Bilder nur jpg's Querys ausgef?rt erg?nzung in die Datei column_left.php eingef?gt Schreibrechte gegeben Datei (pdf) ins lang Verzeichnis speichern lassen, so wie direkt aufrufen lassen. Nicht klappt, es wird nur eine lesbare PDF mit 54kb erstellt. Ein Artikel sichtbar dann Schlu?. Genauer gesagt, dann geht ein Fenster auf pdf_exort.pfp downloaden? Ich bin am verzweifenl!!!!!! Kann mir da jemand einen Tip geben? Also Problem ist, das ich nach einigen Sekunden die pdf_export.php donwloaden soll/kann?! cya Lestart Link to comment Share on other sites More sharing options...
joKunath Posted August 15, 2006 Report Share Posted August 15, 2006 Hallo, ich habe das Script (0.5.2) installiert, auf dessen Funktion ich mich schon sehr freue. In der Readme steht allerdings v 0.5 Die Dateien habe ich auch in die verschiedenen Sprachordner (german, english, french, netherlands) kopiert und auch alles sonst ausgeführt, was man machen soll. Wenn ich dann im Adminbereich das Script ausführen lasse, erstellt er in dem erscheinenden Fenster eine reine Textdatei mit allen 4 Sprachen hintereinander, aber ohne Bilder, ohne Preise. Am unteren Ende meldet er: "PDF erfolgreich exportiert...." Aber es entsteht keine PDF in einem der Ordner ?!? ************* Fehler gefunden ********** Die niederländische Sprache hatte einen Installationsfehler. Nachdem der behoben war, machte es flutsch und der Katalog war das - in jedem Verzeichnis einer :-) Fein... Jetzt die Feinabstimmung. Soweit ich das beurteilen kann - Lob für das Modul !!! Link to comment Share on other sites More sharing options...
joKunath Posted August 15, 2006 Report Share Posted August 15, 2006 Kann man eigentlich mittlerweile auch die langen Produkttexte in das PDF einsetzen? fragt jo Link to comment Share on other sites More sharing options...
berchti Posted August 18, 2006 Report Share Posted August 18, 2006 Hi Leute hab auch ein kleines Problem: Wenn ich im Adminbereich auf PDF Export drücke, öffnet sich eine neues Fenster, was wohl auch richtig so ist, aber es kommt dann diese Fehlermeldung: Warning: fopen(../lang/german/header_pdf.png) [function.fopen]: failed to open stream: No such file or directory in /var/www/localhost/htdocs/shop/admin/includes/classes/fpdf/fpdf.php on line 1522 FPDF error: Can't open image file: ../lang/german/header_pdf.png Kann mir jemand helfen?? Gruss Berchti Link to comment Share on other sites More sharing options...
joKunath Posted August 18, 2006 Report Share Posted August 18, 2006 A) ist das Bild header_pdf.png in dem Ordner: deine domain/lang/german/ ? ist es das originale Bild, oder hast Du es verändert? (Es muss ein 24-bit png sein, und transparenz aus) Link to comment Share on other sites More sharing options...
berchti Posted August 18, 2006 Report Share Posted August 18, 2006 Hab gerade das Problem gefunden: Hab den Pfad im pdf_export.php amhändern müssen, hab den Ornder lang/german im gleichen Ornder wie die pdf_export.php gehabt. Jetzt funktioniert alles. Kann mir jemand gerade sagen was ich abändern muss, damit die Produkte als Tabelle in das pdf geschrieben werden und ohne Seitenumbruch?? Vielen Dank trotzdem Gruss Link to comment Share on other sites More sharing options...
MareiN Posted September 7, 2006 Report Share Posted September 7, 2006 Hallo zusammen, habe folgenden Fehler: Das angegebene Skript konnte nicht fehlerfrei ausgeführt werden. Könnt Ihr mit helfen? DANKE! Link to comment Share on other sites More sharing options...
joKunath Posted September 7, 2006 Report Share Posted September 7, 2006 Hast Du bitte eine aussagefähigere FEhlerbeschreibung? Link to comment Share on other sites More sharing options...
MareiN Posted September 7, 2006 Report Share Posted September 7, 2006 Hast Du bitte eine aussagefähigere FEhlerbeschreibung? Ich erhalte lediglich diese Fehlermeldung: Error 500: Interner Serverfehler Das angegebene Skript konnte nicht fehlerfrei ausgeführt werden! Der Fortschritsbalken im IE ist bei ca. zwei Felder, dannach kommt die Meldung. Was muss ich bei Domain eingeben? Reicht hier die Hauptdomain des Shops? Link to comment Share on other sites More sharing options...
joKunath Posted September 7, 2006 Report Share Posted September 7, 2006 Die Domain des Shops reicht. Mit der anderen FEhlermeldung kann ich leider nicht weiterhelfen. Sorry. Link to comment Share on other sites More sharing options...
MareiN Posted September 11, 2006 Report Share Posted September 11, 2006 Habe nun keine Fehlermeldung mehr - aber folgendes Phänomen: Wenn ich pdf_export.php über die Admin-Oberfläche öffne, dann öffnet sich ein neues Internet-Explorer-Fenster und dort stehen dann die Texte drin. Adobe Reader öffnet sich nicht und es entsteht kein .PDF Wer hat eine Lösung? Link to comment Share on other sites More sharing options...
pepe12345 Posted September 12, 2006 Report Share Posted September 12, 2006 Hallo! Bin auch nur Anwender, aber habe die pdf_export vorgestern selbst installiert, funktioniert auch einwandfrei. Zum Verständnis: Wenn Du im Admin- Bereich auf pdf-Export klickst, öffnet sich ein neues Fenster, in dem halt bei erfolgreicher pdf-Erstellung sinngemäß diese steht "pdf wurde erfolgreich erstellt...." (oder so ähnlich jedenfalls) Du erhälts nicht automatisch das pdf angezeigt, sondern mußt noch im Onlineshop einen Link zur Preisliste legen. Oder rufst eben im Browser den Pfad zum Katalog auf. (Habe den Pfad zum Katalog geändert, der Übersichthalber in einen Extraordner "pdf_Katalog", aber müßte ja mit dem Standardpfad auch gehen) und siehst Dir den Katalog dann halt eben an. Das Einbinden in den Onlineshop habe ich wie empfohlen über den COntent-Manager realisiert. Worauf Du noch achten solltest ist, wie aber auch in der Install beschrieben, dass Du die Bilder im jpg Format vorliegen hast. Ich hatte erst eine total chaotische pdf, weil nicht jeder Artikel mit Bild versehen war oder eben mit gifs statt jpg und hatte dann ziemlich oft pro Artikel eine Seite. Was mich aber noch interessiert, ist das Erstellen mehrerer PDF´s. Wenn man sich den Code durchliest, sind da auch Anweisungen für eben die Erstellung mehrerer pdfs drin. ?? Bedeutet das, das es möglich ist pro Kategorie eine Liste zu erstellen? Wenn ja, wie? Und ganz wichtig, ich würde sehr gerne eine Preisliste für die Endkunden und eine Preisliste für Händler realisieren. Aber wie gesagt, bin auch nur Anwender und kein PHP-Könner, gibt es da jemanden, der Hilfestellung geben kann? Habe schon mal versucht, den Code für Händler anzupassen, aber wie gesagt, da sind dann die Kenntnisse erschöpft... Viele Grüße Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.