Well that file shot back this:
[DOCUMENT_ROOT] => /home/cluster1/data/c/n/a549773/www
my config.php file looks like this:
$g_root_dir = "/home/cluster1/data/c/n/a549773/www/formtools"
I am not shure if that is considered to be the same thing,
and I have not had any server changes lately.
I should also note here that when I installed the Export Module the Print Icon and export to excel Icon do show up on the view sumissions page for the forms but the others which I would like to turn on like export to CSV do not.
netraider
[DOCUMENT_ROOT] => /home/cluster1/data/c/n/a549773/www
my config.php file looks like this:
$g_root_dir = "/home/cluster1/data/c/n/a549773/www/formtools"
I am not shure if that is considered to be the same thing,
and I have not had any server changes lately.
I should also note here that when I installed the Export Module the Print Icon and export to excel Icon do show up on the view sumissions page for the forms but the others which I would like to turn on like export to CSV do not.
netraider
(Nov 12th, 2010, 1:29 PM)Ben Wrote: Heya,
Yeah - error logs are usually full of stuff.
This is nice and clear, though: it simply can't find the folder to call the function. And since it doesn't work for you for any module, that suggests the $g_root_dir path in your /global/config.php file is wrong.
Take a look at it - does it look right? Have your hosting provider moved you to a new server or anything?
What I often do to find out the value is upload a file with this in it:
PHP Code:<?php print_r($_SERVER); ?>
That outputs the contents of the $_SERVER global - a few of the settings will include some server paths. You can use that to compare with what you have in the $g_root_dir value.
Let me know how it goes!
- Ben