Options

Problem uploading photos - JAVA code related?

Prettym1k3Prettym1k3 Registered Users Posts: 36 Big grins
edited June 21, 2010 in SmugMug Support
I'm getting this everytime I try to upload photos to any album:

SMUGMUGERROR.jpg

The code I have in my BOTTOM JAVA box is:
function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

if (hasPath("Galleries"))
YD.addClass(document.body, "Galleries");

Any ideas why this is screwing up my ability to upload photos?
Michael
Michael James Photography
http://www.michaeljamesphotostudio.com

Comments

  • Options
    WendeeWendee Registered Users Posts: 171 Major grins
    edited June 21, 2010
    Hi Michael,

    Which browser and operating system are you using? It looks like Windows, is this Internet Explorer or Firefox?

    With Firefox, having multiple tabs of uploaders open can be bad. Do you have more than one tab open for uploading?

    The code you have in your Bottom JavaScript box isn't the same thing as the Java needed for uploading, that code wouldn't have anything to do with this problem. :)

    Could you also try updating your version of Java, to see if that helps?


    Follow these steps to make sure your java is up to date for a PC:

    1) Go to http://www.java.com

    2) Click on "Do I have Java?" and wait for the test to run.

    3) Follow the steps to get the latest version of Java if you need it.

    If you continue to have trouble, please let us know.

    Take care,
    Wendee
    Support Hero
    http://www.smugmug.com/help/


    Prettym1k3 wrote: »
    I'm getting this everytime I try to upload photos to any album:

    SMUGMUGERROR.jpg

    The code I have in my BOTTOM JAVA box is:

    function hasPath(sPath)
    {
    re = new RegExp("\/" + sPath + "(\/|$)");
    return re.test(window.location)
    }

    if (hasPath("Galleries"))
    YD.addClass(document.body, "Galleries");

    Any ideas why this is screwing up my ability to upload photos?
  • Options
    Prettym1k3Prettym1k3 Registered Users Posts: 36 Big grins
    edited June 21, 2010
    Thanks, Wendee. I'll give it a go. :-)

    UPDATE -

    How odd. Looks like I just needed a JAVA downloadeable update.

    You rock! Thanks!
    Michael
    Michael James Photography
    http://www.michaeljamesphotostudio.com
Sign In or Register to comment.