Show Posts


Messages - Beginner34

Pages: [1]
1
General Support / Re: I can't add image on my store ???
« on: August 18, 2014, 04:08:04 PM »
I can't add image for products, for catégories, for blocks, ect ... every place who you can add image in the admin
I have error not found and the main page of the frontstore appear in the window of ressource library
It's like I don't have ressource library but all the old images was there in the frontstore

what's the permission code writable 755 ?

2
General Support / I can't add image on my store ???
« on: August 17, 2014, 02:19:47 PM »
Hi,
All places we can add image in my admin store it's write : "error not found"
I have the version 1.1.9 and was doing the same in the 1.1.8 version

Failed to load resource : the server responded with a status of 404 (not found)

Thank you

3
Support / I can't add image
« on: August 17, 2014, 02:15:01 PM »
Hi,
I can't add image in my admin, all placea we can add image it's write "error not found"
I have version 1.1.9 but doing the same in the 1.1.8 version ???

/index.php?rt=common/resource_library/resources&o…_id=155&mode=&s=admin123&token=d8903b52a0fb4c90d6b9003f0de8ca5e&type=image 404 (Not Found)

Failed to load resource : the server responsed with a status of 404 not found

Thank you

4
Hi,
I decide to delete all the store and start on the version 1.17
thank you for your help

5
my setting is french in my admin
download extension =  language pack french

I'd not play with the cache

6
Hi,

I don't know since when but the sore in french cannot add product to the cart but in English everything is ok ???

My clients are french big problem !!

store : caclicmonbijou.com

Thank you

7
General Support / Image don't popup ???
« on: July 14, 2013, 10:37:48 AM »
Hi,

All my images don't enlarge when we "click on to enlarge " ???

The size of my picture when I upload is 1024 x 768

My Store : caclicmonbijou.com

Thank you

9
hi,
I search in Google for my answer and I find someone who explain with full détails (but it' s for a other opensource ecommerce solution but it's work very well)  I will give you if you have this problem :

3 steps to setup SEO URLs in Abantecart :

Step 1. : Enable the SEO URLs from the Admin section.

Go to System -> Server -> Use SEO URL’s

Step 2. : Rename the .htaccess.txt to .htaccess (Remove the .txt file extension)

folder: admin
          catalog
          dowload
          image
          install
          system
          .htaccess.txt
          config.php
          error_log
          index.php
          php.ini

** if like me you have 3 time htaccess = (1) .htaccess   (2) .htacess.   and  (3)  .htacces.txt   
I erase .htaccess.txt (3)  after I rename  (1) .htaccess. and finally rename (2) .htaccess

Step 3. : Fill in the SEO Keyword for all the Categories and Products.

SEO Keyword is unique. No duplicate is allowed.
SEO Keyword no space in between each word.
Go to Catalog -> Products -> Data -> Seo Keyword


Done ! Refresh your store shopping cart website to view the result.

If you are still having a problem on it, please check that Is your Abantecart installed into the Subfolder or subdirectory of your domain name ?

For example , http//www.your_domain_name.com

Your store is under [store] folder ,  http//www.your_domain_name.com/store

In this case , you have to do a minor modification on the .htaccess file located in the AbanteCart folder.

Open .htaccess, go to the Line 20

# SEO URL Settings
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]
[Solution] : Edit RewriteBase / to RewriteBase /store/

Source Code after editing

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

Done ! Refresh your Abantecart from the browser again, SEO URLs should be working correctly.

Enjoy !

Thank's Abantecart to reply to my question  ;)

10
I do A test for add a product and the same thing happening  :(

My files in my directory :
I have 3  in my   *public_html =color]

(1) .htaccess
my port is there and my URL ok 

(2) .htacess.   and  (3)  .htacces.txt   (same text)
Order deny,allow
Deny from all
FilesMatch

# SEO URL Settings
RewriteEngine On
RewriteBase /
RewriteCond REQUEST_FILENAME !-f
RewriteCond REQUEST_FILENAME !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 L,QSA 

    * /admin = .htacces<Files *.php>
order allow,deny
deny from all
Files

     */resources/dowload = .htaccess
order deny,allow
deny from all

      */system = .htaccesOrder Deny,Allow
Deny from all
 
   * admin/system/backup = .htaccess<Files *.*>
order allow,deny
deny from all
Files

I think for .htaccess it's ok

Maybe He have text inside wrong ???

Thank you

11
Hi,

I'm new with Abarantecart I was with a another before and I start to config my store this week. My first language is french so please don't look the mistake and incoherence word or sentence :-[

I add new catégories and in my backstore I see them but when I try to clic on in my storefront I had 404 URL not found ???

On the Template in the storefront Makup does'nt word to= 404 URL not found BUT the others categories works ???

Store : https:caclicmonbijou.com  (if you want to check clic on catégorie TEST and you will see. Makup to = 404

Help me please

Pages: [1]

Powered by SMFPacks Social Login Mod