Page 1 of 1

PHP replacement tag won't work

Posted: Tue 27. Feb 2007, 22:04
by ErikvdB
Hey!

I just installed v 1.2.6. on win server. I already installed this version before on a nix/Apache server (succesfully) but due to server-problems I have to move.

Pages containing a PHP replacement tag show no content. I have made the setting $phpwcms["allow_cntPHP_rt"] = 1; but no result.

In which place is the replacement tag 'decoded' and the php-file included? Perhaps I can use that information for debugging the problem.

Kind regards,
Erik

Posted: Wed 28. Feb 2007, 00:24
by Oliver Georgi
check if function eval() exists. Maybe it is disabled of security reasons.

Oliver