I have installed the new files on my server and when I point my browser to the update.php page I get the following error. Please help me if you can. Thanks.
Fatal error: Call to undefined function: ini() in /www/pmh5469/public_html/eesys/updates/ud_160.php on line 515
I opened the ud_160.php file and it is showing this block of code starting at line 515:
if ($UD->ini('word_separator') == 'dash')
{
$trans = array(
"_" => '-',
"\&\#\d+?\;" => '',
"\&\S+?\;" => '',
"['\"\?\.\!*\$\#@%;:,\_=\(\)\[\]]" => '',
"\s+" => '-',
"\/" => '-',
"[^a-z0-9-_]" => '',
"-+" => '-',
"\&" => '',
"-$" => '',
"^-" => ''
);
