Imam problem oko pretvaranja phpbb u smf
Javja mi sljedecu gresku
Converting...
Converting ranks... Successful.
Converting groups... Successful.
Converting members... Successful.
Converting additional member groups... Successful.
Converting categories... Successful.
Converting boards... Successful.
Converting topics... Successful.
Converting posts (this may take some time)... Incomplete.
Not quite done yet!
Notice: Undefined variable: Itemid in /home/www/b99548761e442719248e4b71c1d7d6d8/web/components/com_forum/extension.inc on line 32
Na liniji 32 imam ovo: Kompletan fajl
<?php
/***************************************************************************
* extension.inc
* -------------------
* begin : Saturday, Feb 13, 2001
* copyright : (C) 2001 The phpBB Group
* email :
support@phpbb.com *
* $Id: extension.inc,v 1.1 2005/02/14 04:03:08 websmurf Exp $
*
*
***************************************************************************/
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}
$version = "v1.2.4 RC4";
//
// Change this if your extension is not .php!
//
$phpEx = "php";
global $run_as_component;
if($run_as_component){
define("basefile", "index.php?option=com_forum&Itemid=" . $Itemid . "&");
}
else{
define("basefile", "index2.php?option=com_forum&Itemid=" . $Itemid . "&");
}
$starttime = 0;
?>
Imal pomoci ?
