Posted by czeky on April 29, 2008 at 7:42pm
Jump to:
| Project: | Login Destination |
| Version: | 6.x-2.10 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Issue Summary
Hi, D5, have "Validation error, please try again. If this error persists, please contact the site administrator." even nothing is filled in the snippet fields.. even snippet from main moddule pages doesnt work, any ideas?
many thanx
Comments
#1
having same problem, using D6.17
( which has a different $cookie_domain setting than previous versions http://drupal.org/node/816998#comment-3051528 )
when I roll back to previous settings with Backup & Migrate (restore db) it is okay, but I cannot edit it for static URL or PHP snippet
even when I set it to the same setting as previously:
[ld_url_type] => 'static'
[ld_url_destination] => 'user'
I get "Validation error, please try again. If this error persists, please contact the site administrator."
also testing PHP mode:
return 'user';
will get validation error - so does return "user";
#2
hmmmm....
it seems that after saving the admin settings page, the validation error always displays
but after reloading the settings page the error goes away and the simple test snippet
return 'user';is now workinghmmmm....
#3
ummm - well the validation error stopped coming except for when I tried to use $_SERVER['HTTP_REFERER'] without saving it in a string variable...
seems the PHP code eval is working now