Jump to content
Froxlor Forum
  • 0

Fehler beim Anlegen eines neuen Benutzers


divo

Question

Wenn ich einen neuen Benutzer anlege, bekomme ich im Browser folgende Fehlermeldung:

PHP warning/error

#2048 Only variables should be passed by reference

 

/var/www/froxlor/admin_customers.php:942

 
PHP warning/error

#2 Cannot modify header information - headers already sent by (output started at /var/www/froxlor/lib/functions/froxlor/function.phpErrHandler.php:35)

 

/var/www/froxlor/lib/functions/output/function.redirectTo.php:76

Der Benutzer wird aber dennoch angelegt.

 

Meine Konfiguration : froxlor 0.9.35.1 mit aktiviertem FCGID, ubuntu 14.04

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Der oben genannte Bugfix löst das Problem nicht.

 

 

Das folgende löst das Problem besser:

$default_ips = Settings::Get('system.defaultip');
$default_ips = explode(',', $default_ips);
​$srv_ip = Database::pexecute_first($srv_ip_stmt, array('defaultip' => reset($default_ips)));
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...