1
Hi,
Complete newbie to all this malarky, but when I saw XOOPS it looks exactly what I've been looking for.... if I could get it to work!
My environment:
Windows 2003 server (standard)
IIS 6
MySQL 4.1.11
php 4.3.11
Xoops 2.0.10
I initially had the database connection problem but solved that with the old_password fix which worked perfectly. The installation completed with green lights across the board.
Now I get a blank page :(
Having read the Blank Page FAQ, I didn't get very far untill I edited my php.ini file and set "register_globals=on", then I got the following error messages:
Quote:
Warning [PHP]: fetch(c:/inetpub/wwwroot/xoops/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\xoops\class\smarty\Smarty.class.php line 1255
Warning [PHP]: fetch(): Failed opening 'c:/inetpub/wwwroot/xoops/templates_c\%%6E^6E8^6E8C036B%%db%3Asystem_block_login.html.php' for inclusion (include_path='.;c:\php4\pear') in file c:\inetpub\wwwroot\xoops\class\smarty\Smarty.class.php line 1255
Warning [PHP]: fetch(c:/inetpub/wwwroot/xoops/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\xoops\class\smarty\Smarty.class.php line 1255
Warning [PHP]: fetch(): Failed opening 'c:/inetpub/wwwroot/xoops/templates_c\%%42^428^428512AB%%db%3Asystem_block_mainmenu.html.php' for inclusion (include_path='.;c:\php4\pear') in file c:\inetpub\wwwroot\xoops\class\smarty\Smarty.class.php line 1255
Warning [PHP]: fetch(c:/inetpub/wwwroot/xoops/templates_c\%%20^200^200DC337%%theme.html.php): failed to open stream: No such file or directory in file c:\inetpub\wwwroot\xoops\class\smarty\Smarty.class.php line 1248
Warning [PHP]: fetch(): Failed opening 'c:/inetpub/wwwroot/xoops/templates_c\%%20^200^200DC337%%theme.html.php' for inclusion (include_path='.;c:\php4\pear') in file c:\inetpub\wwwroot\xoops\class\smarty\Smarty.class.php line 1248
I tried everything mentioned in the FAQ and nothing made a difference. One thing I'm not too sure about is this bit:
"%%20^200^200DC337%%"
Looking at line 1225 in Smarty.class.php it looks to me as if there's a problem with the "$_smarty_compile_path" variable, but I've no idea where it's going wrong.
Now my programming skills reach their peak with some alarmingly over-complex .kix scripts and some VB scripts which truely define the word "Basic", as such I've come to a grinding halt with this little project and would greatly appreciate anyone else's input.
The test site is at
http://red.typesure.com/xoops if ya want to take a look.
Cheers,
Teebags.