Page 38 of 79 FirstFirst ... 28363738394048 ... LastLast
Results 371 to 380 of 786
  1. #371
    Join Date
    Oct 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by dscott1966 View Post
    Can you send me a link? i never did like xampp had problems with it. I used this one NetServer, Reactor server, or wampserver.
    The best to me is Netserver has everything.
    So for those using XAMPP and trying to install this addon.... any suggestions?

  2. #372
    Join Date
    Apr 2005
    Posts
    298
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by spacebowie View Post
    So for those using XAMPP and trying to install this addon.... any suggestions?
    I cannot begin to tell you why it does not work with Xampp, The only thing i can suggest to you is to switch your serve that you use.

    Go with netserver like i told someone else to do it is a better server. With netserver you get everything including, your own ftp server and email server, mysql server, so you can test zencart installations to the fullest before you go live with it. He changed and did not have any problems after that. he could test everything. Me personally tried using Xampp and nothing ever worked right then i started using netserver and no problems. if you decide to use it, you can download it here:

    http://sourceforge.net/project/showf...roup_id=128207

    Sorry i can't be any help, but to suggest this.

    Good luck to you!!!!
    [FONT=Comic Sans MS]Don Scott
    http://dealz-r-us.com
    [/FONT]

  3. #373
    Join Date
    Oct 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Hi...

    sorry im still new.....

    i have a question...

    i can't insert the image in Admin > Catalog > Ajax Image Swaper Manager

    the eror message like this...

    1146 Table 'chartse_zc1.zen_products_attributes_images' doesn't exist
    in:
    [INSERT INTO zen_products_attributes_images (image_id, products_attributes_id, products_id_no_attribute, image_path, image_title, image_sort_order) VALUES ( NULL, '0', '2', 'images/handphone.jpg', 'handphone.jpg', 0)]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.



    can someone give me an answer???
    Attached Images Attached Images  

  4. #374
    Join Date
    Oct 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    i've got the solution....

    in fresh_sql_installer

    Code:
    CREATE TABLE products_attributes_images (
    	image_id INT NOT NULL AUTO_INCREMENT,
    	products_attributes_id INT NOT NULL,
    	products_id_no_attribute INT,
    	image_path VARCHAR(255),
    	image_title VARCHAR(255),
    	image_sort_order INT,
    	PRIMARY KEY(`image_id`)
    );
    change the table name to zen_products_attributes_images...

    thx before

  5. #375
    Join Date
    Nov 2007
    Posts
    260
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    I get the same "loading image forever icon" on my site with IE 7 and Firefox.
    Was there a fix and which file need to be edited.

    Quote Originally Posted by pjb923 View Post
    This mod seems to be broken in IE7 for me.
    The demo page just shows the loading image forever, and nothing in the image selection box.
    http://www.webextremecustomiser.com/...&products_id=1

    Can anyone else confirm this?
    Quote Originally Posted by dscott1966 View Post
    It seems to have problem the page shows but it is doing some funny wierd stuff were the page gets large and things over lap.

    Try using firefox works good there.
    Quote Originally Posted by jaycode View Post
    Thanks for telling me, turns out it was pointing to the wrong file before, but I reuploaded again and it is fine now.

  6. #376
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX IMAGE Swapper support thread

    And on IE 8 too. Ok guys guess its time to update this module, cant be helped eh? Next version: full compatibility with IH2, and fixing stuff on IE and Safari.

    I'll let you know after this two weeks.
    The greatest pleasure in life is doing what people say you cannot do.

    Check on www.WebExtremeCustomiser.com for my modules (free contribution):
    AJAX Image Swapper
    AJAX Banner Swapper
    Fixed Navigation

  7. #377
    Join Date
    Nov 2007
    Posts
    260
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by jaycode View Post
    And on IE 8 too. Ok guys guess its time to update this module, cant be helped eh? Next version: full compatibility with IH2, and fixing stuff on IE and Safari.

    I'll let you know after this two weeks.
    Excellent

  8. #378
    Join Date
    Jun 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by jaycode View Post
    And on IE 8 too. Ok guys guess its time to update this module, cant be helped eh? Next version: full compatibility with IH2, and fixing stuff on IE and Safari.

    I'll let you know after this two weeks.
    Dear Jay,remember to improve the image quality afer uploaded.

    Now the quality is too low to be used. Thanks a lot.

  9. #379
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by john4 View Post
    Dear Jay,remember to improve the image quality afer uploaded.

    Now the quality is too low to be used. Thanks a lot.
    No prob, will do,

    dang its really, really hard to combine this with IH2. I think the best I can do for now is fish for IH2's high quality image resizing technique...
    The greatest pleasure in life is doing what people say you cannot do.

    Check on www.WebExtremeCustomiser.com for my modules (free contribution):
    AJAX Image Swapper
    AJAX Banner Swapper
    Fixed Navigation

  10. #380
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX IMAGE Swapper support thread

    Crossing your own words is not a good thing to do but man, really busy like hell these days I haven't got time to update the module... tho I have mapped up what needed to be done code-wise. I'd rather not promise anything yet but I'll definitely update this module when I get some free time.

    Guess time is scarce nowadays eh?...
    The greatest pleasure in life is doing what people say you cannot do.

    Check on www.WebExtremeCustomiser.com for my modules (free contribution):
    AJAX Image Swapper
    AJAX Banner Swapper
    Fixed Navigation

 

 
Page 38 of 79 FirstFirst ... 28363738394048 ... LastLast

Similar Threads

  1. AJAX BANNER Swapper support thread
    By jaycode in forum All Other Contributions/Addons
    Replies: 19
    Last Post: 11 Oct 2012, 05:55 AM
  2. Any way to import image massively to AJAX Image Swapper ?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 17 Sep 2010, 04:35 PM
  3. Is there any way to massivly upload image to Ajax Image swapper?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 Jul 2010, 03:38 PM
  4. Error on AJAX IMAGE Swapper
    By easy665 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 28 Aug 2009, 02:38 PM
  5. AJAX Image Swapper Basic Support
    By jaycode in forum All Other Contributions/Addons
    Replies: 34
    Last Post: 31 Dec 2007, 06:48 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR