I got it working!

 

Basically the there was a little more to it than I posted and I was just
going by the error message. But when working with smarty in this tutorial
there is a setup_smarty.php file that is created, a brief code example is
below.

 

<?php

// Reference Smarty Library

require_once SMARTY_DIR.'Smarty.class.php';

// Reference our configuration file

require_once 'config.inc.php';

 

What it was really looking for was the Smarty.class.php which was not
present in the location it was looking for it in. Once I copied the
Smarty.class.php file to the proper folder, it worked.

 

Thanks for the help,

Bob

 

 


--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.9/217 - Release Date: 12/30/05



-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.10/218 - Release Date: 01/02/06
 


[Non-text portions of this message have been removed]



Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to