Difference between revisions of "Installing Magento Extensions : Troubleshooting"

From Moogento How-to Guides
Jump to navigation Jump to search
m
m
Line 12: Line 12:
 
:First, check the log files. If you haven't turned on logging do so now. (System > Advanced > Developer -> Log Settings)
 
:First, check the log files. If you haven't turned on logging do so now. (System > Advanced > Developer -> Log Settings)
 
[[File:Magento_loggingo.png|link=|819px]]
 
[[File:Magento_loggingo.png|link=|819px]]
Try running Magento and then check those log files. (The default location is /var/logs) If you want to see recent messages only, a quick and dirty hack is to add a number to the filenames of the logfiles in there.
+
 
 +
Try running Magento and then check those log files. (The default location is /var/logs) To see recent messages only, add a number to the log filenames and run Magento again.
 
: Next, check your server log files for errors (location will depend on your server)
 
: Next, check your server log files for errors (location will depend on your server)
 
:Still problems? Let's turn it off:
 
:Still problems? Let's turn it off:

Revision as of 14:09, 13 April 2014

'I can't see the module in the configuration settings page'
Try deleting your cache manually. Inside your Magento installation folder, go into 'var' folder and rename the cache folder (eg. to cache1). You can delete that renamed folder if everything works afterwards.
If there is still nothing showing in the configuration page, you may have missed some files. Please repeat the installation of the extension.
'I see a white screen / 'Mag registry key' error message'
Double check that compilation is turned off (System > Tools > Compilation).

500px

If you can't access that page any more you'll need to manually disable compilation.

'I still have issues'
First, check the log files. If you haven't turned on logging do so now. (System > Advanced > Developer -> Log Settings)

Magento loggingo.png

Try running Magento and then check those log files. (The default location is /var/logs) To see recent messages only, add a number to the log filenames and run Magento again.

Next, check your server log files for errors (location will depend on your server)
Still problems? Let's turn it off:
  1. Disable the extension by navigating to /app/etc/modules and renaming your the extension xml file, eg from .xml to .xml_off
  2. Clear the cache (if you can't access your backend cache page, just rename /var/cache (eg. to cache1))
'I stilll have issues!'
Drop us a line with your (S)FTP and Magento access details and we'll take a look.