1
ganjabob
Re: Error: No such file or directory in file c:\Inetpub\wwwroot\class\smarty\Smarty.class.php line 1
  • 2006/4/19 22:02

  • ganjabob

  • Just popping in

  • Posts: 6

  • Since: 2003/2/20


RESOLVED!

I had permission contentions on the wwwroot directory. I disabled 'inheritable permissions' and now I'm working fine. Thanks.



2
ganjabob
Re: Locating Imagemagick
  • 2006/4/19 21:50

  • ganjabob

  • Just popping in

  • Posts: 6

  • Since: 2003/2/20


There are quite a few 'help' posting that state your image management tools cannot have spaces in their directory structure. Try installing IM directly under the C: or D: drives and see if that resolves.

If you've granted appropriate permissions to the folder for the IWAM and IUSR user accounts it shouldn't matter what drive the app is installed to as both are local accounts that can access all system drives.



3
ganjabob
Re: Installation Variable References/Failed Opening Stream Errors
  • 2006/4/14 18:54

  • ganjabob

  • Just popping in

  • Posts: 6

  • Since: 2003/2/20


I'm running into the same error. PHP is working fine but XOOPS is not. Here is my output from \index.php...


Warning [PHP]: Fetch(c:/inetpub/wwwroot/templates_c\%%6E^6E8^6E8C036B%%db%3Asystem_block_login.html.php): failed to open stream: No such file or directory in file c:\inetpub\wwwroot\class\smarty\Smarty.class.php line 1255

Warning [PHP]: fetch(): Failed opening 'c:/inetpub/wwwroot/templates_c\%%6E^6E8^6E8C036B%%db%3Asystem_block_login.html.php' for inclusion (include_path='.;c:\php4') in file c:\inetpub\wwwroot\class\smarty\Smarty.class.php line 1255

Warning [PHP]: fetch(c:/inetpub/wwwroot/templates_c\%%42^428^428512AB%%db%3Asystem_block_mainmenu.html.php): failed to open stream: No such file or directory in file c:\inetpub\wwwroot\class\smarty\Smarty.class.php line 1255

Warning [PHP]: fetch(): Failed opening 'c:/inetpub/wwwroot/templates_c\%%42^428^428512AB%%db%3Asystem_block_mainmenu.html.php' for inclusion (include_path='.;c:\php4') in file c:\inetpub\wwwroot\class\smarty\Smarty.class.php line 1255

Warning [PHP]: fetch(c:/inetpub/wwwroot/templates_c\%%20^200^200DC337%%theme.html.php): failed to open stream: No such file or directory in file c:\inetpub\wwwroot\class\smarty\Smarty.class.php line 1248

Warning [PHP]: fetch(): Failed opening 'c:/inetpub/wwwroot/templates_c\%%20^200^200DC337%%theme.html.php' for inclusion (include_path='.;c:\php4') in file c:\inetpub\wwwroot\class\smarty\Smarty.class.php line 1248


I've verified that my php.ini is showning correctly from phpinfo() but can't seem to get around this problem. Someone suggested I had to manually configure Smarty but I haven't found anything on the XOOPS forums to suggest that is the case.

I have verified that IUSR and IWM internet accounts have write permissions on \cache, \templates_c and \uploads directories. In fact when I get this error the templates_c directory gets populated with a 'wrt1A.tmp' file.

Thanks.



4
ganjabob
Re: Error: No such file or directory in file c:\Inetpub\wwwroot\class\smarty\Smarty.class.php line 1
  • 2006/4/14 13:57

  • ganjabob

  • Just popping in

  • Posts: 6

  • Since: 2003/2/20


I have direct shell access to the machine. It's not a hosted box requiring an FTP client to access. I will bring down the binaries again however in case I've gotten a bad download. Thanks.



5
ganjabob
Re: Error: No such file or directory in file c:\Inetpub\wwwroot\class\smarty\Smarty.class.php line 1
  • 2006/4/14 13:55

  • ganjabob

  • Just popping in

  • Posts: 6

  • Since: 2003/2/20


Does XOOPS require an external install of the Smarty engine? I've read almost all the XOOPS documentation I can find and didn't see anything on installing Smarty. Thanks.



6
ganjabob
Error: No such file or directory in file c:\Inetpub\wwwroot\class\smarty\Smarty.class.php line 1255
  • 2006/4/12 20:40

  • ganjabob

  • Just popping in

  • Posts: 6

  • Since: 2003/2/20


Hello,

I've installed XOOPS 2.0.13.2 on a Win2003 server using PHP4 and MySQL5. The installation completed successfully but when I linked to my website I got a blank page. The admin page was blank also so I changed to debug mode using the following command


mysql> UPDATE xoops_config SET conf_value=1 WHERE conf_name = 'debug_mode'


I am now getting some information but am uncertain how to determine the cause of the errors I'm seeing. I have verified that template_c and cache directories are write-enabled. Mailfile.php is also write enabled. I have correct user access to the XOOPS database that was created using myweb/install/index.php.

When I view line 1255 of the suspect file, c:\Inetpub\wwwroot\class\smarty\Smarty.class.php there's nothing there but an include statement 'include($_smarty_compile_path);' which apparently isn't being parsed correctly.

Any suggestions? The full error from my main index.php site is included below...



Warning [PHP]: fetch(c:/Inetpub/wwwroot/templates_c\%%6E^6E8^6E8C036B%%db%3Asystem_block_login.html.php): failed to open stream: No such file or directory in file c:\Inetpub\wwwroot\class\smarty\Smarty.class.php line 1255

Warning [PHP]: fetch(): Failed opening 'c:/Inetpub/wwwroot/templates_c\%%6E^6E8^6E8C036B%%db%3Asystem_block_login.html.php' for inclusion (include_path='.;c:\php4\pear') in file c:\Inetpub\wwwroot\class\smarty\Smarty.class.php line 1255

Warning [PHP]: fetch(c:/Inetpub/wwwroot/templates_c\%%42^428^428512AB%%db%3Asystem_block_mainmenu.html.php): failed to open stream: No such file or directory in file c:\Inetpub\wwwroot\class\smarty\Smarty.class.php line 1255

Warning [PHP]: fetch(): Failed opening 'c:/Inetpub/wwwroot/templates_c\%%42^428^428512AB%%db%3Asystem_block_mainmenu.html.php' for inclusion (include_path='.;c:\php4\pear') in file c:\Inetpub\wwwroot\class\smarty\Smarty.class.php line 1255

Warning [PHP]: fetch(c:/Inetpub/wwwroot/templates_c\%%20^200^200DC337%%theme.html.php): failed to open stream: No such file or directory in file c:\Inetpub\wwwroot\class\smarty\Smarty.class.php line 1248

Warning [PHP]: fetch(): Failed opening 'c:/Inetpub/wwwroot/templates_c\%%20^200^200DC337%%theme.html.php' for inclusion (include_path='.;c:\php4\pear') in file c:\Inetpub\wwwroot\class\smarty\Smarty.class.php line 1248


Thanks!




TopTop



Login

Who's Online

113 user(s) are online (52 user(s) are browsing Support Forums)


Members: 0


Guests: 113


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits