AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: oliver on October 11, 2015, 10:53:26 AM

Title: I am trying to update core 1.19 to 1.2 but get error
Post by: oliver on October 11, 2015, 10:53:26 AM
Hello
I am trying to update abantecart from 1.19 to 1.2 but i am get error
Quote
Please check error log for more info. You can check error log in the control panel if it is functional. Otherwise, refer to error log located in your web server
Go to main page

error log :

Quote
[Sun Oct 11 04:04:59.995747 2015] [autoindex:error] [pid 458777] [client 37.110.149.194:33276] AH01276: Cannot serve directory /home/sana03/public_html/resources/image/: No matching DirectoryIndex (index.html.var,index.htm,index.html,index.shtml,index.xhtml,index.wml,index.perl,index.pl,index.plx,index.ppl,index.cgi,index.jsp,index.js,index.jp,index.php4,index.php3,index.php,index.phtml,default.htm,default.html,home.htm,index.php5,Default.html,Default.htm,home.html) found, and server-generated directory index forbidden by Options directive, referer: http://sanabana.com/index.php?rt=product/product&product_id=132
[Sat Oct 10 11:28:24.529799 2015] [access_compat:error] [pid 813094] [client 185.82.201.17:61193] AH01797: client denied by server configuration: /home/sana03/public_html/admin/index.php
Title: Re: I am trying to update core 1.19 to 1.2 but get error
Post by: abolabo on October 12, 2015, 04:32:48 PM
hello.

Your problem related to apache web-sever configuration.
You should to have something like that in your httpd.conf
Code: [Select]
<Directory /var/www/>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride All
        Require all granted
</Directory>

see Options directives
Code: [Select]
Options Indexes FollowSymLinks MultiViews

Please read this for details here
http://stackoverflow.com/questions/5301776/directory-index-forbidden-by-options-directive