Spry Image Slideshow works locally but not live!?!?

I am new to the whole website creation. I used the Spry Image Slideshow widget from the widget browser and everything works perfectly when I tested it locally. However, once i uploaded to the server and tested the links I get errors stating that it cannot locate the .js files. Like stated, I am very much new to this and have no idea how to fix this problem. Has anyone else ran into this or know of a solution?
My website address is www.terranceperdue-architecture.com and the links in question are on the portfolio link.
So more specifically:
http://www.terranceperdue-architecture.com/Design%20Studio%201.html
Any help would be greatly appreciated as I am hoping to use this website to gain an internship for the summer. But if it is not working then that is not an option.
Thanks for any and all insight.
-Terrance

I see where you have posted that you got your slideshow to work, but I do not see any of the reponses on how you did it. I am having the same problem when I test my slideshow locally on dreamweaver it works, but it does not work when I upload it to the internet. It doesn't give me any error, but all it does is show me a black box with a spinning play button like it is trying to load. It doesn't do anything else. I have tried looking at IE, Safari, and Firefox and I get the same thing on all of them.
Thanks,
Christin

Similar Messages

  • Spry Horizontal menu works locally but not online.

    Hi people I built a site in Dreamwever CS5.5 and used a spry widget menu. It works great in firefox when I run it locally, but when I try to access a page from the online server it's rubbish. I've uploaded all of the JS files a couple of times and even copied some to multiple locations but still no joy. Any advice would be appreciated, the website is to promote a very noble cause. website is www.stopthetoad.com.au

    Hi Gramps,
    Thanks for your help, from the look of the previous posts on this forum
    you may need to change your name to Altruistic Guru.
    This is actually a site that my 14 years old daughter (Jessica) has put
    together and I'm very proud of her for the effort that she is giving in
    her own time without possibility of reward (other than having our native
    species survive another generation).
    Any further advice you can offer will go a long way towards getting
    those feral toads out of our country.
    We've upload all files via cuteftp, Dreamweaver and even manually 1 file
    at a time!
    But it still wont work. When we try to load a page we get a series of
    messages such as
        SpryMenu.js requires SpryWidget.js
        SpryMenuBarKeyNavigationPlugin.js requires SpryMenu.js!
    All of the files that the messages refer to have been uploaded several
    times but we still get the messages.
    The spry Ui-1.7 folder with all relevanr folders/files is in my
    public_html folder on the server. Should I move all of the Spry folders
    contents into the public_html folder or somewhere else?
    I expected Dreamweaver to do all of this for her perfectly, we must have
    gone wrong somewhere.
    This is a screenshot of the cuteftp screen showing all of the files in
    the public_html folder. You'll notice that I've copied some spry files
    into this folder also (will this cause problems)
    Kind regards,
    David
    (on behalf of Jessica)

  • Google maps works locally but not live. not addon problem

    Google maps in an iframe seems to get stuck loading.
    Regular google maps ok.
    by locally I mean:
    if I load the file with the iframe from the version on my computer, it's ok, but when I put it on my server, it fails to load.
    Happens only in firefox. opera/ie/chrome just fine
    Tried the usual fixes (safe mode, skype addon, about;config images.default, clear cache, )
    For me, the page shows a blank.
    here are sample links...http://contrakyoto.byethost9.com/DirectionsAndWhatToBring.html
    http://www.daniweb.com/web-development/web-design/html-and-css/threads/268779
    But in my IDE, I can use the mozilla engine, and I can see the map partially loaded with the "Loading/still having problems" message. I can sometimes see this in FF too. Also, safe mode iwth all addons off also doesnt work.
    What is odd, is that if I load the same page LOCALLY...the map works fine.

    pasting all that HMTL is not necessary, it is not relevant
    here. Make sure you have the FLV, and the FLV's Skin SWF uploaded
    and they are targeted correctly.

  • RSS Feed works locally but not live???

    I have an rss feed using a class I found online to access an
    rss feed. It works fine locally. When I take it online it doesn't
    work. I have the crossdomain.xml file on the root of the server.
    Any ideas?

    a crossdomain policy file needs to be on the server that's
    being accessed, so unless it's your rss feed, it won't do any good
    there.
    Try publishing for 'network access'.

  • Flash site works locally but not online (uploaded to server)

    We have bought a flash portfolio template and have customized it with our pictures, video, etc.
    When we test it locally on our computer (using different web browsers) it all works perfectly well. We have uploaded the finished website to our server and when you go to the address online, it doesn't work (a loader progress shows but it is stopped and nothing happens).
    We have however uploaded the original template we bought and it works perfectly online.
    The template consists of and index.html, various .swf, and various .xml that we have modified according to the template instructions (it also contains a java script folder we haven't touched).
    What is it wrong with our modified template - it works locally without problem…!
    Thanks for your help

    When a Flash file works locally but not on-line, it's almost always a pathing issue (provided you did upload ALL files and do not have something missing... as suggested by Ned).
    A "pathing issue" results when the main .swf cannot find one or more of the associated Flash files...like an xml file or images.
    It can be something as simple as using switching file names to all lower case. Local machine is not case sensative... most servers are. So "My Photo.JPG" is not the same as "my_photo.jpg". When naming files, best to use all lower case, no spaces in any file or folder names... use_underscore_instead.
    But the most common cause is that those associated files (xml, images, etc.) are not pathed relative to the Web page where the main .swf is embedded. Pathing to the .xml and image files should be as though the .swf was located in the same folder as the Web page... NOT the actual location of the .swf file.
    And that includes paths to the xml file and paths to image files coded into those xml files. Everything need to be coded relative to the Web page.
    This topic has been covered a number of times here:
    http://forums.adobe.com/message/4368273#4368273
    http://forums.adobe.com/message/4294529#4294529
    http://forums.adobe.com/message/4280086#4280086
    http://forums.adobe.com/message/4267408#4267408
    Best wishes,
    Adninjastrator

  • cffeed caching works locally but not on server

    So I got my new Hostek account set up (woohoo!) and I've started uploading some basic files so I can do thinks like validate my code and make sure everything's working.  One thing that does not work (but does locally) is my news feed caching.
    Pulling in two RSS feeds was seriously slowing down my index page loading, so I stole a trick from Ray Camden on caching the feeds.  It works perfectly on my dev machine at home, but doesn't work on my hosted account.
    Here's the exact code being used:
    <cfset feedurl = "http://velonews.competitor.com/feed">
    <cfset cacheTime = #createtimespan(1,0,0,0)#>
    <cfif not structKeyExists(application,"rsscache") or dateDiff("n", application.rsscache.created, now()) gt cacheTime>
        <cffeed source="#feedurl#" query="entries">
        <cfset application.rsscache = structNew()>
        <cfset application.rsscache.data = entries>
        <cfset application.rsscache.created = now()>
    </cfif>
    <ul>
    <cfloop query="#application.rsscache.data#" startrow="1" endrow="6">
    <cfoutput><li><a href="#rsslink#">#title#</a></li></cfoutput>
    </cfloop>
    </ul>
    I tried wrapping a try/catch around the top section (above the <ul>) and still got nothing for an error message.  The page just stops being rendered at that first <ul>.
    I'm not sure why it works locally but not on the web server.  Any ideas?

    Miraculously, I got it working.
    I changed this:
    <cfloop query="#application.rsscache.data#" startrow="1" endrow="6">
    <cfoutput><li><a href="#rsslink#">#title#</a></li></cfoutput>
    </cfloop>
    To this:
    <cfoutput maxrows="6" query="application.rsscache.data">
    <li><a href="#rsslink#">#title#</a></li>
    </cfoutput>
    And bingo!  It worked. Perhaps it's an idiosyncrasy between CF9 and CF10.

  • [AS3] EventDispatcher works locally but not remotely

    Hi,
    I am very new to Action Script and have the following
    problem. I hope someone can point me in the right direction.
    I have a small video player app. I have added the FLVPlayback
    component to the stage and set some properties via action script
    (AS 3)
    I then instantiate a class to go and retrieve some XML,
    register an eventListener to wait for the XML to be loaded and once
    the event has fired, load the FLV file (just hard coded at the
    moment) into the FLVPlayback object.
    This works when testing in the Flash IDE but not when I
    publish the movie to my webserver. I have tried commenting out the
    player.load() and just adding a textfield and again this works
    locally but not when I publish to the webserver. I have included
    some code snippets below.
    Can anyone tell me where I am going wrong?
    Any pointers much appreciated.
    Thanks
    Martin

    Hi,
    I found the problem if anyone has the same issue. I was
    passing some FlashVars in incorrectly using the
    AC_RunActiveContent.js that comes with Flash. I have switched to
    swfobject and all is well.
    thanks

  • Spry Image Slideshow Thumbnail's do not show properly

    Hello World!
    This is my first time using the forums here at Adobe.
    My problem is that I have inserted a Basic Spry Image slideshow like so:
    The size is ~ 250px by 200px
    And once I go into live view, the slide show only displays the top right corner and not the whole image itself. I tried downsizing the image in design view to "look" like the same size of the thumbtails below but that did not do anything.
    In my local file(not sure if you can see to the left) my images are saved in a file called 'images', and thumbs in a subfolder called 'thumbs'. (I read that images need to have same scr and link names?)
    If anyone can help me out that would be great!! Thanks guys!

    Okay, so I found my error, my Link photo was super duper big!
    I played around with the resizing and it fitted better.

  • Swf works locally, but not on server

    I have an issue with an xml-driven swf file. It plays fine when I test the site locally, but not when it's uploaded to a server. Here is a link to the page. There are many posts on this and other forums describing the same problem, though I can't find the right solution. The only thing it has convinced me of, is that it is probably a pathing problem. I purchased the file online, and instead of one swf and one xml there are about ten of each to make it work. In addition to this there are about 40 .as files. (all this to make it "easier" to customize).  Since I plan to use this banner rotator on multiple pages, it will be very unconvenient to upload all these files for every page I make. I checked with support for this product, and was told I could make a flash directory, only duplicating the xml-files for each new page and linking the xml back to the swf-files. Otherwise the support answer was very short and unhelpful. I have renamed every path in the xmls so that it should be right. As I said, the file works locally, so I'm not sure what I am doing wrong.
    I have posted in adobe forums before, and I have alwas found helpful and kind responses.
    Thank you,
    Siri

    They're all uploaded to the server, it is also possible for me to dowload them from there. When i run the main swf file through flash player debugger, I get this message:
    Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: file:///Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/xml/abrMain.xml
              at com.sQrt121.utils::CustomLoader/configureLoader()
              at com.sQrt121.utils::CustomLoader()
              at com.sQrt121.utils::LoadJob/initJob()
              at com.sQrt121.utils::LoadJob()
              at com.sQrt121.utils::ContentLoader$/addJob()
              at AbrMain/init()
    So I guess it can't locate the xml folder (since it is not there), but I don't know how to change the path. I can change it in the xml, pointing to the swf, but how do I do it the other way?
    This is the main xml-file:
    <?xml version='1.0' encoding='UTF-8'?>
    <abrMain
              width                              = "300"
              height                              = "250"
              pauseOnOver                    = "off"
    >
              <item          swf                    = "/Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/abrcontent.swf"                                    xml = "xml/abrContent.xml"                                        config          = "xml/config.xml"/>
              <item          swf                    = "/Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/abrbuttonscolor.swf"                               xml = "xml/abrButtonsColor.xml"                                        config          = "xml/config.xml"/>
              <item          swf                    = "/Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/abrpreloadercircle.sw f"               xml = "xml/abrPreloaderCircle.xml"                              config          = "xml/config.xml"/>
              <item          swf                    = "/Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/abrpreloaderline.swf"                               xml = "xml/abrPreloaderLine.xml"                              config          = "xml/config.xml"/>
              <item          swf                    = "/Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/abrplaypause.swf"                               xml = "xml/abrPlayPause.xml"                                        config          = "xml/config.xml"/>
    </abrMain>
    the abrMain.xml tells the swf what files it shold use, and where to find them, but where do I tell the abrMain.swf to find the xml? Maybe this is an issue for product support instead, though they only answer short and cryptic.
    Murray *ACP* wrote:
    None of your SWF files are found in the location where the page's code places them.
    For example:
    <param name="movie" value="../../../flash/produkter/deploy/abrmain.swf" />
    Did you upload them?

  • Facetime works local but not long distance

    i have been using facetime for 2 years.  Last week (soon after upgrade 8.2)  my service became intermitant.  it works locally,  but long distances it is ringing but no one is answering...
    I am using airport extreme....so not sure if its extreme or something else causing this...

    chris,  thanks so much but i think it has to do with port somehow.
    since i am out of the us it works fine in where i am at,  but trying to get to the us in just rings off the hook and no one can pickup....so it gets a notification that the call is coming through but ends at that point.....and i am just pushing voice only not video.
    other people where i am at use facetime and are able to talk to people in the US...I have been doing so until 1 week ago,  when i downloaded 8.2   Thanks for your reply looking forward to understanding what else i can do......
    ps already installed firmware in extreme...but didn't solve the issue.

  • Report generating on local but not live

    hi Guys,
    its been 2 months to this problem, Crystal report is not generating report on live. i had installed CR for my local laptop and same setup for live. VS 2010. now i got new machine and i downloaded setup for VS2010. but when i opened report by double clicking it said that version is different so i installed older setup which i had on my laptop. the problem is when i create a report locally, it generates report very fine but on LIVE it does not do anything. it does not even create exception. some time there is one error in Even Viewer
    "The description for Event ID ( 4353 ) in Source ( Crystal Reports ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: The keycode assembly, BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded."
    i have researched on it and it seems that this error does not break functionality. could you please tell me any idea?
    thanks

    hi guys,
    now my live and local both are not working... as suggested by Ludek i have tried Process monitor and found some entries which i want to point out. please see below.
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegEnumValue
    Result:     NO MORE ENTRIES
    Path:     HKLM\SOFTWARE\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Report Application Server\InprocServer
    TID:     6900
    Duration:     0.0000013
    Index:     14
    Length:     48,900
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegCreateKey
    Result:     ACCESS DENIED
    Path:     HKLM\Software\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0
    TID:     6900
    Duration:     0.0000056
    Desired Access:     Read/Write
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegOpenKey
    Result:     ACCESS DENIED
    Path:     HKU\S-1-5-82-794271414-2547205055-1060673776-2579641347-304524694\Software\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0
    TID:     6900
    Duration:     0.0000059
    Desired Access:     Read
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegOpenKey
    Result:     NAME NOT FOUND
    Path:     HKU\S-1-5-82-794271414-2547205055-1060673776-2579641347-304524694_CLASSES\CLSID\{C016CDD4-42F0-4C37-BAEA-31EA6CAF442B}
    TID:     6900
    Duration:     0.0000033
    Desired Access:     Read
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegOpenKey
    Result:     NAME NOT FOUND
    Path:     HKCR\CLSID\{C016CDD4-42F0-4C37-BAEA-31EA6CAF442B}
    TID:     6900
    Duration:     0.0000047
    Desired Access:     Read
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegOpenKey
    Result:     NAME NOT FOUND
    Path:     HKU\S-1-5-82-794271414-2547205055-1060673776-2579641347-304524694_CLASSES\Wow6432Node\CLSID\{C016CDD4-42F0-4C37-BAEA-31EA6CAF442B}
    TID:     6900
    Duration:     0.0000033
    Desired Access:     Read
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegOpenKey
    Result:     NAME NOT FOUND
    Path:     HKU\S-1-5-21-1520874416-994972325-646158445-1014
    TID:     6900
    Duration:     0.0000026
    Desired Access:     Maximum Allowed
    Date & Time:     23/01/2012 14:06:35
    Event Class:     File System
    Operation:     ReadFile
    Result:     END OF FILE
    Path:     C:\Users\FA-Kamran\Desktop\FoodAlert\ClientRC\Code\FoodAlertProj\Reports\TrainingManagement\rptIndividualEmployee.rpt
    TID:     6900
    Duration:     0.0000013
    Offset:     98,304
    Length:     5,120
    Date & Time:     23/01/2012 14:06:35
    Event Class:     File System
    Operation:     CreateFile
    Result:     ACCESS DENIED
    Path:     C:\Windows\Temp\rptIndividualEmployee {8CBD9840-7EA6-482D-8DD2-6DFB920768BF}.rpt
    TID:     40020
    Duration:     0.0000192
    Desired Access:     Generic Read
    Disposition:     Open
    Options:     Synchronous IO Non-Alert, Non-Directory File
    Attributes:     N
    ShareMode:     Read, Write, Delete
    AllocationSize:     n/a
    Date & Time:     23/01/2012 14:06:35
    Event Class:     Registry
    Operation:     RegQueryValue
    Result:     BUFFER OVERFLOW
    Path:     HKCR\CLSID\{F734A321-8381-4FFD-A614-139E8906DC83}\InprocServer32\(Default)
    TID:     6900
    Duration:     0.0000016
    Length:     144
    I am sorry for this long message but i need to fix this as soon as possible. thanks

  • Javascript working locally but not on sever

    Hello,
    Since this is a javascript question I'm ont sure this is the right forum, but since I've always had great help here I thought I'd give it ago, and for all i know , it is DW related...?
    So i have a website that's been online for years, which using a javascript scroller that i found online, a long while ago.
    Yesterday i made some site edits, that didn't (so far as I'm aware) involve messing with any of the javascript or links to external CSS or script files, but suddenly the scroller isn't working any more.
    Oddly though, it works locally in Live Design view, and in all browsers previewed locally too (usinag MAMP server)... but just not online.
    Why did it suddenly stop working?
    Here is al link to a stripped down version of teh problem, and i'd be grateful of any help anyone can offer:
    http://tinyurl.com/scrollernotworking
    Thanks so much in advance,
    Katrina

    Turns out the one-line code was definitely the issue. Now as to why it was being compressed in that way is beyond me.
    Here is a link to a follow up discussion regarding why my code was being minifed (still unsure at time of writing):
    http://forums.adobe.com/message/5401932#5401932

  • Works locally but not remotely

    Hi,
    I'm loading jpegs randomly into my .fla. It works fine
    locally, and it worked fine when I tested it on my personal
    website. But on my company's site, the jpegs don't load. I'm
    thinking maybe it's a path issue, but not sure what the fix
    is...any help would be welcome.
    This is the code I'm using:
    randomNum = Math.round(Math.random()*15);
    loadMovie(randomNum+".jpg", this.blank");
    I've tried adding a path like
    /graphics/flash/2007jazzfest/this.blank but it doesn't like the /.
    I've tried quotes around everything, but it doesn't work...
    You can see it work at:
    http://www.willyurman.com/Test/jazzfest2007.html
    1. click skip intro to get past the opening
    2. click either small red 'jazz fest' button in the upper
    right or left. It should take you to the credit page where a
    different jazz quote appears at random at the bottom.
    On my work site, everything works except that the quotes just
    don't load.
    I go live with this Friday night(the 8th) so any help would
    be appreciated :)
    thanks
    will

    comment out that code. hardcode one jpeg to load and test.
    does that work?
    if yes, copy and paste the code that works and copy and paste
    the code that fails.
    if not, your path may be wrong or your jpegs may be
    corrupted. to check which, enter the path/file name of one of the
    jpegs in your browser window. if it loads, the path in your swf is
    wrong. if it doesn't load you may have the wrong path in your
    browser and in flash, or your jpg is corrupt.

  • Azure SQL database working locally but not when published to Azure

    I have an
    AngularJS  solution that is connecting to a SQL Azure database.  When
    I run the solution locally, it’s configured to connect up to the SQL Azure database, the solution works fine. However,
    when I publish the solution to Azure the connection to the SQL Azure database does not work.
    When debugging with Chrome I get the error Failed to load resource: the server responded with a status of 500 (Internal Server
    Error) 
    I'm not using EF. but dapper.
    My connectionstring is as follows
    <add name="PortalConnection" providerName="System.Data.SqlClient" connectionString="Server=tcp:xxx.database.windows.net,1433;Database=xxx;User ID="xxx";Password="xxx";Trusted_Connection=False;Encrypt=True;Connection
    Timeout=30;"/>
    When I run the web solution locally from Visual Studio, my sql queries runs like it should, it's only the published version having problems. 
    Any ideas?
    Software Developer

    Hi,
    Thanks for answer.
    I had followed that step by step guide for deploying to Windows Azure. So that was not the problem.
    But I was able to get a better error message by turning off custom error in web.config.
    I got the error message: "Windows login are not supported in this version of SQL Server"
    I solved this by using the SqlConnectionStringBuilder instead of getting the connection string from 
    web.config.
    So everything works great now, just think it's strange it worked locally before..
    Regards
    -entery
    Software Developer

  • Found a fix for lightbox working locally but not on site!

    This was reply origionally but I felt I should post it. It seems to be a common problem and I was unable to find a resolution so here it is....
    I found a fix for something similar that occurred on my machine. I too was seeing no problems locally but when I posted it to my site, it just had the placeholder and no images....
    Apparently, dreamweaver is smarter than the browser... (maybe incorrect statement) however..... the file extensions are case sensitive!
    I had this-------- <A href="Img/CGM_1.JPG" border="0"  rel="lightbox[Img/CGM_1thumb.JPG]" title="CGM Pic Set"><img src="Img/CGM_1thumb.JPG" /></a>
    <a href="Img/CGM_2.jpg" rel="lightbox[Img/CGM_1thumb.JPG]"></a>
                      <a href="Img/CGM_3.jpg" rel="lightbox[Img/CGM_1thumb.JPG]"></a>
                      <a href="Img/CGM_4.jpg" rel="lightbox[Img/CGM_1thumb.JPG]"></a>
    Well, I didnt think anything was so bad, all of the colors were right I wasn't getting any warnings.... wtf?
    As it turns out, and this is only because I just started a new image set after testing an individual - - baby steps - - if you use the properties bar at the bottom of DW, it applies a different case for specific parts...... i.e. this is what it produced
    <A HREF="Img/CGM_1.jpg" border="0"  rel="lightbox[Img/CGM_1thumb.jpg]" title="CGM Pic Set"><img src="Img/CGM_1thumb.jpg" /></a>
                      <a HREF="Img/CGM_2.jpg" rel="lightbox[Img/CGM_1thumb.jpg]"></a>
                      <a HREF="Img/CGM_3.jpg" rel="lightbox[Img/CGM_1thumb.jpg]"></a>
                      <a HREF="Img/CGM_4.jpg" rel="lightbox[Img/CGM_1thumb.jpg]"></a>
    Notice the HREF's are now UPPER case and the jpg's are now lower case. !!!! really?!?!?
    Also, another thing to look out for is the folder/ in front of your thumbnail; make sure it is there. In my case I use my sam "Img" folder, not the "images" folder that lightbox creates.
    Hope this helps, I beat my head against the wall for a total of 10 hours over 2 days trying to figure this out. I couldn't find anything on the internet. I'm going to post this so others having this issue get it resolved. I found those, just no resolution.

    Thanks for your quick response
    I tried what you said and I still had no avail...
    There is a style.css file in the root directory but for some reason you cant access it...
    I checked the file permissions of style.css and they are: 644
    Its really wierd - I dont understand why it isnt reading...
    Also regarding {www.care.cc} all of my clients websites are under the same web hosting service, so he set the default "404 page not found" redirects to {www.care.cc} which is their "Main Site" as such - I understand that this is bad practice but unfortunatley I have no control over these matters as I have limited access too my clients web hosting.
    Thanks again for the Help

Maybe you are looking for

  • Price history of Text material

    Hi All, I need a report for Price history of PO for the text material. Text material includes Asset, cosumable items etc. I have tried by using me1p but coud not get the result. please let me know the correct way to get that... Looking forward for yo

  • Itunes and Airport admin do not see AE on one computer, but do on other

    I have a network that is connected to the internet via a Linksys router. I have set up the Airport Express to redistribute the signal via WDS. I have a Mac desktop connected to the network and it can see the AE in the Airport Admin, and it can broadc

  • How do I uninstall MacTune Pro ?

    MacTune Pro just automatically downloaded itself on to my MacBookAir 10.7.5 !! It happened in a flash!  I clicked on a link from another site, and got MacTune Pro. I went back to my original site and clicked again, and again it went to MacTune Pro an

  • Open iTunes in Time Machine

    Hi, how do we open up itunes in TM? I launch TM and went to applications and hit itunes. It just opens up a gray box with the itunes logo but does not open application. I also tried opening up itunes first and then launching TM like needed for iPhoto

  • Satellite Pro M70-220 - how to start Advanced Boot Menu

    What key must I press on my Satellite Pro M70-220 during startup of Win XP, in order to get into the "Advanced Start Menu" - that is, the menu that gives various boot options, such as Safe Mode, Last Good Startup Congiguration, Normal Windows Startup