Menu

#116 Error after plugin deleted form disk

Next Release
closed
katzlbt
7
2008-01-19
2008-01-16
katzlbt
No

An error occurs when going to Admin-Options:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/www/kunden/server.de/branchen2/lib/frontEnd/PageAdminPanel.class.php on line 128

$classmethods = get_class_methods($r['name']);

Discussion

  • katzlbt

    katzlbt - 2008-01-16

    Logged In: YES
    user_id=1527196
    Originator: YES

    Insert lines marked with+ PageAdminPanel#121

    while ($r = $db->next()) {

    $classmethods = get_class_methods($r['name']);

    + if($classmethods === NULL)
    + continue;

     
  • katzlbt

    katzlbt - 2008-01-19
    • status: open --> closed
     

Log in to post a comment.