View Single Post
  #16  
Old 06-06-2004, 07:23 AM
 
Emerson Emerson is offline
 

X-Man
  
Join Date: Mar 2004
Location: Atlanta, GA
Posts: 2,209
 

Default

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
__________________
Emerson
Total Server Solutions LLC- Quality X-Cart Hosting
Recommended X-Cart Hosting Provider - US and UK servers
Does your host backup your site? We do EVERY HOUR!!!
Shared Hosting | Managed Cloud | Dedicated Servers
Reply With Quote