Closed (works as designed)
Project:
Login Destination
Version:
6.x-2.10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2008 at 19:42 UTC
Updated:
8 Nov 2015 at 23:34 UTC
Jump to comment: Most recent
Comments
Comment #1
decibel.places commentedhaving 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";
Comment #2
decibel.places commentedhmmmm....
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....
Comment #3
decibel.places commentedummm - 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
Comment #4
rsvelko commentedcant reproduce