Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 0
Seite [1]
microz


Rock the board




Beiträge: 86
# Thema - 26.08.2012 um 08:54 Uhr
Hi,

I have this problem, when try access to admin panel (separated).

Any suggestion?

Fatal error: Cannot redeclare multiarray_search() (previously declared in /mods/gallery/functions.php:6) in /mods/categories/functions.php on line 138

categories/functions.php / 131 to 138
 
1.
2.
3.
4.
5.
6.
7.
8.
1. / 2. / ... 
 function multiarray_search ($array$innerkey$value) {

    foreach (
$array AS $outerkey => $innerarray) {
        if (
$innerarray[$innerkey] == $value)
        return 
$outerkey;
    }
    return 
FALSE;
}



gallery/functions.php / 6 to 12

 
1.
2.
3.
4.
5.
6.
7.
1. / 2. / ... 
 function multiarray_search ($array$innerkey$value) {
  foreach (
$array AS $outerkey => $innerarray) {
  if (
$innerarray[$innerkey] == $value)
    return 
$outerkey;
  }
  return 
FALSE;
}


Thanks!


Zuletzt editiert von microz am 26.08.2012 um 08:55 Uhr (1x Editiert)
Inaktiv
Antworten: 0
Seite [1]


Sie müssen sich registrieren, um zu antworten.