Quote:
Originally Posted by fritz_0815
This does not work with the tip. The error is to continue to see.
I'd be happy, that would see the error no longer in the CMS
Did you have another idea?
|
Open ./vlatex/functions_vlatex.php. Around the line 57 find
PHP Code:
$depth_raw = file_get_contents(substr_replace($url, '.depth', -4));
Replace it with
PHP Code:
$depth_file = substr_replace($url, '.depth', -4);
if (file_exists($depth_file)) $depth_raw = file_get_contents($depth_file);
Next release of the mod will include this fix (among other things).