phpBB2 + Gallery143p2 - some html tags seem missing...

pageonehi2
pageonehi2's picture

Joined: 2003-07-31
Posts: 6
Posted: Sun, 2004-06-13 03:25


Hi Folks,

Is anyone else noticing this, or is it just my setup?

Just trying out Gallery 143p2 with phpBB2. Appears to be working fine, but in looking at the generated code (view-page source in browser) for the main first page for example, I do not see the:

HTML, HEAD, or TITLE tags (no open or close tags...)

Which is not real good if you know what I mean...

Everything else is looking good, so does anyone else have this problem?

Environment:
o phpBB2 latest 208 rev.
o Upgraded Gallery cleanly from 1.3.4 to 1.4.3 (not fouls, no errors, went smoothly - I'm truly impressed!!)
o This difficulty did not occur using the snailsource phpBB and Gallery integration routine...

(PS tried snooping thru html_wrap; did happen to spot under wrapper.footer a call to include footer.php which I have Not found anywhere in the gallery directory structure...)

Thanks for any info or assistance!! :D

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Sun, 2004-06-13 08:46

pageonehi2, thats weird. Not sure why that would happen, but there has been a lot of changes in the html_wrap/*.default files since 1.3.4

 
pageonehi2
pageonehi2's picture

Joined: 2003-07-31
Posts: 6
Posted: Mon, 2004-06-14 03:44
h0bbel wrote:
pageonehi2, thats weird. Not sure why that would happen, but there has been a lot of changes in the html_wrap/*.default files since 1.3.4

Hi h0bbel,

Couple of thoughts :)
1.) I guess no one else running phpBB2 and the latest gallery are having this difficulty?
2.) Had believed the "update" as per the instructions, would have replaced or added the appropriate files automagically.
3.) When I can find the time and the disk space, I'll try a completely pristine installation, but I suspect the problem might continue as it has the appearance in snooping through some html_wrap files that there might (and I could easily be mistaken) some files missing from the 'gz' distribution.

If there is something you'd like me to look for, or put in the queue for testing or trying out, just let me know and I'll try to do it as opportunity permits.

Regardless of the integration difficulties, gallery is one impressive package!!

 
pageonehi2
pageonehi2's picture

Joined: 2003-07-31
Posts: 6
Posted: Mon, 2004-06-14 22:47

To those that might be interested...
(But I bet most everyone knew this already :) )

Quick work-around:
You can manually add the missing HTML tags into
html_wrap/wrapper.header[.default] and wrapper.footer[.default]
and the tags appear to indeed be inherited downstream.