Page 1 of 1

phpwcms 1.2.8 no renderer

Posted: Wed 27. Sep 2006, 16:01
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...

Posted: Wed 27. Sep 2006, 16:11
by Hero
did you put them in a html content? or an wysiwyg editor?
updated or new installed?

greetings
Hero

Posted: Wed 27. Sep 2006, 16:21
by cyrano
Hi,

you copy-pasted these RTs?

Take care do not have any space between brackets and RT.

Posted: Wed 27. Sep 2006, 17:10
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

Posted: Wed 27. Sep 2006, 17:16
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