Quote:
Originally Posted by Swedie
Updated v1.02 RELEASED!
PLEASE try this new version. Follow one detail VERY closely. It is the "FIX for v1.02.txt" file that everyone HAVE to run in order for "Delete" and "Edit" to work properly.
Also update member.php with new file_memberphp.txt. Bunch of tiny changes everywhere.
LET ME KNOW HOW IT WORKS! Thanks!
|
After upgrade i got this error on profile.php?do=editguestbook:
Warning: Invalid argument supplied for foreach() in
/includes/functions.php on line
1946
Is relative to htis code in functions.php:
PHP Code:
foreach($nav_array AS $nav_url => $nav_title) //this is my line 1946
{
$pagetitle = $nav_title;
$elementtype = iif(++$counter == $lastelement, 'lastelement', 'breadcrumb');
$show['breadcrumb'] = iif($elementtype == 'breadcrumb', true, false);
if (empty($nav_title))
{
continue;
}
Some new about the bug with avatarrs when it are stored as files?