Having problems installing Drupal? See the Installation Guide for more information.

Help removing tables?

I have drupal 4.6. I tried to replace a picture in my profile, and that's when the trouble started. Now, whenever I try to log in, I get this message:

Fatal error: Duplicate entry 'dbc035a5b9bc70ffa5943a37ec16d06f' for key 1 query: INSERT INTO sessions (sid, uid, hostname, timestamp) VALUES ('dbc035a5b9bc70ffa5943a37ec16d06f', 0, '65.80.41.204', 1133893177) in /home/tintmag/public_html/community/includes/database.mysql.inc on line 66

What exactly do I delete out of the database? Where would I find this table?

Thanks in advance.

problem with content creation

I install drupal 4.6 with no problem but on the creation on content page or story
i recived the following message

Field 'revisions' doesn't have a default value query: INSERT INTO node (status, moderate, promote, sticky, comment, title, body, format, uid, created, type, teaser, changed, nid) VALUES('1', '0', '1', '0', '2', 'Pagina de prueba', '', '1', '1', '1133890093', 'story', '', '1133890106', '4') in C:\Apache2\htdocs\drupal\includes\database.mysql.inc on line 66.

testing drupal with MySQL 5.0.16 + PHP 5.1.1 + Apache 2.0.54 on Win2K

SQL connection error

Hello,

i found an error when i tried to execute drupal:
Fatal error: Call to undefined function: mysql_connect() in /var/www/drupal-4.6.4/includes/database.mysql.inc on line 31

That line is:
$connection = mysql_connect($url['host'], $url['user'], $url['pass'], TRUE) or die(mysql_error());

somebody knows where is the problem?

thanks.

Help needed please with an inherited site

Hello, I bought some time ago a domain name with website. This website using drupal engine, I receive zip file with all files and database. I upload it on my server, create db, change conf.php. Websites works, I can manage links at menu (enable/disable) but I cant post new articles, can't change admin password. I think that I should set some permissions, but I dont know which files - or maybe Im wrong? Please help me, thank you.

First time install problem: 4.6.4 Windows

Hi all,

I'm using PHP Version 4.3.11 and I've installed Drupal v4.6.4 on a Windows 2003 server machine.

However I get the following errors compiling the php:

Warning: Unterminated comment starting line 218 in D:\Inetpub\vhosts\quim.ptcoders.com\httpdocs\drupal\includes\pager.inc on line 218

Parse error: parse error in D:\Inetpub\vhosts\quim.ptcoders.com\httpdocs\drupal\includes\menu.inc on line 146

Does anyone has any idea what migth be causing this?

Thanks in advance,

Logon Issue

I had many issues at first connecting to my database finally this sting worked
Port 3306 is required by my server.

$db_url = "mysql://username:Password@l27.0.0.1:3306/database";
$db_prefix = '';

but now the I cant get past the logon on page every time I click on any thing I just get back to the logon page.

Please help

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal