Hey Rich,
Brilliant, thanks for the feedback!
Noted. Somehow I managed to introduced some backslashing weirdness in FT2 what wasn't in the first version. I thought I'd solved it, but somehow it keeps rearing its head. I'll look into this.
For the other problems:
1. REQUEST_URI not being defined is pretty common; I'm surprised I haven't caught that. That error will be gone in the next build.
2. For the path problems, is the /cache folder path correct? (C:\Inetpub\form_v2/themes/default/cache). The direction of the slashes *shouldn't* make a difference, but just in case, edit your $g_root_dir path in your /global/config.php file to
Probably won't make a difference, but worth a shot.
Next, does your /themes/default/cache folder contain some files other than emptyfile.txt? Also, is it writeable?
- Ben
Brilliant, thanks for the feedback!
Quote:Second, after the i had to double-backslash the root_dir path. (I'm okay for this problem, but just wanted to mention it)
Noted. Somehow I managed to introduced some backslashing weirdness in FT2 what wasn't in the first version. I thought I'd solved it, but somehow it keeps rearing its head. I'll look into this.
For the other problems:
1. REQUEST_URI not being defined is pretty common; I'm surprised I haven't caught that. That error will be gone in the next build.
2. For the path problems, is the /cache folder path correct? (C:\Inetpub\form_v2/themes/default/cache). The direction of the slashes *shouldn't* make a difference, but just in case, edit your $g_root_dir path in your /global/config.php file to
PHP Code:
$g_root_dir = "C:/Initpub/form_v2";
Probably won't make a difference, but worth a shot.
Next, does your /themes/default/cache folder contain some files other than emptyfile.txt? Also, is it writeable?
- Ben