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

I have received this error twice, first during panels everywhere, and now again working with Features module. It is produced When you create new feature:

Structure > Features > and click on 'Edit Components'

I have to select Content type: node and As soon as I check on any of the check boxes of content types available on my website, I get similar error:

An AJAX HTTP error occurred. HTTP Result Code: 403 Debugging information follows. Path: /system/ajax StatusText: Forbidden ResponseText:

I am logged in as an Administrator, so have all the rights.

Hoping to find any work around soon. I am encountering this error on two different areas of the website, and it prevents me from doing any work further.

share|improve this question
What is your question here? – Citricguy Sep 27 '12 at 0:25
How can I get rid of this error. – user1592870 Sep 27 '12 at 12:42
When I checked the log messages found : Type ajax Date Wednesday, September 26, 2012 - 23:45 User admin Location example.com/system/ajax Referrer example.com/admin/structure/features/create?render=overlay Message Invalid form POST data. Severity warningd and another error logged in:Type php Date Wednesday, September 26, 2012 - 23:45 User admin Location xxxx/system/ajax Referrer xxxx/features/create?render=overlay Message Notice: Undefined index: form_build_id in ajax_get_form() (line 320 of xxx/includes/ajax.inc). – user1592870 Sep 27 '12 at 12:48

1 Answer

It might be a file permission issue. Change them to 777.

share|improve this answer
3  
For which file should the file permissions be changed? – kiamlaluno Dec 4 '12 at 10:35

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.