Magento/TroubleShooting: Unterschied zwischen den Versionen

Aus SchnallIchNet
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „== Magento doesn't do it's dirty work == sometimes ... === no searchresult === even if artikle exists, should be searchable and alle requirements <br/> to…“)
 
 
Zeile 16: Zeile 16:
 
but after saving all products again they re-appear in search results... <br/>
 
but after saving all products again they re-appear in search results... <br/>
 
some kind of bug? this will help!
 
some kind of bug? this will help!
 +
 +
 +
=== 503 Errors after changes ===
 +
 +
be sure you do the following stuff '''before''' searching the web...
 +
 +
e.g. this was the 1st error in stacktrace:
 +
 +
Mage registry key "_resource_helper/core" already exists
 +
 +
# clean caches
 +
# clean sessions
 +
# <pre>chown www-data:www-data ..../magento/....(all dir's that need write-permission!!!)</pre>

Aktuelle Version vom 27. März 2014, 13:43 Uhr

Magento doesn't do it's dirty work

sometimes ...


no searchresult

even if artikle exists, should be searchable and alle requirements
to be found are fullfilled...

do the following:

backend --> manage articles --> filter only 'active' articles --> 'select all' --> perform action: 'activate'

yes, of course! while the articles should be active anyway, there will be no change
but after saving all products again they re-appear in search results...
some kind of bug? this will help!


503 Errors after changes

be sure you do the following stuff before searching the web...

e.g. this was the 1st error in stacktrace:

Mage registry key "_resource_helper/core" already exists
  1. clean caches
  2. clean sessions
  3. chown www-data:www-data ..../magento/....(all dir's that need write-permission!!!)