← Back to team overview

enterprise-support team mailing list archive

Re: [Question #170809]: php-pear not working at /var/www/

 

Question #170809 on apache2 in Ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/apache2/+question/170809

paul88 gave more information on the question:
Hu Svern,

The display blanked and the ERRORLOG behind it is:

[Wed Sep 14 21:32:05 2011] [error] [client ::1] 
PHP Fatal error:  Uncaught exception 'SmartyException' with message
'Please use parent::__construct() to call parent constuctor' in /var/www/htmlCD/libs/smarty/Smarty.class.php:785\nStack trace:\n#0 
/var/www/htmlCD/presentation/application.php(13): Smarty->__call('Smarty', Array)\n#1 
/var/www/htmlCD/presentation/application.php(13): Smarty->Smarty()\n#2 
/var/www/htmlCD/index.php(13): Application->__construct()\n#3 
{main}\n  thrown in /var/www/htmlCD/libs/smarty/Smarty.class.php on line 785

Do you have any idea of 'Smarty.class.php on line 785' ?
And do you have any idea of application.php(13)   'parent::Smarty(); '?

class Application extends Smarty

{

  // Class constructor

  public function __construct()

  {

    // Call Smarty's constructor

    parent::Smarty();

Thanks
Paul

-- 
You received this question notification because you are a member of
Ubuntu Server/Client Support Team, which is an answer contact for
apache2 in Ubuntu.