Login, Logout, Category product list grid bug. Vqmod bug.

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeLogin, Logout, Category product list grid bug. Vqmod bug.

This topic has been marked as not resolved.

Login bug:
Warning: Cannot modify header information – headers already sent by (output started at /home1/xxx/public_html/xxxx/catalog/language/turkish/shoppica2/global.lang.php:1) in /home1/xxx/public_html/xxxx/vqmod/vqcache/vq2-system_engine_controller.php on line 37Warning: Cannot modify header information – headers already sent by (output started at /home1/xxx/public_html/xxxx/catalog/language/turkish/shoppica2/global.lang.php:1) in /home1/dermapha/public_html/xxxx/vqmod/vqcache/vq2-system_engine_controller.php on line 38

Logout bug:
Warning: Cannot modify header information – headers already sent by (output started at /home1/xxx/public_html/xxxx/catalog/language/turkish/shoppica2/global.lang.php:1) in /home1/xxx/public_html/xxxx/vqmod/vqcache/vq2-system_engine_controller.php on line 37Warning: Cannot modify header information – headers already sent by (output started at /home1/xxx/public_html/xxxx/catalog/language/turkish/shoppica2/global.lang.php:1) in /home1/xxx/public_html/xxxx/vqmod/vqcache/vq2-system_engine_controller.php on line 38

Category product list grid bug:
Warning: Cannot modify header information – headers already sent by (output started at /home1/xxx/public_html/xxxx/catalog/language/turkish/shoppica2/global.lang.php:1) in /home1/xxx/public_html/xxxx/tb_themes/shoppica2/catalog/plugin/ProductListingTypePlugin.php on line 16Warning: Cannot modify header information – headers already sent by (output started at /home1/xxx/public_html/xxxx/catalog/language/turkish/shoppica2/global.lang.php:1) in /home1/xxx/public_html/xxxx/tb_themes/shoppica2/catalog/plugin/ProductListingTypePlugin.php on line 21Warning: Cannot modify header information – headers already sent by (output started at /home1/xxx/public_html/xxxx/catalog/language/turkish/shoppica2/global.lang.php:1) in /home1/xxx/public_html/xxxx/tb_themes/shoppica2/catalog/plugin/ProductListingTypePlugin.php on line 22

September 19, 2012 at 2:52 pm #13517

The problems is in catalog/language/turkish/shoppica2/global.lang.php

You have most likely edited this file manually and you have saved the file with wrong encoding – the file’s encoding was UTF-8 with signature. You should save all of the files you edit with the following encoding: UTF-8 without BOM signature. This should be a setting to choose in your prefered editor.

You can check this and this post for more information on the topic.

The other reason you can see this message it interval or empty row in the beginning of the file. Make sure the file begins with the tag <?php and there are no spaces before it.

Regards,
ThemeBurn team

September 26, 2012 at 12:13 pm #13666
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.