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

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
cyaneo
Posts: 128
Joined: Sun 6. Feb 2005, 01:23
Contact:

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

Post 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?
Gruss
cyaneo
Zen Cart - The Art of e-Commerce

Wenn jeder dem anderen helfen wollte, wäre allen geholfen.
-------------------------------------------
Ein Problem ist halb gelöst, wenn es klar formuliert ist.
terry_b
Posts: 32
Joined: Wed 10. May 2006, 05:44

Post 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
cyaneo
Posts: 128
Joined: Sun 6. Feb 2005, 01:23
Contact:

Post by cyaneo »

shame on me - this is the solution!

Thank you 1000 times (also for the SUPER FAST response!)
Gruss
cyaneo
Zen Cart - The Art of e-Commerce

Wenn jeder dem anderen helfen wollte, wäre allen geholfen.
-------------------------------------------
Ein Problem ist halb gelöst, wenn es klar formuliert ist.
Post Reply