Hi Dan!
> Patch it with something like fopen...
>
I did patch it now and it works.
/obts/mod1/index.php Line 334 changed to:
<snip>
$import = fopen($cache_file, "r");
unset($cache_file_content);
while ( !feof($import) ) {
$cache_file_content.= fgets($import);
}
$datatype_array = unserialize($cache_file_content);
</snip>
Regards,
Peter