Hey Guys,
First of all.. this is a fantastic product. I've been using v1 for about 2+ years now and love it. V2 looks even better.. Sooo.. I'm going through the install and have run into a couple things.
First, I'm running it on Win2k Server under IIS and PHP 5.2.8 with MySQL 5.0.51a. (no problems running v1 under this config)
Second, after the i had to double-backslash the root_dir path. (I'm okay for this problem, but just wanted to mention it)
Third, I'm getting the errors below when I try to access the admin page.. The first thing I notice is the path slashes aren't appropriate for windows. I looked through a bunch of the code pages but can't see where I'm missing it.. Could it be in my Pear config?
EDIT - The url shows http://<my site>/form_v2/?message=notify_no_account_id_in_sessions
Thanks for your help!..
Rich Morgan
First of all.. this is a fantastic product. I've been using v1 for about 2+ years now and love it. V2 looks even better.. Sooo.. I'm going through the install and have run into a couple things.
First, I'm running it on Win2k Server under IIS and PHP 5.2.8 with MySQL 5.0.51a. (no problems running v1 under this config)
Second, after the i had to double-backslash the root_dir path. (I'm okay for this problem, but just wanted to mention it)
Third, I'm getting the errors below when I try to access the admin page.. The first thing I notice is the path slashes aren't appropriate for windows. I looked through a bunch of the code pages but can't see where I'm missing it.. Could it be in my Pear config?
EDIT - The url shows http://<my site>/form_v2/?message=notify_no_account_id_in_sessions
Code:
Notice: Undefined index: REQUEST_URI in C:\Inetpub\form_v2\global\code\stabilizer.php on line 45
Warning: include(C:\Inetpub\form_v2/themes/default/cache/\%%C6^C68^C68758FD%%index.tpl.php) [function.include]: failed to open stream: No such file or directory in C:\Inetpub\form_v2\global\smarty\Smarty.class.php on line 1258
Warning: include() [function.include]: Failed opening 'C:\Inetpub\form_v2/themes/default/cache/\%%C6^C68^C68758FD%%index.tpl.php' for inclusion (include_path='.;C:\php5\pear;^') in C:\Inetpub\form_v2\global\smarty\Smarty.class.php on line 1258
PHP Notice: Undefined index: REQUEST_URI in C:\Inetpub\form_v2\global\code\stabilizer.php on line 45 PHP Warning: include(C:\Inetpub\form_v2/themes/default/cache/\%%95^95D^95D59E10%%eval.tpl.php) [function.include]: failed to open stream: No such file or directory in C:\Inetpub\form_v2\global\smarty\Smarty.class.php on line 1265 PHP Warning: include() [function.include]: Failed opening 'C:\Inetpub\form_v2/themes/default/cache/\%%95^95D^95D59E10%%eval.tpl.php' for inclusion (include_path='.;C:\php5\pear;^') in C:\Inetpub\form_v2\global\smarty\Smarty.class.php on line 1265 PHP Warning: include(C:\Inetpub\form_v2/themes/default/cache/\%%C6^C68^C68758FD%%index.tpl.php) [function.include]: failed to open stream: No such file or directory in C:\Inetpub\form_v2\global\smarty\Smarty.class.php on line 1258 PHP Warning: include() [function.include]: Failed opening 'C:\Inetpub\form_v2/themes/default/cache/\%%C6^C68^C68758FD%%index.tpl.php' for inclusion (include_path='.;C:\php5\pear;^') in C:\Inetpub\form_v2\global\smarty\Smarty.class.php on line 1258
Thanks for your help!..
Rich Morgan