ihoppe Posted March 26, 2009 Report Share Posted March 26, 2009 Hallo, in der Produktbeschreibung (bei Popup größeres Bild) popt das Fenster nicht richtig auf. Es wird zwar das vergrößerte Bild angezeigt, aber eine Fehlermeldung wird von popup_image.php trotzdem ausgegeben: Warning: getimagesize... [function.getimagesize]: failed to open stream: No such file or directory... Linie 38: $size = GetImageSize("$img"); aber: ----> echo $img; wird korrekt angezeigt. Außerdem gibt es noch die Fehlermeldung bzgl. Funktion session_start() : Warning: session_start() [function.session-start]: The session id contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in ***/www/shop/includes/application_top.php on line 281 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /is/htdocs/wp1087445_4PG1FIS2V3/www/shop/includes/application_top.php:281) in ***/www/shop/includes/application_top.php on line 281 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /is/htdocs/wp1087445_4PG1FIS2V3/www/shop/includes/application_top.php:281) in ***/www/shop/includes/application_top.php on line 281 Hat jemand eine Idee? Vielen Dank!! Beste Grüße Ines Link to comment Share on other sites More sharing options...
tilman Posted March 30, 2009 Report Share Posted March 30, 2009 Hi, also bzgl deines zweiten Problems kann ich mich leider nur anschließen. Ich habe mal versucht, die Session in der Datenbank zu speichern (kann man in der configure.php einstellen). Leider kommt dann bei mir folgender Fehler: 1062 - Duplicate entry '95ed720b36d0fa56fa98ef1bd6801bd2' for key 1 insert into sessions values ('95ed720b36d0fa56fa98ef1bd6801bd2?coID=6','1238443362', 'tracking|a:5:{s:12:\"http_referer\";a:1:{s:4:\"path\";s:0:\"\";}s:2:\"ip\";s:13:\"90.136.229.60\";s:4:\"date\";s:19:\"2009-03-30 21:38:42\";s:7:\"browser\";s:97:\"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.0.8) Gecko/2009032608 Firefox/3.0.8\";s:16:\"pageview_history\";a:0:{}}tracked|b:1;language|s:6:\"german\";languages_id|s:1:\"2\";language_charset|s:11:\"iso-8859-15\";language_code|s:2:\"de\";currency|s:3:\"EUR\";customers_status|a:20:{s:19:\"customers_status_id\";s:1:\"1\";s:21:\"customers_status_name\";s:4:\"Gast\";s:22:\"customers_status_image\";s:16:\"guest_status.gif\";s:25:\"customers_status_discount\";s:4:\"0.00\";s:23:\"customers_status_public\";s:1:\"1\";s:26:\"customers_status_min_order\";N;s:26:\"customers_status_max_order\";N;s:33:\"customers_status_ot_discount_flag\";s:1:\"0\";s:28:\"customers_status_ot_discount\";s:4:\"0.00\";s:33:\"customers_status_graduated_prices\";s:1:\"0\";s:27:\"customers_status_show_price\";s:1:\"1\";s:31:\"customers_status_show_price_tax\";s:1:\"1\";s:27:\"customers_status_add_tax_ot\";s:1:\"0\";s:34:\"customers_status_payment_unallowed\";s:0:\"\";s:35:\"customers_status_shipping_unallowed\";s:0:\"\";s:36:\"customers_status_discount_attributes\";s:1:\"0\";s:15:\"customers_fsk18\";s:1:\"1\";s:23:\"customers_fsk18_display\";s:1:\"1\";s:30:\"customers_status_write_reviews\";s:1:\"1\";s:29:\"customers_status_read_reviews\";s:1:\"1\";}cart|O:12:\"shoppingCart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}account_type|s:1:\"0\";actual_content|a:1:{s:0:\"\";a:1:{s:3:\"qty\";i:0;}}') Sieht so aus, als würde er denselben Sessionkey mehrfach in die DB schreiben wollen. Ich weiß leider nicht, warum Vielleicht kann jemand einen Hinweis geben..? Danke & Gruß ~ Tilman Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.