CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • Error Smarty.class.php
Pages: [1]

Author Topic: Error Smarty.class.php  (Read 2043 times)

dreroips

  • I’m new here
  • *
  • Posts: 1
  • Karma: 0
  • CiviCRM version: 4.12
  • CMS version: Joomla 2.5.4
  • MySQL version: 5.0.51
  • PHP version: PHP Version 5.3.5
Error Smarty.class.php
May 22, 2012, 09:58:32 am
Hello,

I've been trying to complete the installation of my CiviCRM (4.12) in Joomla 2.5.4, but when you try to click on the component "civicrm" appear in the backend the following errors:

PHP Warning:  Smarty error: problem creating directory 'E:/home' in E:\xxxx\xxxxx\xxxx\xxx\administrator\components\com_civicrm\civicrm\packages\Smarty\Smarty.class.php on line 1093
PHP Warning:  include(E:\xxx\xxxx\xxx\xxxx\media\civicrm\templates_c\en_US\\%%39\397\39732F46%%jquery.tpl.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in E:\xxxx\xxxxx\xxxxx\xxxx\administrator\components\com_civicrm\civicrm\packages\Smarty\Smarty.class.php on line 1263

In the file there is the following function  Smarty.class.php on line 1093
  * @param string $error_msg
     * @param integer $error_type
     */
    function trigger_error($error_msg, $error_type = E_USER_WARNING)
    {
        trigger_error("Smarty error: $error_msg", $error_type);
    }

In the file there is the following function  Smarty.class.php on line 1263

     include($_smarty_compile_path);

How can I fix this error?

cordially

SewHappy58

  • I’m new here
  • *
  • Posts: 3
  • Karma: 0
  • CiviCRM version: 4.2.6
  • CMS version: WordPress 3.5.1
  • MySQL version: 5.1.66
  • PHP version: 5.3.19
Re: Error Smarty.class.php
February 24, 2013, 09:29:17 am
Did you find a solution?  I'm having similar problem with Wordpress
Vicky

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • Error Smarty.class.php

This forum was archived on 2017-11-26.