Menu

#2 Call to undefined function split() in /var/www/openmediavault/web/inc/frm_interface.php:90

v1.0_(example)
open
mehrrath
None
5
2019-08-27
2019-08-27
Victor Da
No

Hello

The split() function does not exist anymore we need to replace
$item[] = split("[ ]+",$contents[$i],9);
line 90 of file inc/frm_interface.php
by
$item[] = preg_split("/[ ]+/",$contents[$i],9);

Thanks you

Victor d'Agostino

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.