Thread: Login Link
View Single Post
  #18  
Old 03-29-2004, 01:56 PM
  domspe's Avatar 
domspe domspe is offline
 

Advanced Member
  
Join Date: Mar 2004
Location: Sarasota, FL
Posts: 79
 

Default

Hiya!
i am somewhere between 3.5.4 & 3.5.5 - xcart is doing funky mods.

i did exactly as you said: results are here:
http://shop.mpartworks.com/login2.php
Code:
<? require "./auth.php"; require $xcart_dir."/include/categories.php"; $smarty->assign("main", "mainlogin"); $smarty->display("customer/home.tpl"); ?>
and here is my blank page of nothingness:
http://shop.mpartworks.com/login.php
Code:
<?php require "./auth.php"; require "./smarty.php"; require "./config.php"; @include "./https.php"; require "./auth.php"; require $xcart_dir."/include/categories.php"; $smarty->assign("main", "mainlogin"); $smarty->display("main/login.tpl"); ?>

*grumble*
__________________
~jaime*
shop.mpartworks.com
~~~~~~~~~~~~~~
xcart pro 3.5.5
heavily modified
freeBSD 4.8
php 4.3.3
Reply With Quote