Michal Charemza wrote: > Hi, > > Notice: Undefined variable: template in /Users/Michal/bloggie/app/ > modules/Public/templates/ShowPostSuccess.php on line 6 >
Sounds like you have renamed the template variable in output_types.xml. The default configs for new projects nowadays rename the variable to "$t" instead of the core default "$template". Check your app/config/output_types.xml and/or rename the template variable in your templates. -veikko P.S. This is of course a bug or at least misleading in the tutorial. I'll discuss this with Mike and David. Thanks for reporting this. -- Veikko Mäkinen [email protected] 044 5910 413 http://blog.veikko.fi _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
