- Messages : 9
- Remerciements reçus 1
- Forum
- English support forums
- Installation & update issues
- Error: Property "Survey_dynamic.datestamp" is not defined.
Error: Property "Survey_dynamic.datestamp" is not defined.
- ranman22
-
Auteur du sujet
- Hors Ligne
- Fresh Lemon
-
Réduire
Plus d'informations
il y a 5 ans 5 mois #88412
par ranman22
ranman22 a créé le sujet : Error: Property "Survey_dynamic.datestamp" is not defined.
I just installed LimeSurvey last night. All went fine with the installation. I created a test survey to try it out, and when I activated it, I told it to date stamp the responses. When I click on the survey, I am presented with the survey welcome screen. When I click "Next", I get this:
Any thoughts?
Internal Server Error
Property "Survey_dynamic.datestamp" is not defined.
An internal error occurred while the Web server was processing your request. Please contact the webmaster to report this problem.
Thank you.
Any thoughts?
Les utilisateur(s) suivant ont remercié: jawnathin
Connexion ou Créer un compte pour participer à la conversation.
- mharvey
-
- Hors Ligne
- Fresh Lemon
-
Réduire
Plus d'informations
- Messages : 1
- Karma: 2
- Remerciements reçus 2
il y a 5 ans 5 mois #88425
par mharvey
mharvey a répondu au sujet : Error: Property "Survey_dynamic.datestamp" is not defined.
I am receiving the same error. I installed limesurvey and the customer service sample yesterday. Hoping for a quick answer on this.
Connexion ou Créer un compte pour participer à la conversation.
- jawnathin
-
- Hors Ligne
- Fresh Lemon
-
Réduire
Plus d'informations
- Messages : 2
- Remerciements reçus 1
il y a 5 ans 5 mois #88442
par jawnathin
jawnathin a répondu au sujet : Error: Property "Survey_dynamic.datestamp" is not defined.
Just received the same issue. New install of 2.0, first survey on the server.
Les utilisateur(s) suivant ont remercié: ranman22
Connexion ou Créer un compte pour participer à la conversation.
- Azer74
-
- Hors Ligne
- Junior Lime
-
Réduire
Plus d'informations
- Messages : 24
- Remerciements reçus 0
il y a 5 ans 5 mois #88449
par Azer74
Azer74 a répondu au sujet : Error: Property "Survey_dynamic.datestamp" is not defined.
Idem
Internal Server Error
Property "Survey_dynamic.datestamp" is not defined.
An internal error occurred while the Web server was processing your request. Please contact the webmaster to report this problem.
Thank you.
Version Version 2.00+ Build 121115
Internal Server Error
Property "Survey_dynamic.datestamp" is not defined.
An internal error occurred while the Web server was processing your request. Please contact the webmaster to report this problem.
Thank you.
Version Version 2.00+ Build 121115
Connexion ou Créer un compte pour participer à la conversation.
- DenisChenu
-
- Hors Ligne
- LimeSurvey Community Team
-
Réduire
Plus d'informations
- Messages : 8875
- Karma: 400
- Remerciements reçus 1466
il y a 5 ans 5 mois #88458
par DenisChenu
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand (or search sondages pro).
An error happen ? Before make a new topic : remind the Debug mode .
DenisChenu a répondu au sujet : Error: Property "Survey_dynamic.datestamp" is not defined.
Please,
Can you do:
- Deactivate survey
- Reactivate survey
- Close your browser
- Reopen your browser
- see if something change.
If the bug still appear, put a bug report with:
- The lss file of a survey
- All information frm your server (phpinfo is great).
Denis
Can you do:
- Deactivate survey
- Reactivate survey
- Close your browser
- Reopen your browser
- see if something change.
If the bug still appear, put a bug report with:
- The lss file of a survey
- All information frm your server (phpinfo is great).
Denis
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand (or search sondages pro).
An error happen ? Before make a new topic : remind the Debug mode .
Connexion ou Créer un compte pour participer à la conversation.
- DenisChenu
-
- Hors Ligne
- LimeSurvey Community Team
-
Réduire
Plus d'informations
- Messages : 8875
- Karma: 400
- Remerciements reçus 1466
il y a 5 ans 5 mois #88463
par DenisChenu
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand (or search sondages pro).
An error happen ? Before make a new topic : remind the Debug mode .
DenisChenu a répondu au sujet : Error: Property "Survey_dynamic.datestamp" is not defined.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand (or search sondages pro).
An error happen ? Before make a new topic : remind the Debug mode .
Les utilisateur(s) suivant ont remercié: ranman22
Connexion ou Créer un compte pour participer à la conversation.
- ranman22
-
Auteur du sujet
- Hors Ligne
- Fresh Lemon
-
Réduire
Plus d'informations
- Messages : 9
- Remerciements reçus 1
il y a 5 ans 5 mois #88493
par ranman22
Works great now -- thank you!
ranman22 a répondu au sujet : Error: Property "Survey_dynamic.datestamp" is not defined.

Connexion ou Créer un compte pour participer à la conversation.
- Pipo01
-
- Hors Ligne
- Fresh Lemon
-
Réduire
Plus d'informations
- Messages : 2
- Remerciements reçus 0
il y a 3 ans 2 jours #119314
par Pipo01
Pipo01 a répondu au sujet : Error: Property "Survey_dynamic.datestamp" is not defined.
In my case, another method for solving this problem is to access your survey database table and change the fields values for "datestamp" and "ipaddr" to "N". This help me to access again my survey without deactivate it.
Example of mysql query: (Don't forget to change 123456 with your own sid)
UPDATE survey SET datestamp = 'N', ipaddr = 'N' WHERE sid = 123456;
Hope this can help another user.
Pipo
Example of mysql query: (Don't forget to change 123456 with your own sid)
UPDATE survey SET datestamp = 'N', ipaddr = 'N' WHERE sid = 123456;
Hope this can help another user.
Pipo
Connexion ou Créer un compte pour participer à la conversation.