Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
BjoernG
Experienced
Topic Author
Posts: 28
Joined: 31 Mar 2014, 02:32

Fresh installation 0.14 on new Debain Server Twig Error

24 Dec 2015, 04:27

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
Bjoern / gosswiler.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Fresh installation 0.14 on new Debain Server Twig Error

24 Dec 2015, 05:48

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.
 
User avatar
BjoernG
Experienced
Topic Author
Posts: 28
Joined: 31 Mar 2014, 02:32

Re: Fresh installation 0.14 on new Debain Server Twig Error

24 Dec 2015, 06:02

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
Bjoern / gosswiler.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Fresh installation 0.14 on new Debain Server Twig Error

25 Dec 2015, 00:43

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.