Upgrade from phpbb 2.0.11 to 2.0.12 etc. Problems with 7.6.0

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Upgrade from phpbb 2.0.11 to 2.0.12 etc. Problems with 7.6.0
IceQueen
CZ Super Newbie
IceQueen has been a member for over 20 year's 20 Year Member
usa.gif california.gif
Status: Offline
Joined: Jan 20, 2004
0.01 posts per day
Posts: 42
Points: 2,850
   
Are the upgrade instructions for phpbb modified for 7.6.0?

The upgrade coding asks for
$test = array('HTTP_GET_VARS' => NULL, 'HTTP_POST_VARS' => NULL, 'HTTP_COOKIE_VARS' => NULL, 'HTTP_SERVER_VARS' => NULL, 'HTTP_ENV_VARS' => NULL, 'HTTP_POST_FILES' => NULL);


This doesn't exist in the 7.6.0 phpnuke and the 2.0.11 upgrade you all have here or any other I have found. How do I add what is asked for when the Find isn't accurate?


else if (@ini_get('register_globals') == '1' || strtolower(@ini_get('register_globals')) == 'on')
{
   // PHP4+ path


doesn't exist either


   unset($input['input']);
   
   while (list($var,) = @each($input))
   {
      unset($$var);
   }


or this either


$client_ip = ( !empty($HTTP_SERVER_VARS['REMOTE_ADDR']) ) ? $HTTP_SERVER_VARS['REMOTE_ADDR'] : ( ( !empty($HTTP_ENV_VARS['REMOTE_ADDR']) ) ? $HTTP_ENV_VARS['REMOTE_ADDR'] : $REMOTE_ADDR );



However this last one does exist... can ya help a sista out? What is the correct FIND and REPLACE codes for the common.php file?

includes/functions.php also has some issues as the following doesn't exist.


   $username = htmlspecialchars(rtrim(trim($username), "\\"));
   $username = substr(str_replace("\\'", "'", $username), 0, 25);
   $username = str_replace("'", "\\'", $username);


The Patched version of phpNuke 7.6.0 files are not the same as what the upgrades are pointing to. Can someone check this out and let me know? Did I miss something in the instructions?



_________________
[ Register or login to view links on this board.]
Back to top Reply with quote
#2   
fncool
CZ Super Newbie
 Codezwiz Site Donator
fncool has been a member for over 19 year's 19 Year Member
canada.gif
Age: 62
Gender: Male
Status: Offline
Joined: Dec 19, 2004
0.01 posts per day
Posts: 56
Points: 4,786
   
i just did my upgrades a few minutes ago, (my fingers are still sore)
i did see a bit of inconsistency, but not as much as you are saying.
what i do id search for a smaller bit of the line, until i find what i want, then compare it to the line they ask for, to be sure i'm in the right place.

all seems well here, so i suggest you try that, and keep your fingers crossed.
icon_smile.gif




_________________
I'm only replying because I want those extra 22.52 points!
Back to top Reply with quote
#3   re: Upgrade from phpbb 2.0.11 to 2.0.12 etc. Problems with 7
lumax
CZ Super Newbie
lumax has been a member for over 20 year's 20 Year Member
usa.gif alaska.gif
Gender: Male
Status: Offline
Joined: Nov 14, 2003
0.01 posts per day
Posts: 60
Points: 3,953
   
I saw the same inconsistencies and gave up on manual install and uploaded the files the easy way, lol.




_________________
[ Register or login to view links on this board.]
Back to top Reply with quote
#4   re: Upgrade from phpbb 2.0.11 to 2.0.12 etc. Problems with 7
IceQueen
CZ Super Newbie
IceQueen has been a member for over 20 year's 20 Year Member
usa.gif california.gif
Status: Offline
Joined: Jan 20, 2004
0.01 posts per day
Posts: 42
Points: 2,850
   
Please help a sista out, what easy way?

If I knew more about php code, I could probably figure out where the lines need to go, but I don't or I can't even guess at this point as some are way out there. So if you have another resource for the upgrades, please post the link!

thanks!




_________________
[ Register or login to view links on this board.]
Back to top Reply with quote
#5   re: Upgrade from phpbb 2.0.11 to 2.0.12 etc. Problems with 7
lumax
CZ Super Newbie
lumax has been a member for over 20 year's 20 Year Member
usa.gif alaska.gif
Gender: Male
Status: Offline
Joined: Nov 14, 2003
0.01 posts per day
Posts: 60
Points: 3,953
   
I didnt have any modifications of the forum module so I simply uploaded chatservs files and ran the upgrade script. You can find copys of them in my download section - click on my sig.........




_________________
[ Register or login to view links on this board.]
Back to top Reply with quote
#6   re: Upgrade from phpbb 2.0.11 to 2.0.12 etc. Problems with 7
IceQueen
CZ Super Newbie
IceQueen has been a member for over 20 year's 20 Year Member
usa.gif california.gif
Status: Offline
Joined: Jan 20, 2004
0.01 posts per day
Posts: 42
Points: 2,850
   
Thanks I appreciate your help!




_________________
[ Register or login to view links on this board.]
Back to top Reply with quote
#7   re: Upgrade from phpbb 2.0.11 to 2.0.12 etc. Problems with 7
IceQueen
CZ Super Newbie
IceQueen has been a member for over 20 year's 20 Year Member
usa.gif california.gif
Status: Offline
Joined: Jan 20, 2004
0.01 posts per day
Posts: 42
Points: 2,850
   
I used the files from your site and the upgrades are working fine.

Smooches! hello.gif 5thanks.gif




_________________
[ Register or login to view links on this board.]
Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum