Quote:
Originally Posted by steven s
I haven't had this problem before. I don't know if it's related to v4.1.10.
HTML Code:
Warning: require_once([path]/includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in [path]/downloads.php on line 1370
Fatal error: require_once() [function.require]: Failed opening required '/home/username/public_html/includes/functions_wysiwyg.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/username/public_html/downloads.php on line 1370
FIXED: Evidently the file was removed from 4.1.4. I uploaded a copy from 4.1.3.
I can't believe I'm the only one who experienced this unless there is a fix I haven't read.
|
Support for the new editor is integrated since 6.0.8, but there's no code like that on line 1370. Do you run any code modifications?
It should be wrapped in a version_compare() conditional to check your vBulletin version, so it can use the old or new editor code accordingly.