Menu

Failed opening 'c_templates/336/336625283/0.p

Help
2002-04-15
2002-04-15
  • Nobody/Anonymous

    This error occured when i click on index.php.

    Warning: Failed opening 'c_templates/336/336625283/0.php' for inclusion (include_path='c:\php4\pear') in d:\phpappl\phpbt-0.8.1\inc\smarty\Smarty.class.php on line 554

    Whats this error?

     
    • Benjamin Curtis

      Benjamin Curtis - 2002-04-15

      I don't have any experience with smarty on windows, but it's trying to open the php script it created when reading the template used by index.php.  It looks like a windows path problem -- using / instead of \.  I'll poke around a bit and see what I can learn.

       
    • Benjamin Curtis

      Benjamin Curtis - 2002-04-15

      Try adding .\ to your include path, so in php.ini the include_path value would be c:\php4\pear;.\

       

Log in to post a comment.