Please update to the latest version 2.3.3
- Joined
- Feb 14, 2020
- Messages
- 40
- Points
- 28
Reputation:
- By DarkMaster
Please update to the latest version 2.3.3
- By aab985030
It has been updated to the latest version
Reputation:
Please update to the latest version 2.3.3
It has been updated to the latest version
Reputation:
Reputation:
Reputation:
Reputation:
Please, I need someone who can put me through on how to upgrade to new version.
Reputation:
Thanks for updating. Please also add the full version of 2.3.3.
Reputation:
Reputation:
I am getting this error after uploading the contents ...any help is appreciated.
An exception occurred: [Error] Class "XF\Util\Str" not found in src/XF/InputFilterer.php on line 140
- XF\InputFilterer->filter() in src/XF/Http/Request.php at line 951
- XF\Http\Request->filter() in src/XF/Http/Request.php at line 1742
- XF\Http\Request->getRoutePath() in src/XF/Mvc/Dispatcher.php at line 46
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2826
- XF\App->run() in src/XF.php at line 806
- XF::runApp() in install/index.php at line 16
This error indicates that the XF\Util\Str class is not found in the InputFilterer.php file, which could be because the class is not defined, or there is an autoloading problem in XenForo. Here are some troubleshooting steps:
Check for class existence: Confirm whether the XF\Util\Str class is present in the src/XF/Util directory. If it is not there, the XenForo installation may be incomplete or some files may be missing.
Check autoloading: Make sure that XenForo's autoloading system is configured correctly to load classes in the XF\Util namespace. This is usually handled automatically, but if something has changed in the system files, it may be necessary to restore them.
Corrupted or missing files: If the Str.php class file is missing or corrupt, try downloading the XenForo installation files again and replacing the src/XF/Util directory.
Upgrade Check: If you are performing an upgrade of XenForo, it may be helpful to go through the upgrade steps again. Sometimes, upgrade errors can leave files in an inconsistent state.
Development Mode: If you have access to the XenForo administration panel, enable development mode to display more debugging details that may give you additional clues about the problem.