From what they are saying, when they try to open the forum main page, all they see is the PHP code. I am guessing this is some type of MIME setting on their browser, but since I have not used a Mac since my SE in college, can anyone help?
After UBB5.47e to vB 2.01. migration, Mac IE users having problems..
Collapse
X
-
After UBB5.47e to vB 2.01. migration, Mac IE users having problems..
Steve
F150online Forums - 92,000 users strong and growing!
Ownersite.com - comprehensive preventive maintenance reminder & expense tracking system for the conscientious vehicle owner.
Tags: None -
There is something wrong with the server. IE 6.0 try to download index.php -
Any suggestion on what the server setting would be?
Any suggestions? I am running Apache 1.3.x on RedHat Linux 6.x, PHP 4.06...Steve
F150online Forums - 92,000 users strong and growing!
Ownersite.com - comprehensive preventive maintenance reminder & expense tracking system for the conscientious vehicle owner.
Comment
-
Do they see the actual *PHP* code, or the HTML code it generates? Because if they see the PHP code, there's gotta be some strange incompatibility with your server as it should be parsed server side.
Also, I went to your forums (was able to guess the vB url) and used my little test script on it, I got these headers:
HTTP/1.1 200 OK
Date: Mon, 02 Jul 2001 00:38:54 GMT
Server: Apache/1.3.20 (Unix) PHP/4.0.6 mod_ssl/2.8.4 OpenSSL/0.9.6a
X-Powered-By: PHP/4.0.6
Set-Cookie: sessionhash=63772f25233af4ecc44ecd0bc53ec67e; path=/
Set-Cookie: bblastvisit=994034334; expires=Tue, 02-Jul-02 00:38:54 GMT; path=/
Content-Encoding: gzip
Content-Length: 9533
Connection: close
Content-Type: text/htmlComment
-
Ed,
The URL is fairly intuitive, eh?
I turned off GZIP compression, which, yes, I was using.
From what my users describe, it does sound like they are seeing the PHP code. In some instances, a dialog pops up and asks them what app they want to use to open the file...it seems consistent with IE on the Mac.
Additionally, WebTV users are also complaining, but I have not delved into the details on that yet...
SteveSteve
F150online Forums - 92,000 users strong and growing!
Ownersite.com - comprehensive preventive maintenance reminder & expense tracking system for the conscientious vehicle owner.
Comment
-
I should write a script that goes to /forum or /forums of a domain/site and see how many actually exist
Anyway, I need you to confirm whether they're seeing the PHP code or the HTML code -- it's quite possible the browser wants to save it as index.php, but it's actually the HTML code.
Anyone know how I can check (preferably client side) what headers are being sent and received by the browser?Comment
-
I'm trying to get one of my more technical Mac/IE users to answer this question...or at least get a screen-cap for me...
SteveSteve
F150online Forums - 92,000 users strong and growing!
Ownersite.com - comprehensive preventive maintenance reminder & expense tracking system for the conscientious vehicle owner.
Comment
-
Ed,
I think that turning off GZIP compression silenced most of the complainers. Thanks!!!
Now, what is the best way to get the today's active topics list to sort by forum? I assume that I have to edit search.php, but which query do I need to add an order by clause to?
The upgrade/migration has generated an extremely positive response so far. It's slow being Sunday, but the forums peaked at 134 users, the server load never topped 0.93...
SteveSteve
F150online Forums - 92,000 users strong and growing!
Ownersite.com - comprehensive preventive maintenance reminder & expense tracking system for the conscientious vehicle owner.
Comment
-
Actually, in all searches you can just tack onto the URL what you want to order by:
[...]sortby=lastpost&sortorder=descending
Sort by forum would be:
[...]sortby=forum&sortorder=descending
or
[...]sortby=forum&sortorder=ascending
You wanna change line 585 to include those options then.Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment