Quantcast
Channel: OXID Community Forum
Viewing all articles
Browse latest Browse all 6951

Sprachenwechsel - Kategorien/Produkte offline

$
0
0
Hallo Leute,

wenn man im Shop die Sprache wechselt (z.B. auf EN) und danach wieder in die Standardsprache DE zurück wechselt, sind alle Kategorien und Produkte offline (offline.html). In der Sprache EN funktioniert es aber noch.
Erst wenn man Cache & Cookies im Browser leert, funktioniert die Sprache DE wieder. Das Problem tritt aber sofort wieder auf, wenn man zu EN wechselt.

Woran kann das liegen?

Seit kurzem haben wir diese Fehlermeldung. Vll. hängt es ja damit zusammen?

Code:

Connection Adress -->
Connection Error -->
---------------------------------------------
oxConnectionException-oxException (time: 2014-07-16 10:41:50): [1054]: mysql:EXECUTE error: [1054: Unknown column 'oxv_oxarticles_en.OXPRICE' in 'order clause'] in EXECUTE with parameters SELECT `oxv_oxarticles_de`.`oxid`, `oxv_oxarticles_de`.`oxparentid`, `oxv_oxarticles_de`.`oxvarstock`, `oxv_oxarticles_de`.`oxvarcount`, `oxv_oxarticles_de`.`oxstock`, `oxv_oxarticles_de`.`oxstockflag`, `oxv_oxarticles_de`.`oxshopid`, `oxv_oxarticles_de`.`oxtprice`, `oxv_oxarticles_de`.`oxvat`, `oxv_oxarticles_de`.`oxvarminprice`, `oxv_oxarticles_de`.`oxskipdiscounts`, `oxv_oxarticles_de`.`oxprice`, `oxv_oxarticles_de`.`oxvarmaxprice`, `oxv_oxarticles_de`.`oxunitquantity`, `oxv_oxarticles_de`.`oxweight`, `oxv_oxarticles_de`.`oxtitle`, `oxv_oxarticles_de`.`oxvarselect`, `oxv_oxarticles_de`.`oxthumb`, oxv_oxarticles_de.oxtimestamp FROM oxobject2category as oc left join oxv_oxarticles_de
                    ON oxv_oxarticles_de.oxid = oc.oxobjectid
                    WHERE (  oxv_oxarticles_de.oxactive = 1  and ( oxv_oxarticles_de.oxstockflag != 2 or ( oxv_oxarticles_de.oxstock + oxv_oxarticles_de.oxvarstock ) > 0  )  and IF( oxv_oxarticles_de.oxvarcount = 0, 1, ( select 1 from oxv_oxarticles_de as art where art.oxparentid=oxv_oxarticles_de.oxid and ( art.oxactive = 1  ) and ( art.oxstockflag != 2 or art.oxstock > 0 ) limit 1 ) )  )  and oxv_oxarticles_de.oxparentid = ''
                    and oc.oxcatnid = '8c0c3931f09541c8934adece9ffc3056'  ORDER BY  oxv_oxarticles_en.OXPRICE asc ,  oc.oxpos, oc.oxobjectid  LIMIT 0, 12,  for user XXX
 
 Stack Trace: #0 XXX/core/adodblite/adodbSQL_drivers/mysql/mysql_driver.inc(369): adodb_throw('mysql', 'EXECUTE', 1054, 'Unknown column ...', 'SELECT `oxv_oxa...', false, Object(object_ADOConnection))
#1 XXX/core/adodblite/adodb.inc.php(334): mysql_driver_ADOConnection->do_query('SELECT `oxv_oxa...', 0, 12, false)
#2 XXX/core/oxlegacydb.php(188): ADOConnection->SelectLimit('SELECT `oxv_oxa...', 12, 0, false)
#3 XXX/core/oxlist.php(389): oxLegacyDb->selectLimit('SELECT `oxv_oxa...', 12, 0)
#4 XXX/application/models/oxarticlelist.php(83): oxList->selectString('SELECT `oxv_oxa...')
#5 XXX/application/models/oxarticlelist.php(471): oxArticleList->selectString('SELECT `oxv_oxa...')
#6 XXX/application/controllers/alist.php(364): oxArticleList->loadCategoryArticles('8c0c3931f09541c...', NULL)
#7 XXX/application/controllers/alist.php(780): aList->_loadArticles(Object(oxCategory))
#8 XXX/application/controllers/alist.php(207): aList->getArticleList()
#9 XXX/core/oxshopcontrol.php(465): aList->render()
#10 XXX/core/oxshopcontrol.php(350): oxShopControl->_render(Object(oeThemeSwitcherAList))
#11 XXX/core/oxshopcontrol.php(123): oxShopControl->_process('alist', NULL, NULL, NULL)
#12 XXX/core/oxid.php(38): oxShopControl->start()
#13 XXX/index.php(27): Oxid::run()
#14 XXX/oxseo.php(44): require('XXX/...')
#15 {main}

 Connection Adress -->
Connection Error -->
---------------------------------------------

Danke Euch.

Kai

Viewing all articles
Browse latest Browse all 6951

Trending Articles