Results 1 to 3 of 3

Thread: Thumbnail Viewer 2 problems on Unix server.

  1. #1
    Join Date
    Jul 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thumbnail Viewer 2 problems on Unix server.

    1) Script Title: Thumbnail Viewer 2 problems on Unix server.

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...thumbnail2.htm

    3) Describe problem:

    I have developed a site that works fine on a windows server. however when transferring to a Unix host, the javascripts do not seem to work. What am I doing wrong? Any advice will be appreciated.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Most likely (as far as javascript goes), the fact that this happens to be a Unix server has nothing to do with it. There could be something else about the server that is different that is causing this and/or there could be something else you are using besides javascript that is supported on the one server (like asp.net or FP extensions) that isn't on the other. You may also just have forgotten to copy all the required files from the 1st server to the second, or made an error in your code, or one may have crept in due to the new locations (absolute paths) that would exist on a different server. If you are referencing files on one server from another, this can (in certain circumstances) cause a browser security violation. It could be something else.

    To have a chance at being more specific, we would want a link to a good page on one server and a link to the corresponding bad page on the other server.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jul 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    The problem seemed to be related to the use of _ and - in the XML file names. Also it seemed to be linked to the use of titlecase naming. But the problem is solved anyway

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
  •