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

decibel.places’s picture

Version: 5.x-1.x-dev » 6.x-2.10
Category: support » bug

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";

decibel.places’s picture

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 working

hmmmm....

decibel.places’s picture

Status: Active » Postponed

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

rsvelko’s picture

Issue summary: View changes
Status: Postponed » Closed (works as designed)

cant reproduce