Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Dojo Files (function.split error)
I'm not really sure how to address this so I'm coming here.
When I click on the files tab that I have assigned to Dojo Files i'm receiving this error:
Warning: split() [function.split]: REG_EMPTY in /home/letsfilm/staff/extensions/DojoFiles/default.php on line 159
Here is what line 159 and 160 shows:
$arr = split($Configuration['WEB_ROOT'],$Configuration['APPLICATION_PATH']);
$local_root_path = $arr[0];
Any ideas?
When I click on the files tab that I have assigned to Dojo Files i'm receiving this error:
Warning: split() [function.split]: REG_EMPTY in /home/letsfilm/staff/extensions/DojoFiles/default.php on line 159
Here is what line 159 and 160 shows:
$arr = split($Configuration['WEB_ROOT'],$Configuration['APPLICATION_PATH']);
$local_root_path = $arr[0];
Any ideas?
0
This discussion has been closed.
Comments
$local_root_path = "/home"
I am here trying to manually do the function the code was suppose to do. It should be the root path of your server.
Thank you so much. This was probably caused by some recent hacking of our forums to work together with the issues forum we have setup.
Aside from directory structure changes, will this code change effect anything else? So far so good though.
Thank you again.