Kickstart 8.0.5
Everything installed OK. Opened the system as localhost/llqg0602/administrator and immediately got a 500 error.
Renamed .htaccess file as it has all your AdminTools additions. Just used an .htaccess that runs fine on my laptop which has no AdminTools modifications.
Still 500 error.
Looked at configuration.php file and found two problems.
1. public $log_priorities = array
('0' =>
'all');
was changed to
public $log_priorities = array ('0' => 'all');
2. public $cache_path = 'https://www.llqg.net/customer/public_html/cache'
was changed to
public $cache_path = 'C:/xampp/htdocs/LLQG0602/cache';
Now, all is good. Unfortunately, I have no screenshots.
CarolynSue