Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm geeting Ajax error in drupal 7 the directory system/ajax is empty.
I was trying to Create Multiple choice question where standard is only 2 choise option available and I would like to add 3 choice as well..
And as soon as i click to ADD MORE ALTERNATIVES it comes with this error.
I'm curently developing a module that imports a CSV into a custom DB table in Drupal.
On a small file everything runs as expected, but when trying to parse and insert a larger file a problem occurs.
I get a PODException (no further information, just PDOException and the location where it occured: $query->execute();)
So because it happened on the large file I expected it to be the database that couldn't handle such a large query (4000 records). So I decided to split my array into several chunks and insert them individually.
Ok i am at one hosting whic has max_questions query limited, and i know that code down is a solutions on that host, and i was wondering is there a similiar solution for DRUPAL 7
Hello
I m using drupal 7.10. I have field tag. tags are showing line by line. I want to show this tags in one line. Is it possible. if possible then how. I tried to search but didnot find any solution.