Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

theme apply

This discussion is related to the Rounder addon.
everytime I try to apply this theme on final version of 2.0 I get a smarty error message. Actually this is happening on every theme I try to apply.

Comments

  • The error occurred on or near:

    /home/dejitaru/mechazoid.com/library/vendors/Smarty-2.6.25/libs/Smarty.class.php
    1109: * @param integer $error_type
    1110: */
    1111: function trigger_error($error_msg, $error_type = E_USER_WARNING)
    1112: {
    1113: trigger_error("Smarty error: $error_msg", $error_type);
    1114: }
    1115:
    1116:
    1117: /**
  • Same problem. Theme iVanilla and all theme, but theme default is well

    Smarty error: unable to write to $compile_dir '/var/www/home/foro/vanilla2/cache/Smarty/compile'. Be sure $compile_dir is writable by the web server user.
    The error occurred on or near: /var/www/home/foro/vanilla2/library/vendors/Smarty-2.6.25/libs/Smarty.class.php
    1109: * @param integer $error_type
    1110: */
    1111: function trigger_error($error_msg, $error_type = E_USER_WARNING)
    1112: {
    1113: trigger_error("Smarty error: $error_msg", $error_type);
    1114: }
    1115:
    1116:
    1117: /**

    OOPS, resolved, writable permissions
Sign In or Register to comment.