Installed but cannot verify the api
-
Hi Francois,
I installed your plugin and had a few bumps to get it going only my apache server running CentOS6.5.
The first issue is that I have to add the the Magento .htaccess file the following which I found in the error log.
[Tue Dec 08 14:30:59 2015] [error] [client 192.168.253.1] client denied by server configuration: /var/www/html/onlingguns/store/app/etc/local.xml
So I added this to the .htaccess file
<Directory /var/www/html/onlingguns/store/app/etc>
Order allow,deny
Allow from 192.168.253.1
</Directory>which filed the error.
But now I am stuck as I get no error in the httpd log and it still does not seem to be able to verify the api.
Any help would be appreciated.
Steve
The topic ‘Installed but cannot verify the api’ is closed to new replies.