This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
linux:joomla_admin_apge_blank [2021/02/27 23:02] admin created |
linux:joomla_admin_apge_blank [2021/02/27 23:03] (current) admin |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| <note important> | <note important> | ||
| Anyway, to fix the issue, change the eos date (line 134) to 2021 🙃🤭 | Anyway, to fix the issue, change the eos date (line 134) to 2021 🙃🤭 | ||
| - | + | </note> | |
| - | The path of the file should be: public_html/plugins/quickicon/phpversioncheck/phpversioncheck.php</note> | + | <note important> |
| + | The path of the file should be: public_html/plugins/quickicon/phpversioncheck/phpversioncheck.php | ||
| + | </note> | ||
| That should fix the issue and you should consider seriously migrating to a newer version or a different platform asap. | That should fix the issue and you should consider seriously migrating to a newer version or a different platform asap. | ||
| Line 21: | 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’ | ||