PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Classifieds Support > Classifieds Installation & Upgrades

Classifieds Installation & Upgrades If you're having install or upgrade problems, post here.

Reply
 
LinkBack Thread Tools Rating: Thread Rating: 3 votes, 5.00 average. Display Modes
Old December 16th, 2005, 12:46 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2003
Posts: 23
blank white screen, only for some users

I recently installed PhotoPost Classifieds 2.42, integrated with vBulletin 3.0.11. Overall, my users have responded very positively; we had over 60 ads placed within the first 24 hours .

Some users are reporting that they can see the header, but that the rest of the screen is blank white. My first thought was that this was a browser-specific rendering issue, caused by a hanging table tag. I did notice an extra closing td tag in feature.tmpl. I've edited it out, but the users are still reporting the same problem.

I've searched this forum for "blank", but didn't find what I was looking for. I'm sure I'm missing something obvious.

My install is here: http://www.hotrodders.com/ads. What's the next step?
crankshaft is offline   Reply With Quote
Old December 16th, 2005, 02:44 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
Sounds to me like browser specific maybe way old browser that does not handle css well?

I would be interested where you found an extra tag in feature.tmpl as there is not one that I see. I just ran the program through w3c.org and it is 100% xhtml complaint

http://validator.w3.org/check?uri=ht...nsitional&ss=1
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 16th, 2005, 03:40 PM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2003
Posts: 23
Thanks Chuck S. -- I will keep an eye on the blank white issue. Maybe I will pull their user agent information to see what browser is causing the problem.

Perhaps the error is on my end, but I had noticed that, on line 56 of vb3enhanced/feature.tmpl, when ($numfeatures == $rcols), there seems to be an extra closing td tag inserted. I've just reverted my feature.tmpl template, and I can see it on my classifieds home page, around line 1263, where the first row of the "Recent Ads" table closes. I noticed a similar situation on this site: http://www.craftster.org/classifieds/ . On ReefTalk.com, I think it might not be occurring because there aren't enough recent ads. So, ($numfeatures == $rcols) is never true, and the loop with the extra closing td tag is not being executed.

Let me know if I'm doing something wrong, or if you can think of anything that might cause the blank white issue.

Thanks again for the quick reply.
crankshaft is offline   Reply With Quote
Old December 20th, 2005, 01:09 PM   #4 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2003
Posts: 23
Still troubleshooting this...

Can I get confirmation on the closing td tag issue?
crankshaft is offline   Reply With Quote
Old December 20th, 2005, 01:17 PM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
Yes good call remove in bold

$numfeatures=0;
for ( $x=1; $x < ($count+1); $x++ ) {
if ( $numfeatures == $rcols ) {
echo<<<PPPRINT
</td></tr><tr>
PPPRINT;
$numfeatures = 0;
}
$numfeatures++;
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 20th, 2005, 02:36 PM   #6 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2003
Posts: 23
Cool, thanks. I'll start capturing user agents to see if I can pinpoint the blank white display issue.
crankshaft is offline   Reply With Quote
Old December 21st, 2005, 09:09 PM   #7 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2003
Posts: 23
One of the users who is getting this problem uploaded the HTML source of the classifieds main page. It's attached to this post. He tried two browsers, same error. Here are his user agents:

Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461; SV1)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5


Any idea what's going on?
Attached Files
File Type: txt View Source.txt (15.5 KB, 5 views)
crankshaft is offline   Reply With Quote
Old December 21st, 2005, 10:40 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
Looks to me like you have some hacks installed with classifieds

Try experimenting with this user by turning off the vb3 integration and seeing if he can view the classifieds page. Maybe one of the vb3 hacks is interfering with something on his browser
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 11th, 2006, 12:58 AM   #9 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2003
Posts: 23
I have been experimenting with this, still can't figure it out.

The users with the problem are using Norton Internet Security 2006, and they say that the problem goes away when Norton is turned off. Ideas?

I'm unfamiliar with Norton Internet Security. Is it possible that there's a setting they could toggle to alleviate this problem?
crankshaft is offline   Reply With Quote
Old January 11th, 2006, 08:03 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
Well I have never heard of Norton Internet Security causing a site not to load. Blocking cookies surely which is a no-no with a site such as ours that relies on cookies for authentication.

I guess the only advice I can give since I have never seen this scenerio would be the same as when it blocks cookies

Try having these user's set up your site as a friendly site in there settings to that Norton does not block anything from it.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 12th, 2006, 11:28 PM   #11 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2003
Posts: 23
This is interesting...

My classifieds are at: http://www.hotrodders.com/ads .

One of my users who had been reporting the problem looked through his Norton logs, and saw that the fact that my classifieds have /ads/ in the url was listed as the reason for blocking.
crankshaft is offline   Reply With Quote
Old January 12th, 2006, 11:36 PM   #12 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2003
Posts: 23
Getting closer here...

This link: http://service1.symantec.com/SUPPORT...ection=1&Src=w shows how to disable the ad blocking rules in Norton, and lists "ads" in the url as a block rule.
crankshaft is offline   Reply With Quote
Old January 13th, 2006, 08:04 AM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
Yep Norton is blocking it cause you have elected to call your Classifieds Directory ads.

You can remove that rule from the Norton Blocks /ads or add your site as a trusted site.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 16th, 2006, 11:58 AM   #14 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2003
Posts: 23
Thanks Chuck -- mystery solved .

I'm glad the error was on my end, rather than something wrong with PhotoPost Classifieds.
crankshaft is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Upgraded to VB3.5 - now getting blank white screen Garfield Photopost Pro Installation & Upgrades 2 December 10th, 2005 09:39 PM
Upgraded to VB3.5 - now getting blank white screen Garfield Classifieds Installation & Upgrades 1 December 10th, 2005 09:35 PM
White Screen sheri9642 Photopost Pro Installation & Upgrades 3 November 9th, 2005 06:45 PM
Blank white page on install memdy Classifieds Installation & Upgrades 6 May 22nd, 2005 10:31 PM
Blank white page after uploading an image n_wattam Installs and Upgrade - vBulletin 3.0.X 15 February 13th, 2005 04:25 PM


All times are GMT -5. The time now is 11:52 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0