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.
Hi! i just encountered this problem
when i was installing the module *Commerce Kickstart* and then active the *rules module*
suddenly when i save it *the error showed up* and my drupal site cannot be restored
i tried to uninstall manually the new install modules , but it couldn't save my site :(
I'm creating a new 'Content Type' and would like the Admin User to be able to select data from a dropdown box field when creating this new content.
I can see on the 'Manage Fields' page that for a 'Field' you can select either 'List (float)', 'List (integer)', 'List (text)' but the 'Widget' only has 'Check boxes/radio buttons'. Is it not possible to create a 'Content type' that has drop down boxes where the admin user can select data from?
I have done a search and cannot see anything that has answers which relate to this problem?
I am in the processes of developing a module. I am trying to incorporate SimpleTest module in order to have a separate place that contains my code tests.
However, when I try to run a query against the tables in the database, which are build by me, I get: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'playground.simpletest311135TABLENAME
It tries to find a table simpletest311135TABLENAME while it should look for TABLENAME.
It always adds simpletest and some random number.