|
I’ve installed the Magento Community 1.5.0.1 store and it seems to have installed correctly however when I go to Add Application I get this error:
Unable to load application form.
Please can you point me in the direction to get this working?
magento-check.php :
Congratulations! Your server meets the requirements for Magento.
You have PHP 5.2.0 (or greater)
Safe Mode is off
You have MySQL 4.1.20 (or greater)
You have the curl extension
You have the dom extension
You have the gd extension
You have the hash extension
You have the iconv extension
You have the mcrypt extension
You have the pcre extension
You have the pdo extension
You have the pdo_mysql extension
You have the simplexml extension
This was installed manually using the .zip file by creating a database unzipping 1.5.0.1 to a folder called /store/
Once it unzips it creates a folder called /magento/ so I copy the contents of magento back to store making sure all hidden files are copied also.
I then copy the contents of my database sample media folder which is /catalog/ into the media folder store/media/
next I copy a file into store called magento-cleanup.php into store (this sets all folders to 777, files to 644, and pear permissions to 550 as the contents reads see attached)
I run the install.php by simply typing the path of my domain/store/ see attached
everything installs fine.
I go to the backend and reindex so my pics work in the frontend - working fine
I goto mobile - manage apps - +add app - select iphone (or any of them) > and get Unable to load application form.
see pics attached..
Now I’ve been tried so many variations of installing this and this post is still the closest to what I’m encountering.
The above poster wrote:
- Make sure you properly install the layout xmlconnect.xml \app\design\adminhtml\default\default\layout
- Refresh the cache after the installation
- If you have already installed everything correctly, turn on log settings from System->Configuration->Developer-> Log setting, and post your var/log/exception.log file here for community review.
~~~~~ ;(
I am so unsure about this xmlconnect its not funny anymore. After reading lots of posts I’m pretty sure I’m missing something pretty huge - like the /media/xmlconnect/ dir
at no times through the installation process did I ever see it in my ftp program
I unzipped the 1.5.0.1 to my computer and didnt see it there either.
at the bottom of http://www.magentocommerce.com/magento-connect/Magento+Core/extension/4457/magento_mobile is has a some manual installation steps abd its these steps that make me think I’m screwing up hard.
Back up your Magento installation and database before installing!
* Disable your Magento cache
* Move the following files and directories from the Mage_XmlConnect archive into the corresponding locations in your Magento installation
app directory
app/code/core/Mage/XmlConnect/
app/design/adminhtml/default/default/layout/xmlconnect.xml
app/design/adminhtml/default/default/template/xmlconnect/
app/design/frontend/base/default/layout/xmlconnect.xml or app/design/frontend/{your_design_package}/default/layout/xmlconnect.xml
app/etc/modules/Mage_XmlConnect.xml
locale/en_US/Mage_XmlConnect.csv
js directory
js/jscolor/
media directory
media/xmlconnect/
skin directory
skin/adminhtml/default/default/images/xmlconnect/
skin/adminhtml/default/default/xmlconnect/
skin/frontend/base/default/images/xmlconnect/
* Be sure to set the media/xmlconnect folder permission as 777
I dont even have a media/xmlconnect folder.. #$%#@
Can someone point out the obvious please??
File Attachments
|