Closed
Bug 359806
Opened 18 years ago
Closed 18 years ago
<?php include ("./incl/filename.php"); ?> inconsistent display
Categories
(Camino Graveyard :: Annoyance Blocking, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: ecrosse, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
I've used <?php include ("./incl/filename.php"); ?> to insert common sections of pages and this works consistently on IE 6, Firefox, Opera, Safari, iCab, Flock, ... but is inconsistent on Camino: Right hand 'ad' column does not display though same code works elsewhere in pages. Problem <?php include ("./incl/filename.php"); ?> seems identical, except for filename, as others but does not display.
Reproducible: Always
Steps to Reproduce:
1. load any page from genienet.ca
2.
3.
Actual Results:
as above!
- work around available but defeats goal of simplifying management
- is this a bug or error in site (new to php) code? last seems unlikely as only shows up in Camino.
Comment 2•18 years ago
|
||
This is caused by adblocking. Preferences->Web Features->Block web advertising. It's desired behavior.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
site included in exceptions list for ad blocking!
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
further clarification: when site included in exceptions list problem is as reported though if ad blocking is unchecked then works as should
Comment 5•18 years ago
|
||
This has nothing to do with PHP, and everything to do with what the PHP is outputting.
Comment 6•18 years ago
|
||
(In reply to comment #4)
> further clarification: when site included in exceptions list problem is as
> reported though if ad blocking is unchecked then works as should
What exception list? Unless you are manually editing the ad-blocking CSS file shipped with Camino, there isn't an exceptions list.
This:
Preferences
Web Features
Edit Exceptions List...
On closer reading I see it refers to pop-ups which is not the problem I was reporting.
Comment 8•18 years ago
|
||
Although the problem as reported is INVALID, perhaps this is an indication that we should move the "block web advertising" checkbox to below the pop-up exceptions list, or move the pop-up prefs to the bottom of the annoyance blocking section to avoid further confusion.
Comment 9•18 years ago
|
||
(In reply to comment #8)
> Although the problem as reported is INVALID, perhaps this is an indication that
> we should move the "block web advertising" checkbox to below the pop-up
> exceptions list
I was thinking the same thing.
Filed bug 359826 on comments 8 and 9.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago → 18 years ago
Component: Help → Annoyance Blocking
QA Contact: help → annoyance.blocking
Resolution: --- → INVALID
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•