Good day Team,
I am quite new to the world of web/server programming using PHP, MySQL, IIS, etc. I bought the i-rater script some time ago and I'm finally getting around to getting things going. My plan is to completely develop the website and server-side stuff on my home PC before having it go live on a proper webhost.
Here's what I've confirmed to work so far:
- IIS working fine on my XP Pro SP2 machine
- PHP5.1.1 working fine too (I am able to run phpinfo.php no problem)
- MySQL is good to go, although I haven't setup a DB for my i-rater script
- Dreamweaver MX 2004 is all good and it connects to MySQL no problem
Here are the error messages that are generated when I try to run the i-rater scripts on my machine:
Warning: include(/include/FastTemplate.php3) [function.include]: failed to open stream: No such file or directory in h:\Inetpub\wwwroot\i_rater\admin\config_settings.tpl.php on line 2
Warning: include() [function.include]: Failed opening '/include/FastTemplate.php3' for inclusion (include_path='.;h:\Inetpub\wwwroot\i_rater\include') in h:\Inetpub\wwwroot\i_rater\admin\config_settings.tpl.php on line 2
Fatal error: Class 'FastTemplate' not found in h:\Inetpub\wwwroot\i_rater\admin\config_settings.tpl.php on line 3
I suspect the problem has something to do with how my include_path is set in my php.ini file. But to be quite frank I'm not sure exactly where it should point. This is where I need help.
Here is some more info that might help you help me:
a) local path in DMX2004 (where I unpacked the i-rater script):
D:\web\i_rater
b) remote path in DMX2004 (this is my XP drive)
H:\Inetpub\wwwroot\i_rater
c) URL I type into IE to get message
http://localhost/i_rater/index.php
d) how the include_path is set in my php.ini file:
include_path = ".;h:\Inetpub\wwwroot\i_rater\include"
Please see what you can do to help me get along. Thank you very much.
Regards,
CauchyResidue