|
From: Jason F. <jas...@ya...> - 2002-05-08 20:56:11
|
--- "KJK::Hyperion" <no...@li...> wrote: >First of all, a suggestion: always htmlspecialchars() *ALL* text >that is to be output literally, if you're outputting any kind of >SGML (be it HTML, XML or whatever). This applies to text nodes and >(easily overlooked) tag attribute values. It protects from any kind >of code injection through HTML. If you know you have unprotected >outputs, check them! I'll check it out. >Another suggestion: always output something. PHP sends by default a >content size header of zero bytes, because the content is generally >generated on the fly. If you don't send anything some browsers (for >example Opera) will think that the page hasn't output anything >*YET*, and wait until they time out. This applies to >tables.mysql.php. Add some progress messages after every table is >created (I can fix this) Ok thanks for the tip, you can fix it if you like. >Finally: can't get it to run! :-/ index.php gives this error: >Warning: Smarty error: unable to read template resource: >"index.tpl" in >D:\programmi\sviluppo\librerie\Smarty\Smarty.class.php on line 546 Did you delete everything in templates_c, but keep the directory itself? Which version of Smarty are you running? Myself I was using 1.5.2. >Some details on how I deployed rosproj: >... >All looks fine to me. Maybe I need additional configuration for >PHP? can you send me your php.ini? Looks fine to me, which version of PHP are you running? I'll zip and attach my php.ini for what it's worth. - Jason __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com |