Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: I am trying to update core 1.19 to 1.2 but get error  (Read 4708 times)

Offline oliver

  • Jr. Member
  • **
  • Posts: 86
  • Karma: +7/-0
    • View Profile
I am trying to update core 1.19 to 1.2 but get error
« 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
« Last Edit: October 11, 2015, 10:57:42 AM by oliver »

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2048
  • Karma: +319/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: I am trying to update core 1.19 to 1.2 but get error
« Reply #1 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
« Last Edit: October 13, 2015, 07:45:57 AM by abolabo »
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

 

Powered by SMFPacks Social Login Mod