What are the detailed phpBB requirements?

What are the detailed phpBB requirements?

The minimal phpBB server requirements are listed below: A webserver or web hosting account running on any major Operating System A SQL database system, one of: MySQL (3.23 or higher) PostgreSQL 7.0.3 or higher (preferably 7.1.x or 7.2.x) PHP (5.4 and … Continued
SMF forum is not working correctly by the server’s address

SMF forum is not working correctly by the server’s address

In case you are accessing SMF by the server’s address you may experience problems because of incorrect url paths. In order to fix them follow these steps: Log in cPanel and click on phpMyAdmin from the Databases box. Then select the SMF … Continued
How to disable the CMS functionality in vBulletin

How to disable the CMS functionality in vBulletin

The vBulletin Suite comes with the following scripts: – vBulletin 4 forum – Blog – Project Tools – CMS You can disable the CMS functionality from your vBulletin admin panel -> Plugins & Products -> Manage Products. Also, you can alter … Continued
How to use the vBulletin relative path option?

How to use the vBulletin relative path option?

The relative path option allows you to move your vBulletin index file outside of the main script folder and put it in the root folder for your web site. For example, if you have a vBulletin installation in the public_html/forum/ … Continued
How to clear the page cache in MediaWiki?

How to clear the page cache in MediaWiki?

To clear the cache of a page in MediaWiki, you should add &action=purge to the end of the page’s URL in your browser’s address bar, e.g. : http://www.yourdomain.com/index.php?title=Main_Page&action=purge where yourdomain.com is the domain where you’ve installed MediaWiki. If you are not logged in the … Continued
How to set my MediaWiki in debug mode?

How to set my MediaWiki in debug mode?

By adding the following line to your LocalSettings.php file, you will be able to log everything that WikiMedia does: $wgDebugLogFile = ‘/path-to-your-application/logfile’; You can edit the LocalSettings.php file via FTP, or using File Manager in cPanel. IMPORTANT NOTE: The path above should be the exact full path to … Continued
What is phpBB?

What is phpBB?

phpBB is one of the most widely used forum script currently on the web. It is free/open source, easy to install and administer and allows flexibility in terms of design and organization. You can learn more about phpBB from our great tutorials and … Continued
SMF forum cannot send mails

SMF forum cannot send mails

In this case you have probably misconfingured the mail server/username/password settings. Please re-check them by logging in your SMF site as administrator and go to the admin panel –> ‘Configuration’ –> ‘Server Settings’ –> ‘FEATURE CONFIGURATION’. More information on how … Continued
How to remove all tags in vBulletin

How to remove all tags in vBulletin

In order to remove all vBulletin tags, you should access the vBulletin database and truncate the content of the tagtable. Run the following MySQL query: TRUNCATE TABLE tag; (You can run a MySQL query using phpMyAdmin. More information how to do … Continued