Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Working site is not working now!

This is a discussion on Working site is not working now! within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; I just checked it in FireFox and it works fine... IN Explorer 6 and 7 I am getting the red ...

      
  1. #11
    New Member
    Join Date
    Dec 2006
    Posts
    15
    Rep Power
    0


    Default Re: Working site is not working now!

    I just checked it in FireFox and it works fine... IN Explorer 6 and 7 I am getting the red x.... What browser are you using?

  2. #12
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default Re: Working site is not working now!

    I use Firefox... didn't check with IE, never use it... Checking now... yep I see the same problem. Not sure where to begin with this one... Obviously a difference in how IE handles javascript compared to firefox.

    I don't see this issue with my test store though, so it is specific to your site.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #13
    New Member
    Join Date
    Dec 2006
    Posts
    15
    Rep Power
    0


    Default Re: Working site is not working now!

    This started happening at the same time as the first post in this thread, if that's any help... Something they changed at the server level caused the first, and I believe this problem.... This was working fine....
    Unfortunately, for me, IE is what most people still use so I must find a way to fix this or disable the pop ups...

  4. #14
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default Re: Working site is not working now!

    Well, they are not really broken. Your site is broken, so you need to figure out what the issue is. I suggest a second clean test install of osCMax in a new directory so you can test to see if it is serverwide or just the one install.

    It could be a path problem in your configure.php file or a missing or damaged javascript file or template (product_info.tpl.php maybe)
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  5. #15
    New Member
    Join Date
    Dec 2006
    Posts
    15
    Rep Power
    0


    Default Re: Working site is not working now!

    I really don't understand why it could be a path problem if it works in firefox and not IE...

    I am not exactly sure how Max's resizer program works...

    Thanks for all your help

    Steve

  6. #16
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default Re: Working site is not working now!

    Because IE handles path notation differently than firefox... It is not a 'resizer' . It simply points to the path of the large image.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  7. #17
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,688
    Rep Power
    22


    Default Re: Working site is not working now!

    Micheal is write and rong! (pun intended)

    Firefox shows it as http://www.needleandthreadoftomball....eer_OP_300.jpg

    But IE is trying to load it as:
    http:///images/60_Christmas_Cheer_OP_300.jpg

    missing "www.needleandthreadoftomball.com/catalog"

    Closer look at the code - looks like IE does not load the URL as part of the referring website. Maybe we need to code in the full URL for it to work....

    Line of code:
    <a href="javascript:window.close();"><img src="images/60_Christmas_Cheer_OP_300.jpg" border="0" alt="#60 Christmas Cheer" title=" #60 Christmas Cheer " width="300" height="293"><br /><span class="smallText">Close Window <u>[x]</u></span></a>

  8. #18
    osCMax Testing Team
    Join Date
    Oct 2004
    Location
    United Kingdom
    Posts
    50
    Rep Power
    9


    Default Re: Working site is not working now!

    Hi swatkins,

    I am too getting blank pop images on your website just out of interest try coping your large images to images_big folder to inside the images folder to see that helps I had the same problem solved it by coping my large images to the images_big folder.

    all the best
    darren

  9. #19
    New Member
    Join Date
    Dec 2006
    Posts
    15
    Rep Power
    0


    Default Re: Working site is not working now!

    Quote Originally Posted by automotiveuk View Post
    Hi swatkins,

    I am too getting blank pop images on your website just out of interest try coping your large images to images_big folder to inside the images folder to see that helps I had the same problem solved it by coping my large images to the images_big folder.

    all the best
    darren

    Hi Darren...

    I tried moving the photos to the big folder... No change... I think that's because I am not using the pictures mod..

    I just add an item to the store and upload a picture of it when I insert that item... Nothing fancy,,,, The program had been working just fine and the pictures were all working correctly, UNTIL they did something to the server package... I have no idea what they did but it caused this problem and the one that Michael had the solution for...

    Some server side program was updated and that started the problems... I have little knowledge about these things, just going by what happened...

  10. #20
    New Member
    Join Date
    Dec 2006
    Posts
    15
    Rep Power
    0


    Default Re: Working site is not working now!

    Quote Originally Posted by jpf View Post
    Micheal is write and rong! (pun intended)

    Firefox shows it as http://www.needleandthreadoftomball....eer_OP_300.jpg

    But IE is trying to load it as:
    http:///images/60_Christmas_Cheer_OP_300.jpg

    missing "www.needleandthreadoftomball.com/catalog"

    Closer look at the code - looks like IE does not load the URL as part of the referring website. Maybe we need to code in the full URL for it to work....

    Line of code:
    <a href="javascript:window.close();"><img src="images/60_Christmas_Cheer_OP_300.jpg" border="0" alt="#60 Christmas Cheer" title=" #60 Christmas Cheer " width="300" height="293"><br /><span class="smallText">Close Window <u>[x]</u></span></a>
    Hi,,, Thanks for taking an interest in my problem! Any suggestions on where I should look? I know little about he internal workings of this code but I am willing to try anything

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Help, My SSL is not working anymore.
    By loba in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 06-27-2005, 03:43 AM
  2. Can't get welcome message working.
    By jptechnical in forum osCMax v1.7 Installation
    Replies: 6
    Last Post: 11-28-2004, 08:32 PM
  3. Cannot get TAX (VAT) working
    By Spike_UK in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 12-23-2003, 06:47 AM
  4. tax not working
    By menakamk in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 01-01-2003, 12:59 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
  •