ok I found it. Call to undefined function.
Quick solution for you:
1. open, make a copy and edit this file: forums/includes/vbenterprisetranslator_functions_hooks.php
2. Find:
PHP Code:
vbet_handleTextDirection($_REQUEST['language']);
3. Paste BEFORE that:
PHP Code:
require_once(DIR. '/includes/vbenterprisetranslator_functions_lang.php');
4. save and upload file.
Please test it and confirm. If this will fix your issue - I will move this thread to Bug section.
Confirm it because I tested this issue on my test forum with newest file (with another function).
If this still not work - please reproduce this issue on your forum, look into your forum log files with errors and find Call to undefined function error from today (and paste this message here) Thanks
For vB4 - fixed and will be included in the next relase.