DiscountASP.NET Forums

Go Back   DiscountASP.NET Forums > Services > General troubleshooting

General troubleshooting Miscellaneous issues not covered in other forums.

Reply
 
Thread Tools Search this Thread
Old 08-29-2009, 06:47 AM   #1
FirstPickTicket
 
Join Date: Aug 2009
Posts: 4
Question Site not working on Safari or Chrome browsers...Works fine on IE..Please Help

Please Help Me out with this problem, It wold be greatly appreciated.

If you go to www.firstpickticket.com with internet explorer - select( for testing sake ) Kid Rock on the home page, Than scroll to the concert on 9-2-09 and click on view tickets (far right hand side of screen) and you will then get a screen with all of the available tickets for purchase.....

Now repeat this exact process in Safari and you will get to the last screen only problem is you won't see a list of tickets...

It's this way with any event, I just use the Kid Rock one as an example
FirstPickTicket is offline   Reply With Quote
Old 08-29-2009, 07:19 AM   #2
wisemx
Moderator
 
wisemx's Avatar
 
Join Date: Mar 2006
Location: Johnson City, TN. U.S.A.
Posts: 3,175
Send a message via MSN to wisemx
...I don't run Safari but do test with IE8, FF3.52 and Google Chrome.
Right now FF and Chrome are dumping some of your code at the bottom:
response.write("window.location.search.substring(1 )")

...Then clicking on View tickets works in both but displays a blank data area in Chrome.
With FF it displays a form from tickettransaction.com but never completes loading.

This pretty much assures me you have server-side code errors.
All the best,
Mark
wisemx is offline   Reply With Quote
Old 08-29-2009, 12:28 PM   #3
FirstPickTicket
 
Join Date: Aug 2009
Posts: 4
Wisemx,

Not sure what you are saying, I didn't write the code for this site, I do know that it did work untill about 2-3 months ago...

Is there anyway or anyone that could fix this problem?

Not Sure if it makes a difference, but this particular site was desinged as an iPhone webapp...
FirstPickTicket is offline   Reply With Quote
Old 08-29-2009, 03:48 PM   #4
wisemx
Moderator
 
wisemx's Avatar
 
Join Date: Mar 2006
Location: Johnson City, TN. U.S.A.
Posts: 3,175
Send a message via MSN to wisemx
...The code string I posted wasn't showing before but it is now?
If you can't find anyone to look over the code let me know.
All the best,
Mark
wisemx is offline   Reply With Quote
Old 08-29-2009, 04:06 PM   #5
FirstPickTicket
 
Join Date: Aug 2009
Posts: 4
...I can't get anyone to look over the code..I know it's hosted on discountasp.net

That's why I was posting on here, I don't know anything about this stuff..The company I hired to write this isFacebookster.com they are a bunch of crooked aholes and won't call me back...

If there is anyway you could take a look at it and possibly repair it or even if you know someone who can, that would be great!!!
FirstPickTicket is offline   Reply With Quote
Old 08-31-2009, 12:41 PM   #6
mjp
DiscountASP.NET Staff
 
mjp's Avatar
 
Join Date: May 2006
Posts: 819
We can't fix code just because it's hosted here, I'm afraid. If the original developer is unavailable you should probably be looking to hire another developer who can fix it for you. It may or may not be a trivial fix, but since you can't really do any of the work yourself, any advice you get here isn't really going to help you.
mjp is offline   Reply With Quote
Old 09-01-2009, 05:41 PM   #7
wisemx
Moderator
 
wisemx's Avatar
 
Join Date: Mar 2006
Location: Johnson City, TN. U.S.A.
Posts: 3,175
Send a message via MSN to wisemx
...If you want I'll look at the code, purely out of compassion. ;-)
1) Free, no charge.
2) Can not promise anything but I'll do my best none the less.
3) Just send me a PM (Private Message here in the forums) with your DASP account login info.
All the best,
Mark
wisemx is offline   Reply With Quote
Old 09-02-2009, 12:09 PM   #8
mjp
DiscountASP.NET Staff
 
mjp's Avatar
 
Join Date: May 2006
Posts: 819
Mark rises to the occasion once again. You must have seen the bat signal...
mjp is offline   Reply With Quote
Old 09-04-2009, 10:11 AM   #9
FirstPickTicket
 
Join Date: Aug 2009
Posts: 4
Mark,

I sent you a PM with my info...I really appreciate your help!!
FirstPickTicket is offline   Reply With Quote
Old 09-04-2009, 11:08 AM   #10
wisemx
Moderator
 
wisemx's Avatar
 
Join Date: Mar 2006
Location: Johnson City, TN. U.S.A.
Posts: 3,175
Send a message via MSN to wisemx
...Just replied.
Crazy Friday today, as usual, but I'll get to it soon.

Why so crazy? Seen my overly active kids? :-)
http://msftwise.com/assets/WhackyWisecarverKids.jpg
All the best,
Mark
wisemx is offline   Reply With Quote
Old 09-04-2009, 12:59 PM   #11
mjp
DiscountASP.NET Staff
 
mjp's Avatar
 
Join Date: May 2006
Posts: 819
Looks like that duck's days are numbered...
mjp is offline   Reply With Quote
Old 09-04-2009, 04:18 PM   #12
wisemx
Moderator
 
wisemx's Avatar
 
Join Date: Mar 2006
Location: Johnson City, TN. U.S.A.
Posts: 3,175
Send a message via MSN to wisemx
...Amazingly that little Duck is resilient. ;-)
It now sits on the pathway you can see behind the fotos of my Bing Harley.
wisemx is offline   Reply With Quote
Old 09-04-2009, 05:36 PM   #13
wisemx
Moderator
 
wisemx's Avatar
 
Join Date: Mar 2006
Location: Johnson City, TN. U.S.A.
Posts: 3,175
Send a message via MSN to wisemx
...I've gone through the code and made a few changes.
Whoever wrote that code did some freaky little tricks that are not allowed in code but do appear to be working.
For example, they are running code changes in DIV sections that are embedded in HTML "A" tags. While that may work it is not good, but apparently they made some code decisions based on the 3rd party ticket agency the site uses. Which is also what was throwing up those errors I saw on 28 Aug.

I corrected some serious CSS errors however that should allow Safari to load the page now. There were bogus CSS Class names in DIV's, Javascript with the type missing, CSS color attributes that used bogus colors by name instead of valid CSS colors.

I didn't change any of the code but for the most part...If it's working don't mess with it unless you have to. ;-)
All the best,
Mark
wisemx is offline   Reply With Quote
Old 09-04-2009, 11:12 PM   #14
mjp
DiscountASP.NET Staff
 
mjp's Avatar
 
Join Date: May 2006
Posts: 819
Nice work.
mjp is offline   Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
I m getting the error whenever i try to run pages under login page ... but these things working fine Millate ASP.NET 2 02-22-2008 02:53 AM
membership - works on one site but not the other Kabb ASP.NET 2.0 2 12-18-2007 11:14 AM
RichTextBox 2.5 (a discountasp.net component) works fine on IE but not on Firefox 2. nature ASP.NET 4 03-25-2007 05:44 AM
Precompiled web-based App works fine on development machines, but has problems on DASP servers netexpert4hire ASP.NET 2.0 5 01-04-2007 12:28 PM
Site works fine on localhost; numerous problems in Sandbox laschus ASP.NET 2.0 0 09-23-2005 04:57 AM


All times are GMT -8. The time now is 04:38 AM.


vBulletin ©Jelsoft Enterprises Ltd.