Page 1 of 1

Fresh installation 0.14 on new Debain Server Twig Error

Posted: 24 Dec 2015, 04:27
by BjoernG
I just setup a new debain server and copied the 0.14 release on it. After debugging via /check/ etc. everything looks fine.

But on the main site www2.gosswiler.com, the browser shows only the rotating circle :shock: .

In the apache logfile I have following errors:
Twig_Compiler->subcompile() /var/x3/app/parsers/Twig/Node/Expression/Binary.php:28
Twig_Node_Expression_Binary->compile() /var/x3/app/parsers/Twig/Compiler.php:97
PS: Installed twig 1.16.2 via
Code
apt-get install php5-twig
Any suggestions?

Bjoern

Re: Fresh installation 0.14 on new Debain Server Twig Error

Posted: 24 Dec 2015, 05:48
by mjau-mjau
hmmm, TWIG is included in X3 /app/parsers/Twig/ ... I am not quite sure what you are trying to install. The twig included is X3- and version-specific anyway, so you should not mess around with that.

Re: Fresh installation 0.14 on new Debain Server Twig Error

Posted: 24 Dec 2015, 06:02
by BjoernG
thanks for this information.

I just thought the error has to do with "someting missing to pars/compile or so...".

May you can help me with this errors... :roll:
Twig_Compiler->subcompile() /var/x3/app/parsers/Twig/Node/Expression/Binary.php:28
Twig_Node_Expression_Binary->compile() /var/x3/app/parsers/Twig/Compiler.php:97
or do you need a full log from apache?

Bjoern

Re: Fresh installation 0.14 on new Debain Server Twig Error

Posted: 25 Dec 2015, 00:43
by mjau-mjau
Instead of getting errors from your apache error log, I would like to see the actual error happening on the website, represented by a PHP error. Is the website accessible public, so I can take a look? If not, then will this eventually be eventually on a public host?

If not, it is very hard for us to diagnose. It is hard for us to diagnose custom server-setups in general, not only because there are too many variables and configuration factors, but also because we are not server experts.