For problems and solutions related to database compatibility.

organic groups database-related error messages

Hey guys, I loaded a lot of modules into my drupal installation and now I keep getting these error messages...

how to update delete in mysql in grid table

how to update data in mysql in database and delete button working
and show in table select data and and call data by parameter link and similarly in delete
database

I am unable to connect to MySQL database server.Need Help

Unable to connect to database server
If you still have to install Drupal, proceed to the installation page.

If you have already finished installed Drupal, this either means that the username and password information in your settings.php file is incorrect or that we can't connect to the MySQL database server. This could mean your hosting provider's database server is down.

The MySQL error was: Access denied for user 'dbo211916290'@'74.208.16.91' (using password: YES).

Currently, the username is dbo211916290 and the database server is db950.perfora.net.

Database management

My website database went over 100MB by trying to delete some files, I made a mistake and delete all. Can someone help? I will pay for the recovery.

site subject to recovery is www.tchadforum.com

felix 206 753 8966

fngoussou@yahoo.fr

How to distinguish a container from a forum in the database?

I am trying to import forum data from another system into Drupal. Can anyone confirm how a container is distinguished from a forum in the Drupal database?

My impression is that containers and forums have almost identical records in the term_data and term_hierarchy tables. As far as I can tell, one of these items is a container only if its tid value from the term_data table appears in a serialized PHP array in a record in the variable table. A record there has the name 'forum_containers' and this serialized array as a value.

I see that this array is maintained by this code in forum.module:

$containers = variable_get('forum_containers', array());
$containers[] = $form_values['tid'];
variable_set('forum_containers', $containers);

In my test environment, I have the value 'a:3:{i:0;i:1;i:1;i:5;i:2;i:7;}'. I think this means I have three containers, where the tid values from term_data appear in the second, fourth and sixth semicolon-delimited type:value pairs within the array. In other words, I have a three-element array of containers, the first element has an integer index of 0 and an integer tid value of 1, the second element has an integer index of 1 and an integer value of 5, and the third element has an integer index of 2 and an integer value of 7.

Weird looking Free Tagging after Database update

I did some updating with my databases and everything seemed to be working fine. I went to use my site today and I was using free tagging in one of my nodes and I found a lot of tags that I did not add. They actually weren't tags at all but snippets of code. I checked my categories and all looks fine. Any one else seen this problem?

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Database compatibility