:: Error
If you get error like these in share hosting with Joomla CMS:
1 2 3 4 5 6 7 |
Warning: ini_set() has been disabled for security reasons in /home/username/public_html/libraries/joomla/session/session.php on line 102 Warning: ini_set() has been disabled for security reasons in /home/username/public_html/libraries/joomla/session/session.php on line 105 Warning: ini_set() has been disabled for security reasons in /home/username/public_html/libraries/joomla/session/session.php on line 655 |
:: How to fix php ini_set() has been disabled for security reasons
Create php.ini file in public_html and administrator folder, then add this line:
1 2 3 |
disable_functions = |