Uninstall Modules

views and views slideshow cycle. i tried to uninstall the alpha to put in the dev ver. i disable views slideshow cycle, save. disable views slideshow, save. i uninstall views slideshow cycle, uninstall confirm, and then get confirmation it was uninstalled. i uninstall views slideshow, uninstall confirm, and then get confirmation it was uninstalled. whether or not i then go back to lists page and save configuration. when i go back and look and/or try to add new module both of them are either listed on the page(not enabled though) or i get a message saying the module is already installed.

Migration from localhost to server

Not sure if I've hit the right forum but if not i'm sorry and if it can be moved to the right section please do so.

For now here's my problem.

I've been working on my website on my computer (localhost) and I wanted to test my website on my server so i've created a new database, user for that database and so on.. What I didn't realized is that my host automatically adds a prefixe to my user AND databases.

On my localhost the user/password and database where simple, root/root and test. Now I want a bit more security online so i've created a real user/password and named the database correctly but it's really different from the original one : prefixe_user/(password) and prefixe_databasename.

I've uploaded all the files onto my server and when I go to the mainpage http://server.com/folder/ I get this :

PDOException: SQLSTATE[28000] [1045] Access denied for user 'prefixe_user'@'localhost' (using password: YES) in drupal_get_installed_schema_version() (line 150 of /home/USER/public_html/FOLDERNAME/includes/install.inc).

I've changed the info in the /sites/default/settings.php to reflect the new database/username/password

$databases = array (
'default' =>
array (
'default' =>
array (
'database' => 'prefixe_databasename',
'username' => 'prefixe_user',
'password' => 'MYPASSWORD',

Site stuck in maintenance mode after upgrade to Drupal 7.7

Hello. I'm new to Drupal. I have created a site in localhost using Drupal 7.0 with fairly standard modules (e.g. Token, Pathauto, Redirect, CKEditor, CKEdit Link and CTools, so far).

Since I'm getting close to the point at which I want to deploy the (initial, test) site via my ISP, I decided to install Drupal 7.7. I set the site into maintenance mode and took the necessary steps to upgrade (including backing up the site files and database so no doubt I can restore back to Drupal 7.0).

Drupal restarts OK but of course is in maintenance mode. However, I cannot get admin access. If I append /admin to the URL, I get error 404. I get the same error trying to use EasyPHP and phpmyadmin - backend access. /?q=admin works no better either. A somewhat superficial look at the database shows that admin and other users are still in the Drupal users table.

I'm aware of the support thread http://drupal.org/node/6696#comment-198054 which I have to say confuses me. I have tried to follow the advice to update index.php, which now reads:

define('DRUPAL_ROOT', getcwd());
require_once DRUPAL_ROOT . '/includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
menu_execute_active_handler();
drupal_page_footer();
$GLOBALS['tempUser'] = $user;

This does not appear to resolve the issue.

How to show term filter in admin/content

How to show term or category filter in admin/content in Drupal 7?
I use Taxonomy for add tags and category field in Content type. When i want edit content in admin/content, it don't show category filter but in Drupal 6 have it.
I don't know it bugs in Drupal 7 or it don't have in Drupal 7.
Please help me.

Thanks you.

Successful login returns me to the Login Page or returns a 0

I just recently installed durpal. When trying to sign in it redirects me to a page with a 0 on it or back to the login.

I have already changed the cookie setting and the base url setting.

Does anyone have any other suggestions?

Thanks,
Drew

Question about jQuery

Attempting to integrate a Google mapping program called MapIt. This is the installation guide for HTML, which I've gotten to work on an HTML page. Drupal is another story.
http://lifeinthegrid.com/support/knowledgebase.php?article=11

Created a Text Type (aka: Content Type) with only Administrator checked from all of the options available on the page and selected it as Text Type for the recommended code:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x