Spacecop, hang in there
I might have a solution for you... please do not use my suggestion yet...
Matteo... coding question for you:
this function causes the problem when the safe_mod or open_basedir is in effect:
function called by lines:
I might have a solution for you... please do not use my suggestion yet...Matteo... coding question for you:
this function causes the problem when the safe_mod or open_basedir is in effect:
function called by lines:
PHP Code:
<?php
// copy file
if (!makeDir($settings->_contentDir . $dir)) return false;
so the function explodes a path into this:
PHP Code:
<?php
Array (
[0] =>
[1] => users
[2] => schule
[3] => www
[4] => 1
[5] => download
[6] => 1048576
[7] => 1
[8] => 4
[9] => )

