Merhaba,
SYSTEM/LİBRARY/session.PHP DOSYASINI NOTEPAD İLE AÇIP session_start(); OLAN YERİ session_save_path("/tmp"); session_start(); ile değiştirip dener misiniz.
Teşekkür ederim, denemiştim daha evvel ama yanlış hatırlıyorsam diye yeniden denedim. Maalesef bir değişiklik olmuyor. Hatalı bilgiler girdiğimde normal hatalı giriş mesajı geliyor ama doğru bilgilerle girdiğimde boş sayfa dönüyor. Bunu ilk olarak grup izinlerinden olduğunu düşünmüştüm, onları sıfırladığımda da netice alamıyorum. Dünkü session hatası ise kendiliğinden düzeldi. Şimdi sizin dediğinizi yapıp giriş denedikten sonra şu hataları yazdı log dosyasına (bir kısmını zaten sürekli yazıyor):
Alıntı
2015-02-08 16:45:21 - PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /****/****/****/vqmod/vqmod.php:1) in /****/****/****/system/library/session.php on line 13
2015-02-08 16:45:21 - PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /****/****/****/vqmod/vqmod.php:1) in /****/****/****/system/library/session.php on line 13
2015-02-08 16:45:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /****/****/****/vqmod/vqmod.php:1) in /****/****/****/system/library/currency.php on line 45
2015-02-08 16:45:31 - PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /****/****/****/vqmod/vqmod.php:1) in /****/****/****/system/library/session.php on line 13
2015-02-08 16:45:31 - PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /****/****/****/vqmod/vqmod.php:1) in /****/****/****/system/library/session.php on line 13
2015-02-08 16:45:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /****/****/****/vqmod/vqmod.php:1) in /****/****/****/system/library/currency.php on line 45
2015-02-08 16:45:39 - PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /****/****/****/vqmod/vqmod.php:1) in /****/****/****/system/library/session.php on line 13
2015-02-08 16:45:39 - PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /****/****/****/vqmod/vqmod.php:1) in /****/****/****/system/library/session.php on line 13
2015-02-08 16:45:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /****/****/****/vqmod/vqmod.php:1) in /****/****/****/system/library/currency.php on line 45
2015-02-08 16:45:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /****/****/****/vqmod/vqmod.php:1) in /****/****/****/vqmod/vqcache/vq2-system_engine_controller.php on line 28
2015-02-08 16:45:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /****/****/****/vqmod/vqmod.php:1) in /****/****/****/vqmod/vqcache/vq2-system_engine_controller.php on line 29
2015-02-08 16:46:10 - PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /****/****/****/vqmod/vqmod.php:1) in /****/****/****/system/library/session.php on line 13
2015-02-08 16:46:10 - PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /****/****/****/vqmod/vqmod.php:1) in /****/****/****/system/library/session.php on line 13
2015-02-08 16:46:10 - PHP Warning: Cannot modify header information - headers already sent by (output started at /****/****/****/vqmod/vqmod.php:1) in /****/****/****/index.php on line 179
2015-02-08 16:46:10 - PHP Warning: Cannot modify header information - headers already sent by (output started at /****/****/****/vqmod/vqmod.php:1) in /****/****/****/system/library/currency.php on line 45
2015-02-08 16:46:10 - PHP Notice: Undefined variable: text_sendtous in /****/****/****/catalog/view/theme/denzi/template/common/footer.tpl on line 63
2015-02-08 16:46:10 - PHP Notice: Undefined variable: text_payments in /****/****/****/catalog/view/theme/denzi/template/common/footer.tpl on line 100
2015-02-08 16:46:10 - PHP Notice: Use of undefined constant HTTP_IMAGE - assumed 'HTTP_IMAGE' in /****/****/****/catalog/view/theme/denzi/template/common/footer.tpl on line 106
2015-02-08 16:46:10 - PHP Notice: Use of undefined constant HTTP_IMAGE - assumed 'HTTP_IMAGE' in /****/****/****/catalog/view/theme/denzi/template/common/footer.tpl on line 118
2015-02-08 16:46:11 - PHP Notice: Use of undefined constant HTTP_IMAGE - assumed 'HTTP_IMAGE' in /****/****/****/catalog/view/theme/denzi/template/common/theme_options.tpl on line 36
2015-02-08 16:46:11 - PHP Notice: Use of undefined constant HTTP_IMAGE - assumed 'HTTP_IMAGE' in /****/****/****/catalog/view/theme/denzi/template/common/theme_options.tpl on line 64
2015-02-08 16:46:11 - PHP Notice: Undefined variable: text_links in /****/****/****/vqmod/vqcache/vq2-catalog_view_theme_denzi_template_common_header.tp l on line 159
2015-02-08 16:46:11 - PHP Notice: Undefined variable: text_contact in /****/****/****/vqmod/vqcache/vq2-catalog_view_theme_denzi_template_common_header.tp l on line 165
2015-02-08 16:46:11 - PHP Notice: Use of undefined constant HTTP_IMAGE - assumed 'HTTP_IMAGE' in /****/****/****/vqmod/vqcache/vq2-catalog_view_theme_denzi_template_common_header.tp l on line 182
2015-02-08 16:46:11 - PHP Notice: Use of undefined constant HTTP_IMAGE - assumed 'HTTP_IMAGE' in /****/****/****/vqmod/vqcache/vq2-catalog_view_theme_denzi_template_common_header.tp l on line 198
2015-02-08 16:46:11 - PHP Notice: Use of undefined constant HTTP_IMAGE - assumed 'HTTP_IMAGE' in /****/****/****/vqmod/vqcache/vq2-catalog_view_theme_denzi_template_common_header.tp l on line 214
2015-02-08 16:46:11 - PHP Notice: Use of undefined constant HTTP_IMAGE - assumed 'HTTP_IMAGE' in /****/****/****/vqmod/vqcache/vq2-catalog_view_theme_denzi_template_common_header.tp l on line 230
2015-02-08 16:46:11 - PHP Notice: Use of undefined constant HTTP_IMAGE - assumed 'HTTP_IMAGE' in /****/****/****/vqmod/vqcache/vq2-catalog_view_theme_denzi_template_common_header.tp l on line 246
2015-02-08 16:46:11 - PHP Notice: Undefined variable: text_all in /****/****/****/vqmod/vqcache/vq2-catalog_view_theme_denzi_template_common_header.tp l on line 284
2015-02-08 16:46:11 - PHP Notice: Undefined index: category_id in /****/****/****/vqmod/vqcache/vq2-catalog_view_theme_denzi_template_common_header.tp l on line 288
2015-02-08 16:46:11 - PHP Notice: Undefined index: category_id in /****/****/****/vqmod/vqcache/vq2-catalog_view_theme_denzi_template_common_header.tp l on line 289
2015-02-08 16:46:11 - PHP Notice: Undefined index: category_id in /****/****/****/vqmod/vqcache/vq2-catalog_view_theme_denzi_template_common_header.tp l on line 288
2015-02-08 16:46:11 - PHP Notice: Undefined index: category_id in /****/****/****/vqmod/vqcache/vq2-catalog_view_theme_denzi_template_common_header.tp l on line 289
2015-02-08 16:46:11 - PHP Notice: Undefined index: category_id in /****/****/****/vqmod/vqcache/vq2-catalog_view_theme_denzi_template_common_header.tp l on line 288
2015-02-08 16:46:11 - PHP Notice: Undefined index: category_id in /****/****/****/vqmod/vqcache/vq2-catalog_view_theme_denzi_template_common_header.tp l on line 289
2015-02-08 16:46:11 - PHP Notice: Undefined variable: text_menu in /****/****/****/vqmod/vqcache/vq2-catalog_view_theme_denzi_template_common_header.tp l on line 341
2015-02-08 16:46:11 - PHP Notice: Undefined variable: mainmenu in /****/****/****/vqmod/vqcache/vq2-catalog_view_theme_denzi_template_common_header.tp l on line 352
2015-02-08 16:46:11 - PHP Notice: Undefined variable: saving in /****/****/****/vqmod/vqcache/vq2-catalog_view_theme_denzi_template_product_product. tpl on line 79
2015-02-08 16:46:11 - PHP Notice: Undefined variable: content_bottom_2 in /****/****/****/vqmod/vqcache/vq2-catalog_view_theme_denzi_template_product_product. tpl on line 583