Joomla

Joomla is a content Management system written in PHP and MySQL. It is Open Source and free to use.

Database login and other settings are stored in file configuration.php.

Enable Debug

In configuration.php file, find

public $error_reporting = 'none';

Replace with

public $error_reporting = 'development';

To find Joomla version

grep 'public $RELEASE' libraries/cms/version/version.php

Joomla admin URL

https://your-domain/administrator/
Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *