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

PHP FAtal Error

 
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
akash12
Smarty n00b


Joined: 16 Dec 2015
Posts: 1

PostPosted: Wed Dec 16, 2015 7:27 am    Post subject: PHP FAtal Error Reply with quote

Code:
Call to a member function _callExternalMethod() on a non-object in /var/www/html/maia/libs/Smarty/sysplugins/smarty_internal_data.php

I am using smarty-3.1.28
Back to top
View user's profile Send private message
U.Tews
Administrator


Joined: 22 Nov 2006
Posts: 5068
Location: Hamburg / Germany

PostPosted: Wed Dec 16, 2015 11:14 pm    Post subject: Reply with quote

The only case I can think of is when you extend the Smarty class and do not call the parent constructor like
Code:

YourClass extends Smarty
{
     public function __construct()
    {
        parent::__construct();    // this must be called
        .....
     }
}

Otherwise please provide the call stack trace of error message.
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