Page 1 of 1

Can't get pull up the jif site with firefox

Posted: Mon Feb 26, 2007 5:13 am
by [JiF]KellysHero
I'm using IE7 but when I go to jiff.net using firefox (it was recently updated) I get this...there's more, but I just cut and pasted the initial stuff.
<?php
/***************************************************************************
* index.php
* -------------------
* begin : Saturday, Feb 13, 2001
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
* $Id: index.php,v 1.99.2.7 2006/01/28 11:13:39 acydburn Exp $
*
*
***************************************************************************/

/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/

define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);

//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
//
// End session management
//

#======================================================================= |
#==== Start: == Activity Mod Plus ====================================== |
#==== v1.1.0 =========================================================== |
#====

Posted: Mon Feb 26, 2007 12:53 pm
by [JiF][AARP]Jimbo
I have firefox 2.002 for Mac and don't see the problem. What version are you running so when I get to work I can test with the same version you are using?

Posted: Mon Feb 26, 2007 1:18 pm
by [JiF]AlbieDamned
I use Firefox also. I saw the same issue briefly on Saturday, but it's been working fine since. It looks like I was getting the raw server-side PHP, as if the web server was treating it like a text file. I just recently updated Firefox to 2.0.0.2, but I can't remember if that update was before or after I saw the problem.

Posted: Mon Feb 26, 2007 4:29 pm
by [JiF][AARP]Jimbo
I just posted this using firefox 1.5.0.10 (PC version) which I think is the latest released version. I will try and download the beta and see how that works for me.

Posted: Mon Feb 26, 2007 4:32 pm
by [JiF]AlbieDamned
I don't think 2.0.0.2 is beta. I think it's GA.

Posted: Mon Feb 26, 2007 4:35 pm
by [JiF][AARP]Jimbo
Your right it isn't beta, not sure why when I did an upgrade from 1.5 it didn't see that as a choice. But anyway this is being posted from a PC running 2.0.0.2 firefox so I am not sure what is going on. Let us know if it is still happening to you.

Posted: Mon Feb 26, 2007 5:21 pm
by [JiF]KellysHero
I'll post when I get home tonight.

Posted: Mon Feb 26, 2007 7:14 pm
by [JiF]Beej1024
Exclusvly FF with no issues, 1.5/2.0/2.0.0.2 now, no issues.

Posted: Tue Feb 27, 2007 12:23 am
by [JiF]KellysHero
Running 1.5.0.10

I'll try updating to newer version.

Posted: Tue Feb 27, 2007 12:32 am
by [JiF]KellysHero
Updated Firefox to the 2.0.0.2 version and it's working. I wonder if it had anything to do with my change here... http://www.jiff.net/viewtopic.php?t=563

Although it was working after I made the change.