Show Posts


Messages - Basara

Pages: 1 ... 244 245 [246] 247 248 ... 387
3677
Hello.

What is your cart version and template?

3679
General Support / Re: Lost Top Administrator
« on: August 03, 2016, 01:08:05 AM »

Hello

Did you try to restore your password via Forgotten password page?

3681
Support / Re: Formatting changes on admin pages
« on: August 01, 2016, 04:16:41 AM »
Hello.

Possibly mod_secure prevent correct page loading please read http://docs.abantecart.com/pages/tips/troubleshooting.html#mod_security

3682
Extension Support / Re: Accessibity Issue with Default Extension
« on: August 01, 2016, 02:33:20 AM »
Thank you, Ollie  :)

3683
Hello.
If your store url setting is correct this mean someone bot or person still access your store with incorrect url. It is not a big problem because your real customers will access your store with correct url

3684
General Support / Re: Bitnami AbanteCart cart .htaccess for SEO
« on: August 01, 2016, 02:22:04 AM »
Dear, rvalani
You issue is not related to AbanteCart please refer Bitnami documentation and support

3685
Support / Re: Template not loading or not rendering
« on: August 01, 2016, 02:18:43 AM »
Hello.
Please check error log and share your site url

3686
General Support / Re: set up for merchant account
« on: July 28, 2016, 01:19:53 AM »
Hello.

What payment you looking for?
Check this Payments list http://docs.abantecart.com/pages/ship_and_pay/enable_payment.html

3687
General Support / Re: Bitnami AbanteCart cart .htaccess for SEO
« on: July 28, 2016, 01:16:51 AM »
Hello.

Your question is related to Bitnami local server configuration. Nothing to do here with AbanteCart.
Anyway I think you need to find httpd.conf or htaccess.conf file in your Bitnami
and add this code
Code: [Select]
<Directory /pathtoabantecartbitnami/abantecart/htdocs/>
 
  <IfModule rewrite_module>
RewriteEngine on
# Rewrite section for retina high-res images with @2x in the end of filename base on cookie HTTP_IS_RETINA
# To emulate Retina mode on your NON-Retina display, add HTTP_IS_RETINA cookie in your browser
RewriteCond %{HTTP_COOKIE} HTTP_IS_RETINA [NC]
RewriteCond %{REQUEST_FILENAME} !@2x
RewriteRule ^(.*)\.(gif|jpg|png)$ $1@2x.$2
# if @2x isn't available fulfill the original request
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)@2x\.(gif|jpg|png)$ $1.$2

# SEO URL Settings
RewriteBase /abantecart/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]
  </IfModule>
</Directory>

Please note you need to restart Bitnami php to apply changes   :P

3688
Support / Re: Admin login page doesn't seem to exist
« on: July 26, 2016, 01:33:36 AM »
Hello.

Possibly you have some redirects in the .htaccess file. Try to rename it to whatever name to make sure it is not redirect you and I suggest to contact with your hosting support  :)

3689
Support / Re: Admin login page doesn't seem to exist
« on: July 25, 2016, 09:44:25 AM »
Hello.
The correct ink to admin is based on what is set during installation process of the AbanteCart.
yourdomainname.com/index.php?s=[your_admin]
 [your_admin] is provided by you during installation and can be located in system/config.php AFTER installation.
http://docs.abantecart.com/pages/tips/troubleshooting.html#admin

3690
General Support / Re: annoiyng 404 notifications in admin area
« on: July 25, 2016, 07:06:54 AM »
Hello.

Text on your screenshot is bad readable.  In first look issue is related to mod secure http://docs.abantecart.com/pages/tips/troubleshooting.html#mod_security

Pages: 1 ... 244 245 [246] 247 248 ... 387

Powered by SMFPacks Social Login Mod