Quote:
Originally Posted by tutsgraphic
i get this error:
PHP Code:
Warning: require_once(./includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in [path]/support.php on line 59
Fatal error: require_once() [function.require]: Failed opening required './includes/functions_wysiwyg.php' (include_path='.:/usr/local/lib/php') in /homez.362/tutsgrap/www/forum/support.php on line 59
how to fix this?
|
Heyy

I had the same problem! What you have to do, is download an older version of vBulletin (I used v4.0.8) and copy the functions_wysiwyg.php file over and place it in your your included folder as vBulletin removed this file in one of the v4.1.x versions.
You can find the file here: ./incluces/functions_wysiwyg.php
Simply place it in the same place, but on your forum and this error should be resolved for you