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 am doing a clean installation. I came across this warning. How do I fix this?
user warning: Table 'mydatabase_drupal.votingapi_vote' doesn't exist query: SELECT DISTINCT uid from votingapi_vote in /home/public_html/includes/database.mysql.inc on line 121.
Hello, has anybody had and resolved the issue with last check out step in ecommerce. When I go there and SSL certificate kicks in, IE shows a pop that says "page is containing non secure items" - It seems to be linking problem, since I don't see any iframe tags in the source. Please help! Thanks.
I have a problem in session management in drupal. i opened one drupal instance in IE, and again opened another instance in the next tab. its not asking for user name and pwd but directly taking to the home page. how do i make it to ask for the login detaikls?
I would like to change the ownership of all nodes created by one user to another. Obviously, this could be done manually by the "Edit" tab, but I was curious if anyone had insights about a more automated way to perform this operation. Is a simple UID MySQL statement sufficient, or would the solution be a bit more involved?
Newbie Drupal user, here. I have been trying to find a way to add a "reading level" category to the existing book review module, so that users can sort reviews by reading level.
To the .install document, I added the following line to the "Create database" statement:
readinglevel varchar(25) NOT NULL default ' ',
In the .module document, I have tried to root out all of the changes and add the proper variables (too many areas of the document to post here, I think).
I have posted some PHP code into a new block. I am wondering where the code is stored? I have looked through the blocks table, but I don't see my code, or anything that is acting as a pointer to the code contents. I have poked around a few of the other tables, but have yet to find it.
Any clues on where I might find it via a backend file or MySQL record?