Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Warning: basename() expects parameter 1 to be string, object

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General
View previous topic :: View next topic  
Author Message
jayrod84
Smarty n00b


Joined: 20 Jun 2003
Posts: 4

PostPosted: Sun Sep 07, 2003 12:35 am    Post subject: Warning: basename() expects parameter 1 to be string, object Reply with quote

I'm getting these string of errors at this page

http://www.dynabodybylee.com/apps/journal/journal.php

using this code

Code:
   function display_page($template = null){
    /*  detailed description - This function will display a page
     *  @parm - $template
     */
     global $APPLICATION_ROOT;
     
     $this->debug("$APPLICATION_ROOT");
    $this->debug("$template");
     $template = new Template($APPLICATION_ROOT, $template);
     $template->displayTemplate($template);
   
   }


Any ideas ?

Thank you all
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP