Magento ConnectManager linked door naar Installation Wizard

Pagina: 1
Acties:

Onderwerpen


Acties:
  • 0 Henk 'm!

  • alex4allofyou
  • Registratie: Juli 2005
  • Laatst online: 04-02 17:57
...terwijl deze klaarblijkelijk allang geïnstalleerd is.


Als ik naar SYSTEEM > MAGENTO CONNECT > MAGENTO CONNECTMANAGER ga dan hoor je normaal een inlogscherm te zien, maar ik zie dus het " Welcome to Magento's Installation Wizard! " scherm.

De download stap, ik kan het niet annuleren en als ik dit doorzet dan heb ik de boel in het honderd lopen.


Waarschijnlijk 'denkt' Magento dat deze stap nog gedaan moet worden, is er een manier om dit te fixen? Het rare is dat een gerepliceerde site wel gewoon werkt, zelfde basis dus. De locatie klopt wel, heb ook de versleuteling uitgezet, zelfde URL als bij de werkende versie. En het mapje INSTALLER kopiëren heeft ook geen effect gehad, het zit dus ergens anders.

:(

Acties:
  • 0 Henk 'm!

  • BtM909
  • Registratie: Juni 2000
  • Niet online

BtM909

Watch out Guys...

Een topic als deze hoort niet in PRG (aangezien het hier over zelf programmeren gaat). Ik heb daarom je topic verplaatst naar Webdesign, Markup & Clientside Scripting.

Ik wil je wel vragen om zelf even aan te geven waar je op hebt gezocht, wat je hebt gevonden, waarom dat geen oplossing is.

Ik heb even snel gezocht en kom o.a. het volgende tegen.
Magento stores this set up information in the file app/etc/local.xml. If you’d like to run through the Setup Wizard again you do not have to download all the Magento files again. Just delete the local.xml file and any files and directories in the var/ directory and go back to http://www.yourDomain.com/magento with your browser. The Setup Wizard will run automatically again. (Why does this work? The Setup Wizard writes the values you provide during the setup process to the local.xml file and it will not run if it finds a local.xml file already. The var folder contains cached session information from the frontend and will have cached any previous settings, so deleting these files will prevent the incorrect cached content from being used.)
Het helpt ons als je beter aangeeft wat je allemaal hebt geprobeerd, zodat we sneller naar een oplossing kunnen komen.

Ace of Base vs Charli XCX - All That She Boom Claps (RMT) | Clean Bandit vs Galantis - I'd Rather Be You (RMT)
You've moved up on my notch-list. You have 1 notch
I have a black belt in Kung Flu.


Acties:
  • 0 Henk 'm!

  • danslo
  • Registratie: Januari 2003
  • Laatst online: 10:40
Weleens eerder tegengekomen, je moet waarschijnlijk bij deze methode zijn:

code:
1
Maged_Controller::isInstalled


Die controleert of deze twee bestanden bestaan:

code:
1
2
app/Mage.php
lib/Varien/Profiler.php


Als hij die niet kan vinden, gaat ie er van uit dat Magento/downloader niet geinstalleerd is.