Ok, for those of you having the problem being directed to the home.php page with the 3.4.x branch, do this...
Open the stats_keywords.php file and replace:
Code:
require "./auth.php";
require $xcart_dir."/include/categories.php";
With...
Code:
require "../smarty.php";
require "../config.php";
@include "./https.php";
require "./auth.php";
require "../include/categories.php";
I just tried it on a 3.4.x and it works!
HTH
