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

Error 500

 
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
adn
Smarty Regular


Joined: 31 May 2011
Posts: 91

PostPosted: Mon Dec 28, 2015 5:44 pm    Post subject: Error 500 Reply with quote

Hi all,

I try to activate the 3.1.29 version, after removing all caches I got an 500 error on all pages. With the debug mode everything is ok.
I guess there is a regression

Does someone meet a similar problem?

I activate back my old version 3.1.27

Sad

my options when code 500
Code:
    $smarty->setCaching(Smarty::CACHING_LIFETIME_CURRENT);
    $smarty->setCompileCheck(FALSE);
    $smarty->setDebugging(FALSE);
    $smarty->setMergeCompiledIncludes(TRUE);
    $smarty->setUseSubDirs(TRUE);
    $smarty->inheritance_merge_compiled_includes = false;


my options when ok
Code:
    $smarty->setCaching(FALSE);
    $smarty->setCompileCheck(TRUE);
    $smarty->setDebugging(TRUE);
    $smarty->setMergeCompiledIncludes(TRUE);
    $smarty->setUseSubDirs(TRUE);
    $smarty->inheritance_merge_compiled_includes = false;

_________________
http://www.letsGarden.info
Back to top
View user's profile Send private message Visit poster's website
mohrt
Administrator


Joined: 16 Apr 2003
Posts: 7368
Location: Lincoln Nebraska, USA

PostPosted: Tue Dec 29, 2015 4:59 pm    Post subject: Reply with quote

There were some regression, as the last changes were pretty substantial. You can go back to the previous build, or use the latest master branch if you are comfortable with that. New release is coming.
Back to top
View user's profile Send private message Visit poster's website
adn
Smarty Regular


Joined: 31 May 2011
Posts: 91

PostPosted: Wed Dec 30, 2015 9:52 am    Post subject: Reply with quote

Thanks mohrt, I will wait for the new release to test again!

Happy new year Very Happy
_________________
http://www.letsGarden.info
Back to top
View user's profile Send private message Visit poster's website
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