Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 1
Seite [1]
RaPiD


Geekboy




Beiträge: 1192
# Thema - 18.05.2011 um 15:48 Uhr
Hallo, ich habe da ein problem und bröchte kurz hilfe.

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


Gallery - functions / Zeile 1, 12
 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
1. / 2. / ... 
<?php
// ClanSphere 2010 - www.clansphere.net
// $Id$


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


Categories- functions / Zeile 131, 138
 
1.
2.
3.
4.
5.
6.
7.
8.
9.
1. / 2. / ... 
 
function multiarray_search ($array$innerkey$value) {

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


Zuletzt editiert von RaPiD am 18.05.2011 um 15:52 Uhr (2x Editiert)
Inaktiv
Mindcrime


Geekboy





Beiträge: 1155
# Antwort: 1 - 18.05.2011 um 16:35 Uhr
Hmm, 3 fach benutzt:

gallery/functions, wars/edit, categories/functions

bester fix wurde sein es im system/core/tools.php rein zu machen als 1 function cs_multiarray_search oder so...


Inaktiv
|
Antworten: 1
Seite [1]


Sie müssen sich registrieren, um zu antworten.