Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

theme apply

edited July 2010 in Vanilla 2.0 - 2.8
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

  • Options
    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: /**
  • Options
    edited February 2011
    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.