Difference between revisions of "Joomla Tips"

From rbachwiki
Jump to navigation Jump to search
(Created page with "== Kickstart == <pre> kickstart gives you la long list of errrors edit the php file allow_call_time_pass_reference = On error_reporting = E_ALL | ~E_NOTICE display_errors =...")
 
(No difference)

Latest revision as of 20:51, 8 August 2016

Kickstart

kickstart gives you la long list of errrors

edit the php file

allow_call_time_pass_reference = On

error_reporting = E_ALL | ~E_NOTICE
display_errors = Off
Restart lamp