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.
Help, I've just upgraded Drupal to 5.7, followed the instructions and ran the upgrade.php and now my site seems to have some additional text in the default URL.
and therefore nothing on the site seems to work... if I delete the /pub-cgi/ part of the URL I get to see something - which doesn't look good, but does give me links to other parts of the site - where all these links also include the /pub-cgi/
Guys, I'm looking around for a good mp3 player module I can put on my site
Something that roughly looks like this:
<< > >>
(rewind to previous song) (play) (fast forward to next song)
Note that this is not simply a player that plays one media file. It handles multiple, basically the type
of streaming mp3 player you see on some sites.
Pointing me in the direction of a good one would be appreciated! :)
I'm unable to update my drupal installation from 5.1 to 6.2....
Here's my workflow:
log in as user1
put site offline
disabled all custom and added modules
switched to Garland theme
disabled site language (dutch) and re-enabled english
copied whole drupal installation directory for backup
backed up database
deleted complete drupal installation on server
uploaded drupal 6 files to server
uploaded drupal 6 compatible modules to /sites/all/modules
run update.php
When I do this, first a page appears with the message that register_globals is enabled.
The page appears in a non-themed state. I thought the 6.x Drupal update pages were themed, no?
After stubbornly clicking "continue" I see a (non-themed) page reminding me to back up everything. Which I fortunately did allready. The next page shows a list of modules from which I can select versions. I left it like it was and clicked "update".
Then it went wrong... "Page not found".
After upgrade to 5.7 from 4.* i have troubles with the users table at the begining users with capitalized letters cant login in the site so i change the type of the field name from varbinary to varchar and add collation to utf8_bin now user can login but now i have other trouble.
If a user open a second window of the browser and login the page twice this user appear twice in the user online block.