This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
linux:joomla_admin_apge_blank [2021/02/27 23:02] admin |
linux:joomla_admin_apge_blank [2021/02/27 23:03] (current) admin |
||
|---|---|---|---|
| Line 22: | Line 22: | ||
| </code> | </code> | ||
| edit the index.php in the main folder for the site (in my case it was under public_html/index.php) and add this line in line 2 after the opening of <?php | edit the index.php in the main folder for the site (in my case it was under public_html/index.php) and add this line in line 2 after the opening of <?php | ||
| + | <code bash> | ||
| ini_set(‘display_errors’, TRUE); error_reporting(E_ALL); | ini_set(‘display_errors’, TRUE); error_reporting(E_ALL); | ||
| + | </code> | ||
| Edit configuration.php in the home directory to set error reporting to development mode | Edit configuration.php in the home directory to set error reporting to development mode | ||
| Change $error_reporting from ‘none’ to ‘development’ | Change $error_reporting from ‘none’ to ‘development’ | ||