Page 14 of 15

PostPosted: Mon May 29, 2006 2:22 am
Author: Csicso
Hi.
I have some minor mods installed, but anyone modified bbcode.php. As I remember, i downloaded the file, that i'm using from here.
Anway, I did the upgrade manually, and uploaded a premodded bbcode.php.

Re: Release of upgrade for phpbb2.0.20

PostPosted: Mon May 29, 2006 11:23 am
Author: Dioncecht
ok, did the upgrade manually and everything SEEMS to work ok, except when I click on View New Posts Since Last visit. I get a blank page. Not sure if thats only when there are no new posts, but if there are no new posts, it should still display something saying there are no new posts, not a blank page.

any ideas?

PostPosted: Mon May 29, 2006 11:29 am
Author: Dioncecht
Nevermind. I pulled the search.php premodded file and just used that since none of my mods ever really changed that file that I can remember. It seems to work ok now.

PostPosted: Mon May 29, 2006 9:21 pm
Author: ZacFields
I just want to add to the pile of people in saying:

"I used the premodded files to upgrade and I was using integramod 1.4.0 with phpbb security 1.0.3 and everything worked just great!"

Thanks for the good work guys.

Zac

Re: Release of upgrade for phpbb2.0.20

PostPosted: Tue May 30, 2006 6:55 am
Author: found it
Thank you to everyone who has this working right and for your kind words....

It makes up for the time and effort in making sure everything works as it should do....

:mrgreen:

PostPosted: Wed May 31, 2006 2:26 am
Author: Csicso
Any solutions for my problem?

PostPosted: Wed May 31, 2006 5:08 am
Author: Master Dwarf
Sorry Csicso, I am at a loss. Not sure if anyone else has any ideas.

PostPosted: Wed May 31, 2006 6:03 am
Author: Csicso
Hm, <img> what is the smallest php version for this version of IM?

PostPosted: Wed May 31, 2006 9:15 pm
Author: ZacFields
^ Huh?

This version of IM is not compatible with php5 if that's the question you're asking. I know it's confusing because PHPBB 2.0.20 is compatible with php5 but what I think the Integramod folks have done is concentrated on the security bug fixes in the phpbb version changes rather than worry about php5 functionality just yet. I think actually phpbb 2.0.19 is the first version of phpbb compatible with php5.

They are working on IM 1.4.1 which will be php5 compatible but I have no clue at all when that will be out.

Does that answer your question? I know it's confusing but the upgrades for phpb have to be picked through to work with integramod. Just a simple upgrade to phpbb 2.0.20 won't make an integramod board completely php5 compatible because there are all kinds of extra pages on integramod that wouldnt' be php5 compatible that wouldn't be included in the upgrade so they have to dig through the code and make it all compatible for the newest 1.4.1 release coming (hopefully) soon.

If this is the case, I feel your pain. I havea php5-ready server just aching to have my forums moved over! Just oozing with so much more speed compared to my current server but I can't try it out til 1.4.1!!!! haha. (just giving ya crap dev team!)

Zac

PostPosted: Wed May 31, 2006 11:22 pm
Author: Csicso
Ok, thanks for the answer..

Anyway I just wanted to know that is it fully compatible with php v4.1.2, because i've mirrored the coplete board to my local machine, and there was no problem. (I ran that on my local machine under easyphp on xp.)

So, where could be the gap?

PostPosted: Fri Jun 02, 2006 5:32 am
Author: ZacFields
From what I understand, it should be compatible with any version of php 4.x.x or below. The cutoff as I understand it is php 5.x.x because I am told that php 5 is so much different from php 4.x.x. But anything other than php 5.x.x should be compatible with this version of IM and you should be able to safely and easily upgrade the phpbb 2.0.17 that comes with IM 1.4.0 and upgrade all the way to 2.0.20.

IM Dev Team: Now that it seems to be working pretty well, what do you guys think about packaging it with the 2.0.17-2.0.19 package and just calling it the 2.0.17-2.0.20 upgrade? Just a suggestion...seems to have all the bugs worked out so far and might be convenient for the people who might just be getting IM 1.4.0 and might not plan to upgrade to 1.4.1 for a while.

Zac

Re: Release of upgrade for phpbb2.0.20

PostPosted: Sun Jun 04, 2006 12:02 pm
Author: Dioncecht
"found it";p="2208" wrote:Hi

Nice find just tested this....

DSid you use the premodded files....?

I missed a
Code: Select all
)


on line 281

it should be

Code: Select all
    $confirm = isset($HTTP_POST_VARS['confirm']);                 if( $rank_id && $confirm )


but it is

Code: Select all
    $confirm = isset($HTTP_POST_VARS['confirm']);                 if( $rank_id && $confirm


just need to add the ) at the end



I am getting this white page in Ranks now. I checked my file and it seemed ok, but I replaced with the premodded file just in case I missed something (I obviously made the correction on 281 before i used it) and it still did not fix it. Any other ideas?

Re: Release of upgrade for phpbb2.0.20

PostPosted: Sun Jun 04, 2006 4:06 pm
Author: Stevenh
Are there any DB ver issues. I am currently running mysql 3.23.58, does this have any effect on the upgrade to MI 1.4x and phpbb x.20

BTW this is a very nice project...once my install is completed I'll be scraping a donation together <img>

Steven

did I see a paypal button?...yep, kewl

Re: Release of upgrade for phpbb2.0.20

PostPosted: Mon Jun 05, 2006 12:58 pm
Author: Dioncecht
"Dioncecht";p="8423" wrote:
"found it";p="2208" wrote:Hi

Nice find just tested this....

DSid you use the premodded files....?

I missed a
Code: Select all
)


on line 281

it should be

Code: Select all
    $confirm = isset($HTTP_POST_VARS['confirm']);                 if( $rank_id && $confirm )


but it is

Code: Select all
    $confirm = isset($HTTP_POST_VARS['confirm']);                 if( $rank_id && $confirm


just need to add the ) at the end



I am getting this white page in Ranks now. I checked my file and it seemed ok, but I replaced with the premodded file just in case I missed something (I obviously made the correction on 281 before i used it) and it still did not fix it. Any other ideas?


um, nevermind. Apparently my FTP app wasn't transferring the fixed file and wasn't exactly telling me it wasn't doing it

PostPosted: Tue Jun 06, 2006 6:06 am
Author: Eon
The only hold backs as far as mysql goes is mysql 5 causing problems. Which is also fixed in 141.

But I don't think you will have any problems with your 3.x