Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

When I submit forms(all forms) in Drupal 7 it shows the Your configuration settings have been saved message, but the form values are still the same as the values before submission. I have cleared the cache but the problem still exists.

Any suggestion?

share|improve this question
Has it worked before? Or is this a new site? – Gisle Hannemyr Apr 18 at 7:42
Yes. It was working... – hpn Apr 18 at 7:56
1  
Are you overriding the variables in $conf array, e.g settings.php? – David Thomas Apr 18 at 10:09
@DavidThomas NO! – hpn Apr 18 at 10:14
Any errors in the watchdog log (admin/reports/dblog)? – rooby yesterday

This question has an open bounty worth +100 reputation from hpn ending in 5 days.

This question has not received enough attention.

1 Answer

I can suggest how you can test what's happening:

  1. Create custom test form with submit function.
  2. Install Xdebug on your LAMP, or WAMP or MAMP
  3. Than watch callstack. look what functions have been called.

Looks you've done some specific changes in your instalation. Also try to download clear drupal instalation and check forms there.

(P.S. If you have opportunity switch to new instalation).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.