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 a relative newbie to Drupal. I am running a web site for a non-profit organization on a shoestring. I do not know how to write PHP. I can look into the MySQL database tables using phpMyAdmin 2.8.0.1, but don't really know what I am doing there, so if anyone can help, I will need explicit instructions. I am willing to try most things.
After upgrading from 7.7 to 7.9 I have been unable to successfully run the database update scripts (~/update.php).
It tells me there are 4 pending updates:
comment module
* 7009 - Change the last_comment_timestamp column description.
entity module
* 7002 - Clear caches and rebuild registry.
image module
* 7002 - Add width and height columns to image field schema and populate.
menu module
* 7002 - Rename the primarysecondary menu blocks to match previously renamed menus.
After clicking the "Apply pending updates" button I get the following message (note: ~ in place of web site root):
An unrecoverable error has occurred. You can find the error message below. It is advised to copy it to the clipboard for reference.
Please continue to the error page
The multiplayer game is integrated with drupal, in that it calls pages, built using the drupal api and updates user profiles, etc. Typical these pages return a single line, which the game can then read and use.
But Drupal is using a lot of resources on my high traffic website... So I need to cache. But I don't want to cache those special pages, because they return different information every time. How to do this?
Hello every body,
I am trying to make a simple video uploading site with Drupal. I am using the Video module. Let me tell you what I have done:
1) Just made a fresh installation of Drupal 7.7
2) Installed the Video module
3) Enabled the following
* Video
* Video UI
Now when I go to configuration tab I see the following error:
Exception: You must have the cURL extension enabled to use this library. in require_once() (line 22 of C:\wamp\www\freshdrupal\sites\all\modules\video\libraries\zencoder-php\Zencoder.php).
I'm able to translate all the fields in content structure i need - just can't figure out how to translate prefixes and suffixes.
Any idea how to do it please?