|
osdir.com mailing list archive F.A.Q. -since 2001! |
|
|
|
Subject: Could not create autodata file - msg#00005List: apache.mod-survey.general
by Date: Prev Next Date Index by Thread: Prev Next Thread Index
Hello everybody,
I´ve just installed modsurvey and is up and running now, but when I click on any link of examples the next error appears, and I can´t find what is the problem. Can somebody help me out with this one? Could not create autodata file (/usr/local/mod_survey/data//_usr_local_mod_survey_webroot_examples_invisible.survey/AutoData.dat) (/usr/local/mod_survey/data//_usr_local_mod_survey_webroot_examples_invisible.survey/) [DOCUMENT ERROR 29, COULD NOT CREATE AUTODATA FILE] As neither ASCIIFILE nor DBITABLE was set, and the global configuration option _SURVEY_ALLOWAUTO was enabled, the system tried to create an autodata file. This failed for some unknown reason. ==================================================== This email is confidential and intended solely for the use of the individual or organization to whom it is addressed. Any opinions or advice presented are solely those of the author and do not necessarily represent those of the Millward Brown Group of Companies. If you are not the intended recipient of this email, you should not copy, modify, distribute or take any action in reliance on it. If you have received this email in error please notify the sender and delete this email from your system. Although this email has been checked for viruses and other defects, no responsibility can be accepted for any loss or damage arising from its receipt or use. ==================================================== Skickat av "Montoya, Eliu \(MBMXC it\)" <Eliu.Montoya@xxxxxxxxxxxxxxxxxxxx> till survey-discussion
Thread at a glance:
Previous Message by Date:Re: Trying a windows installationOuch.. I didn't think anyone actually tried to run mod_survey on windows. Support for it is crappy at best. I've left it to rot for a few years, mainly because mod_perl on windows sometimes have worked quite differently from on unix. For example, for several versions it refused to accept the notion of environment variables. If, against presumption, you manage to get mod_survey up and running on windows it won't be long before you run into the next bug. And another. And yet another one. For your specific problem, it looks like the slashes are turned the wrong direction. You'd need backslashes in windows. You can try editing your survey.conf and set PerlSetEnv _SURVEY_SENSIBLE 0 Which will enable a few workarounds from the time when mod_survey did indeed run on windows. If that does not work, you'll have to edit the perl code, primarily System.pm, Submit.pm and Document.pm, and try to fix hardcoded slashes so that they become backslashes. // Joel On Tue, 19 Sep 2006, Luca Notari wrote: I've tried installing mod_survey 3.2.4 onto my windows box for testing surveys; the perl installer recognized the S.O. and installation was successful. Everything regarding mod_perl, apache etc works fine. However, I can't solve this problem due to the variable _SURVEY_ALLOWAUTO set to on: Document error Could not create autodata file (C:/mod_survey/data/\C:_mod_survey_webroot_examples_example.survey\AutoD ata.dat) (C:/mod_survey/data/\C:_mod_survey_webroot_examples_example.survey\) [DOCUMENT ERROR 29, COULD NOT CREATE AUTODATA FILE] As neither ASCIIFILE nor DBITABLE was set, and the global configuration option _SURVEY_ALLOWAUTO was enabled, the system tried to create an autodata file. This failed for some unknown reason. maybe this is due to the ":" character representing the root drive? How can I escape it(if possible)? many thanks Luca -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.12.5/450 - Release Date: 18/09/2006 Skickat av Joel Palmius <joel.palmius@xxxxxxx> till survey-discussion Next Message by Date:Re: Could not create autodata fileCheck, in this order: * Does /usr/local/mod_survey exist? * Does /usr/local/mod_survey/data exist? * Does /usr/local/mod_survey/data have the right permissions (ie, must be same user/group as your apache process runs under) // Joel On Wed, 20 Sep 2006, Montoya, Eliu (MBMXC it) wrote: Hello everybody, I´ve just installed modsurvey and is up and running now, but when I click on any link of examples the next error appears, and I can´t find what is the problem. Can somebody help me out with this one? Could not create autodata file (/usr/local/mod_survey/data//_usr_local_mod_survey_webroot_examples_invisible.survey/AutoData.dat) (/usr/local/mod_survey/data//_usr_local_mod_survey_webroot_examples_invisible.survey/) [DOCUMENT ERROR 29, COULD NOT CREATE AUTODATA FILE] As neither ASCIIFILE nor DBITABLE was set, and the global configuration option _SURVEY_ALLOWAUTO was enabled, the system tried to create an autodata file. This failed for some unknown reason. ==================================================== This email is confidential and intended solely for the use of the individual or organization to whom it is addressed. Any opinions or advice presented are solely those of the author and do not necessarily represent those of the Millward Brown Group of Companies. If you are not the intended recipient of this email, you should not copy, modify, distribute or take any action in reliance on it. If you have received this email in error please notify the sender and delete this email from your system. Although this email has been checked for viruses and other defects, no responsibility can be accepted for any loss or damage arising from its receipt or use. ==================================================== Skickat av "Montoya, Eliu \(MBMXC it\)" <Eliu.Montoya@xxxxxxxxxxxxxxxxxxxx> till survey-discussion Previous Message by Thread:Trying a windows installationI've tried installing mod_survey 3.2.4 onto my windows box for testing surveys; the perl installer recognized the S.O. and installation was successful. Everything regarding mod_perl, apache etc works fine. However, I can't solve this problem due to the variable _SURVEY_ALLOWAUTO set to on: Document error Could not create autodata file (C:/mod_survey/data/\C:_mod_survey_webroot_examples_example.survey\AutoData.dat) (C:/mod_survey/data/\C:_mod_survey_webroot_examples_example.survey\)[DOCUMENT ERROR 29, COULD NOT CREATE AUTODATA FILE] As neither ASCIIFILE nor DBITABLE was set, and the global configuration option _SURVEY_ALLOWAUTO was enabled, the system tried to create an autodata file. This failed for some unknown reason. maybe this is due to the ":" character representing the root drive? How can I escape it(if possible)? many thanks Luca -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.12.5/450 - Release Date: 18/09/2006 Next Message by Thread:Re: Could not create autodata fileCheck, in this order: * Does /usr/local/mod_survey exist? * Does /usr/local/mod_survey/data exist? * Does /usr/local/mod_survey/data have the right permissions (ie, must be same user/group as your apache process runs under) // Joel On Wed, 20 Sep 2006, Montoya, Eliu (MBMXC it) wrote: Hello everybody, I´ve just installed modsurvey and is up and running now, but when I click on any link of examples the next error appears, and I can´t find what is the problem. Can somebody help me out with this one? Could not create autodata file (/usr/local/mod_survey/data//_usr_local_mod_survey_webroot_examples_invisible.survey/AutoData.dat) (/usr/local/mod_survey/data//_usr_local_mod_survey_webroot_examples_invisible.survey/) [DOCUMENT ERROR 29, COULD NOT CREATE AUTODATA FILE] As neither ASCIIFILE nor DBITABLE was set, and the global configuration option _SURVEY_ALLOWAUTO was enabled, the system tried to create an autodata file. This failed for some unknown reason. ==================================================== This email is confidential and intended solely for the use of the individual or organization to whom it is addressed. Any opinions or advice presented are solely those of the author and do not necessarily represent those of the Millward Brown Group of Companies. If you are not the intended recipient of this email, you should not copy, modify, distribute or take any action in reliance on it. If you have received this email in error please notify the sender and delete this email from your system. Although this email has been checked for viruses and other defects, no responsibility can be accepted for any loss or damage arising from its receipt or use. ==================================================== Skickat av "Montoya, Eliu \(MBMXC it\)" <Eliu.Montoya@xxxxxxxxxxxxxxxxxxxx> till survey-discussion
blog comments powered by Disqus
|
|