Now i get the message :
Quote:
I get this when i go to my album and in the ACP on album categorys and permissions.
The Configuration and personal album in the ACP do work
When i look what i had to change:
Code: [Download] [Hide] [Select]
#
#-----[ OPEN ]------------------------------------------------
#
includes/functions.php
#
#-----[ FIND ]------------------------------------------------
#
// Mighty Gorgon - Full Album Pack - BEGIN
//--- FLAG operation functions
function setFlag($flags, $flag)
{
return $flags | $flag;
}
function clearFlag($flags, $flag)
{
return ($flags & ~$flag);
}
function checkFlag($flags, $flag)
{
return (($flags & $flag) == $flag) ? true : false;
}
// Mighty Gorgon - Full Album Pack - END
#
#-----[ REPLACE, WITH ]----------------------------------------
#
// Mighty Gorgon - Full Album Pack - REMOVED
#-----[ OPEN ]------------------------------------------------
#
includes/functions.php
#
#-----[ FIND ]------------------------------------------------
#
// Mighty Gorgon - Full Album Pack - BEGIN
//--- FLAG operation functions
function setFlag($flags, $flag)
{
return $flags | $flag;
}
function clearFlag($flags, $flag)
{
return ($flags & ~$flag);
}
function checkFlag($flags, $flag)
{
return (($flags & $flag) == $flag) ? true : false;
}
// Mighty Gorgon - Full Album Pack - END
#
#-----[ REPLACE, WITH ]----------------------------------------
#
// Mighty Gorgon - Full Album Pack - REMOVED
then it is not used anymore.
Wat did I forget whit the upgrade?
I uploaded all the files and changed the SQL.
Hope someone can help me with this.