How to change the redirect type in vBulletin 4?

How to change the redirect type in vBulletin 4?

When you install a new vBulletin 4 or upgrade from vBulletin 3, you will notice that the topics’, threads’ and posts’ URLs are rewritten in a new way. For example the following vBulletin 3 URL: http://forum.XonHost.com/showthread.php?t=3 will be changed to: … Continued
If you get an Internal error when trying to edit your pages in MediaWiki, you should first enable debugging by adding the following line at the bottom of the LocalSettings.php file: $wgShowExceptionDetails = true; You can modify the file using FTP, SSH, or File Manager in cPanel. This will give you the exact error message, as well as a backtrace result so that you can see what is causing the problem. If you get an error message similar to this: Invalid h node passed to PPNode_DOM::splitHeading add the following code at the bottom of LocalSettings.php: $wgParserConf[‘preprocessorClass’] = ‘Preprocessor_Hash’; This should resolve your issue and you will be able to edit your MediaWiki pages again.

If you get an Internal error when trying to edit your pages in MediaWiki, you should first enable debugging by adding the following line at the bottom of the LocalSettings.php file: $wgShowExceptionDetails = true; You can modify the file using FTP, SSH, or File Manager in cPanel. This will give you the exact error message, as well as a backtrace result so that you can see what is causing the problem. If you get an error message similar to this: Invalid h node passed to PPNode_DOM::splitHeading add the following code at the bottom of LocalSettings.php: $wgParserConf[‘preprocessorClass’] = ‘Preprocessor_Hash’; This should resolve your issue and you will be able to edit your MediaWiki pages again.

Log in your MediaWiki and click Special Pages at the bottom left of the screen. Then click Log in / create an account and create a new MediaWiki account. More information on how to manage your MediaWiki can be found in our tutorial.
How to enable Math support in my MediaWiki application?

How to enable Math support in my MediaWiki application?

If you want to show complex math formulas on your MediaWiki pages, you must first enable Math support for your application. After MediaWiki 1.8 the Math extension is not part of the MediaWiki core and you should download and install … Continued
How to configure my Moodle to work with the server URL instead of my own domain name?

How to configure my Moodle to work with the server URL instead of my own domain name?

You have to make a minor change in the config.php file, that resides in the Moodle folder. This file can be easily modified using File Manager in cPanel. Open the config.php file and change the www_root directive to: $CFG->www_root = ‘serverip‘; Where serverip stands for the IP address of the … Continued
WordPress maintenance mode

WordPress maintenance mode

WordPress places a .maintenance file in the root folder of the application during plugin updates in order to prevent any data-loss while it’s upgrading. In case something went wrong with some of your updates and this file was not deleted, … Continued
Divi builder timeout warning

Divi builder timeout warning

The problem can be experienced if you are using the Divi WordPress theme. If you try and edit a post or a page on your website using the Divi or Visual builder you might see a pop-up named “Divi Builder … Continued
How to enable gravatars in WordPress?

How to enable gravatars in WordPress?

Gravatar stands for Globally Recognized Avatar. Users can set their avatars at https://gravatar.com/ and they will be displayed alongside their comments in any website that supports them. Starting from WordPress 2.5, Gravatars are built-in and don’t require any additional plugins for basic … Continued
How to change the media settings in WordPress?

How to change the media settings in WordPress?

The media settings in WordPress determine the size of the images that are inserted in your blog’s posts. These settings can be modified from the WordPress admin area -> Settings -> Media. If you want to see a video tutorial on how to … Continued
How can I install WordPress Multisite on my account?

How can I install WordPress Multisite on my account?

The easiest way to install WordPress Multisite is to do so via the Softaculous auto installer in cPanel. More information on how to install WordPress via Softaculous is available in our WordPress Softaculous Installation Tutorial. To enable Multisite, you need to … Continued
How to select the preferred shipping methods in VirtueMart?

How to select the preferred shipping methods in VirtueMart?

The online shops use different shipping methods to deliver the products to their buyers. Online shops web masters can enable the preferred shipping method from the Joomla admin area -> Components -> VirtueMart -> Admin -> Configuration -> Shipping. The shipping methods can be configured from the Joomla admin … Continued