Bug Warning: require_once([path]/includes/functions_wysiwyg.php) [function.require-once]:

Status
Not open for further replies.

McGeek

Customer
downloads.php?do=search&type=downloads
Code:
Warning: require_once([path]/includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in [path]/dbtech/downloads/actions/search.php on line 89

Fatal error: require_once() [function.require]: Failed opening required '/home/blizzy/public_html/forums/includes/functions_wysiwyg.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blizzy/public_html/forums/dbtech/downloads/actions/search.php on line 89

As far as I know 'functions_wysiwyg.php' was removed with the 4.1.4 update. Is there a workaround for this problem?
 
downloads.php?do=search&type=downloads
Code:
Warning: require_once([path]/includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in [path]/dbtech/downloads/actions/search.php on line 89

Fatal error: require_once() [function.require]: Failed opening required '/home/blizzy/public_html/forums/includes/functions_wysiwyg.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blizzy/public_html/forums/dbtech/downloads/actions/search.php on line 89

As far as I know 'functions_wysiwyg.php' was removed with the 4.1.4 update. Is there a workaround for this problem?

Putting a comment over "require_once(DIR . '/includes/functions_wysiwyg.php');" seems to have fixed it.
 
Ok, never mind that didn't work (I didn't have any downloads, so the code didn't brake I guess) I'm getting this error

Code:
Fatal error: Call to undefined function convert_wysiwyg_html_to_bbcode() in /home/blizzy/public_html/forums/dbtech/downloads/actions/search.php on line 102

Witch I guess is what functions_wysiwyg.php was used for.

EDIT:
For anyone who is having trouble with the search in 4.1.5 I have a nice quick fix:

Change
Code:
"[B]require_once(DIR . '/includes/functions_wysiwyg.php');[/B]"
To
Code:
"[B]require_once('functions_wysiwyg.php');[/B]"

This should be in the file dbtech/downloads/actions/search.php, line 89

then get a copy of functions_wysiwyg.php (I got one from vB 3.8.7 and it worked fine) and upload it to dbtech/downloads/actions/
 
Last edited:
Also getting the same error on /dbtech/downloads/actions/listings.php, line 97

Code:
Warning: require_once([path]/includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in [path]/dbtech/downloads/actions/listings.php on line 97

Fatal error: require_once() [function.require]: Failed opening required '/home/blizzy/public_html/forums/includes/functions_wysiwyg.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blizzy/public_html/forums/dbtech/downloads/actions/listings.php on line 97

EDIT:
Quick fix above works for this as well.
 
Last edited:
Status
Not open for further replies.

Legacy vBDownloads

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,713
Customer rating
0.00 star(s) 0 ratings
Top