postcode-nl / PostcodeNl_Api_MagentoPlugin

A Magento plugin 1.9 that implements the Postcode.nl API for Dutch addresses
BSD 2-Clause "Simplified" License
21 stars 12 forks source link

Plugin showing and enables in backend, but nothing is showing in frontend #11

Closed Roywcm closed 10 years ago

Roywcm commented 10 years ago

I'm trying to install this plugin, but it's not visible in my frontend. I think it has something to with my permissions because the plugin was working correctly on my localhost?

In the backend everything works fine and the plugin is enabled. Also I removed my cache, sessions, APC cache.

DaanBroekhof commented 10 years ago

What could have happened is that your Magento installation on your production environment does not allow the writing in all relevant directories. See: http://www.magentocommerce.com/wiki/1_-_installation_and_configuration/magento_filesystem_permissions#web_based_magentoconnect_manager

Is the configuration of the extension visible in the magento backend?

Roywcm commented 10 years ago

I figured it out just a second ago. Compilation was enabled, so i had to recompile everything.