Get XOOPS XOOPS FAQ Forums News Themes Modules
New Posts New Topics All Forums Index General Modules Themes Development International XOOPS.org

XOOPS vs. Herko Coomans

Make a donation

Please select an amount to donate


Do you want your username revealed with your donation?
Yes - List me as a Generous Donor
No - List my donation as from an Anonymous Donor


Search

Local Support Sites

Cumulus Tag Cloud

admin Arabic banner block Christmas comments cumulus DayDawn dhsoft e-Commerce E-Learning Google GUI hacks instant-zero jQuery module news Nordic Olédrion oxygen PageRank security SEO simple-XOOPS sport tag Theme wiki xoops

New Users

Registering user

# 96574

audriusr

Welcome to XOOPS!
XOOPS Code hosted on SourceForge


 Bottom   Previous Topic   Next Topic

#1 Posted on: 2006/2/5 14:37 Installation Variable References/Failed Opening Stream Errors
I get the following errors when after a fresh install of XOOPS 2.2.3.

My setup is as follows:

OS: Windows Server 2003
Server: IIS 6
PHP: 5.1.2
MYSQL: 5.0.11

All files have full permissions and database as well.

-------------------------------------------------

Notice [PHP]: Only variable references should be returned by reference in file c:\Inetpub\wwwroot\psi\html\kernel\blockinstance.php line 111
Warning 
[PHP]: Smarty::include(c:/Inetpub/wwwroot/psi/html/templates_c\%%6E^6E8^6E8C036B%%db%3Asystem_block_login.html.php) [function.include]: failed to open streamNo such file or directory in file c:\Inetpub\wwwroot\psi\html\class\smarty\Smarty.class.php line 1255
Warning 
[PHP]: Smarty::include() [function.include]: Failed opening 'c:/Inetpub/wwwroot/psi/html/templates_c\%%6E^6E8^6E8C036B%%db%3Asystem_block_login.html.php' for inclusion (include_path='.;C:\PHP\pear'in file c:\Inetpub\wwwroot\psi\html\class\smarty\Smarty.class.php line 1255
Warning 
[PHP]: Smarty::include(c:/Inetpub/wwwroot/psi/html/templates_c\%%42^428^428512AB%%db%3Asystem_block_mainmenu.html.php) [function.include]: failed to open streamNo such file or directory in file c:\Inetpub\wwwroot\psi\html\class\smarty\Smarty.class.php line 1255
Warning 
[PHP]: Smarty::include() [function.include]: Failed opening 'c:/Inetpub/wwwroot/psi/html/templates_c\%%42^428^428512AB%%db%3Asystem_block_mainmenu.html.php' for inclusion (include_path='.;C:\PHP\pear'in file c:\Inetpub\wwwroot\psi\html\class\smarty\Smarty.class.php line 1255
Warning 
[PHP]: Smarty::include(c:/Inetpub/wwwroot/psi/html/templates_c\%%29^29A^29A1259B%%theme.html.php) [function.include]: failed to open streamNo such file or directory in file c:\Inetpub\wwwroot\psi\html\class\smarty\Smarty.class.php line 1248
Warning 
[PHP]: Smarty::include() [function.include]: Failed opening 'c:/Inetpub/wwwroot/psi/html/templates_c\%%29^29A^29A1259B%%theme.html.php' for inclusion (include_path='.;C:\PHP\pear'in file c:\Inetpub\wwwroot\psi\html\class\smarty\Smarty.class.php line 1248


Top

trentons9
Just popping in
Joined:
2006/2/5 14:32
Posts: 2
(Show More) (Show Less)
#2 Posted on: 2006/2/8 13:35 Re: Installation Variable References/Failed Opening Stream Errors
Does anyone else have this issue?

Top

trentons9
Just popping in
Joined:
2006/2/5 14:32
Posts: 2
(Show More) (Show Less)
#3 Posted on: 2006/2/17 6:53 Re: Installation Variable References/Failed Opening Stream Errors
Hi

I have just done and install with the same setup as you.

You need to change include_path so it points to where PHP is installed i.e. include_path='.;C:\PHP'

Give the IUSR_Machine account modify permissions on :

template_c
cache
uploads

Kev

Top

KevM1970
Just popping in
Joined:
2006/2/12 5:43
Posts: 2
(Show More) (Show Less)
#4 Posted on: 2006/4/14 14:54 Re: Installation Variable References/Failed Opening Stream Errors
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.

Top

ganjabob
Just popping in
Joined:
2003/2/19 23:26
Posts: 14
(Show More) (Show Less)

 Top   Previous Topic   Next Topic


You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You can vote in polls.
You cannot attach files to posts.
You cannot post without approval.

[Advanced Search]