phpwcms 1.2.8 no renderer

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
fmaltez
Posts: 25
Joined: Sun 12. Mar 2006, 12:55

phpwcms 1.2.8 no renderer

Post by fmaltez »

i install 1.2.8 like i allways did...

everything is fine, inserting content parts is ok, just replacement tags like:

{NAV_TABLE_COLUMN} {BREADCRUMB} doenst work

etc etc, in frontend they appear just like in backend, just the replacement tag itself...
Hero
Posts: 87
Joined: Thu 16. Dec 2004, 16:14
Location: Düsseldorf
Contact:

Post by Hero »

did you put them in a html content? or an wysiwyg editor?
updated or new installed?

greetings
Hero
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post by cyrano »

Hi,

you copy-pasted these RTs?

Take care do not have any space between brackets and RT.
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
fmaltez
Posts: 25
Joined: Sun 12. Mar 2006, 12:55

Post by fmaltez »

i copy paste everything, no mistakes, i even copypaste from a another phpwcms script i have...

i put the in the template, in simple text, in html...everywhere, tags just dont work

fresh new install of 1.2.8.... i did all the usal steps, i updated the patch in a zip then upload everything to the server

the weird...

i've give up, and reinstall the 1.2.6 (in sql i've used the same database), and now even in 1.2.6 don't render

http://www.cultodaagua.com.pt
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post by cyrano »

hmm,

set these value in "config.inc.php":
$phpwcms['allow_ext_init'] = 1; //allow including of custom external scripts at frontend initialization
$phpwcms['allow_ext_render'] = 1; //allow including of custom external scripts at frontend rendering
and
$phpwcms['allow_cntPHP_rt'] = 1; //allow PHP replacement tags and includes in content parts
first 2 must be set to 1 when using for e.g. TEASER EX
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
Post Reply