PHPBB UPdate to 2.0.23

Support for IntegraMOD 141

Moderator: Integra Moderator

PHPBB UPdate to 2.0.23

PostAuthor: black14987 » Tue Sep 22, 2009 2:18 am

Hello Guys,

I`ve downlaoded the Upgrade from 2.0.22 to 2.0.23

In the txt document are several points I have to find and replace. But, for exampel tese two

#
#-----[ OPEN ]---------------------------------------------
#
admin/admin_ranks.php

#
#-----[ FIND ]---------------------------------------------
# Line 38
$cancel = ( isset($HTTP_POST_VARS['cancel']) ) ? true : false;

#
#-----[ REPLACE WITH ]---------------------------------------------
#
$cancel = ( isset($HTTP_POST_VARS['cancel']) || isset($_POST['cancel']) ) ? true : false;

#
#-----[ OPEN ]---------------------------------------------
#
admin/admin_smilies.php

#
#-----[ FIND ]---------------------------------------------
# Line 40

$phpbb_root_path = "./../";
require($phpbb_root_path . 'extension.inc');

$cancel = ( isset($HTTP_POST_VARS['cancel']) ) ? true : false;
$no_page_header = $cancel;

//
// Load default header
//
if( isset($HTTP_GET_VARS['export_pack']) )
{
if ( $HTTP_GET_VARS['export_pack'] == "send" )
{
$no_page_header = true;
}
}

#
#-----[ REPLACE WITH ]---------------------------------------------
#
$phpbb_root_path = "./../";
require($phpbb_root_path . 'extension.inc');

$cancel = ( isset($HTTP_POST_VARS['cancel']) || isset($_POST['cancel']) ) ? true : false;
$no_page_header = $cancel;

//
// Load default header
//
if ((!empty($HTTP_GET_VARS['export_pack']) && $HTTP_GET_VARS['export_pack'] == 'send') || (!empty($_GET['export_pack']) && $_GET['export_pack'] == 'send'))
{
$no_page_header = true;
}


The first on I doesn`t even find and the second is not exactly like it is shown above. Can I ignore this or do I have to insert these points even if they are not or not like shown in the files?

black14987
Newbie
Newbie
 
Posts: 6
Likes: 0 post
Liked in: 0 post
Joined: Sun May 21, 2006 11:34 pm
Cash on hand: 0.00

Re: PHPBB UPdate to 2.0.23

PostAuthor: Helter » Tue Sep 22, 2009 6:33 am

if this is the same site that we upgraded from 140, then the files are already 2.0.23. Just upload the install folder from the update and run the update_to_latest.php.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3


Return to IntegraMOD 141

Who is online

Registered users: Bing [Bot], Google [Bot], Vendethiel