Oct 20th, 2009, 7:31 AM
Installed fine on client's WinNT host server, but now cannot add a form. The process halts after the fourth "add form" step ("database setup"). After adjusting the field sizes and using Smart Fill for the field names, clicking "continue" just causes the process to hang...just can't seem to get to step 5 ("field types").
I've searched through the forums, have added the following to config.php:
$g_session_type = "database";
$g_default_error_reporting = 1;
Also checked global/themes.php for trailing slashes:
$g_smarty->template_dir = "$g_root_dir/themes/$theme";
$g_smarty->compile_dir = "$g_root_dir/themes/$theme/cache";
We've used 1.5.1 successfully in multiple LAMP instances, but it could be Windows weirdness that I'm experiencing here... I'm really not that familiar with the particulars for a Win server, so any help is much appreciated. Thanks!
I've searched through the forums, have added the following to config.php:
$g_session_type = "database";
$g_default_error_reporting = 1;
Also checked global/themes.php for trailing slashes:
$g_smarty->template_dir = "$g_root_dir/themes/$theme";
$g_smarty->compile_dir = "$g_root_dir/themes/$theme/cache";
We've used 1.5.1 successfully in multiple LAMP instances, but it could be Windows weirdness that I'm experiencing here... I'm really not that familiar with the particulars for a Win server, so any help is much appreciated. Thanks!