Page 1 of 1

Upgrade to 1.2.7 - external content won't work anymore...

Posted: Sat 29. Jul 2006, 18:21
by cyaneo
Hi,

in previous version 1.2.6 I use an external gallery (singapore).
How I included the gallery:
I use the content part "text" with

Code: Select all

{PHP:gallery/external.php}
(where "external.php" ist the code for use to include singapore)

Now, with 1.2.7 the content don't show the gallery but just

Code: Select all

gallery/external.php
I also try the content part "code" with

Code: Select all

{PHP:gallery/external.php}
or
[PHP]
include( ' /www/phpwcms/gallery/external.php');
[/PHP]
or
<?php include( '/www/phpwcms/gallery/external.php'); ?>
but nothing works.

Any hints?

Posted: Sat 29. Jul 2006, 18:32
by terry_b
Hi cyaneo,

Try to edit your conf.inc.php in the folder config/phpwcms and set the value of $phpwcms["allow_cntPHP_rt"] from 0 to 1

Cheers,

Terry

Posted: Sat 29. Jul 2006, 18:39
by cyaneo
shame on me - this is the solution!

Thank you 1000 times (also for the SUPER FAST response!)