Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
base system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2007 at 10:15 UTC
Updated:
16 Sep 2007 at 09:21 UTC
I got this after checking a custom module and press save in D6. This may be translation auto import related. My default system language is German and the module have a German translation included.
URL: http://localhost/drupal6/index.php?q=batch&op=start&id=29
* notice: Undefined index: id in C:\Inetpub\wwwroot\drupal6\includes\form.inc on line 2041.
* user warning: Field 'token' doesn't have a default value query: INSERT INTO batch (timestamp) VALUES (1183889433) in C:\Inetpub\wwwroot\drupal6\includes\database.mysqli.inc on line 154.
You are not authorized to access this page.
Comments
Comment #1
chx commentedform.inc:2193: db_query("INSERT INTO {batch} (token, timestamp) VALUES ('', %d)", time());not an issue any more.Comment #2
(not verified) commented