[Bug 32876] Undefined index: id timestamp

2014-07-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32876

This, that and the other (TTO) at.li...@live.com.au changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||at.li...@live.com.au
   Assignee|wikibugs-l@lists.wikimedia. |at.li...@live.com.au
   |org |

--- Comment #5 from This, that and the other (TTO) at.li...@live.com.au ---
WikiImporter doesn't know the meaning of grace...

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32876] Undefined index: id timestamp

2013-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32876

Ariel T. Glenn ar...@wikimedia.org changed:

   What|Removed |Added

 CC||ar...@wikimedia.org

--- Comment #4 from Ariel T. Glenn ar...@wikimedia.org ---
They aren't corrupted, they're gone:

   logitem
id5406/id
timestamp2013-02-01T16:58:20Z/timestamp
contributor
  usernameAndrew Gray/username
  id370/id
/contributor
typedelete/type
actionrevision/action
text deleted=deleted /
  /logitem
  logitem
id5407/id
timestamp2013-02-01T17:03:42Z/timestamp
contributor
  usernameAndrew Gray/username
  id370/id
/contributor
typedelete/type
actiondelete/action
text deleted=deleted /
  /logitem
  logitem
id5408/id
timestamp2013-02-01T17:03:51Z/timestamp
contributor
  usernameAndrew Gray/username
  id370/id
/contributor
comment1 revision restored/comment
typedelete/type
actionrestore/action
text deleted=deleted /
  /logitem

Obviously the failure to handle these gracefully is a bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32876] Undefined index: id timestamp

2013-06-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32876

Kelson [Emmanuel Engelhart] kel...@kiwix.org changed:

   What|Removed |Added

 CC||kel...@kiwix.org

--- Comment #3 from Kelson [Emmanuel Engelhart] kel...@kiwix.org ---
I have had a similar experience with:
php importDump.php ukwikimedia-20130608-pages-logging.xml.gz
(...)
5397 (370.49 revs/sec)
5398 (370.50 revs/sec)
5399 (370.52 revs/sec)
PHP Notice:  Undefined index: params in /var/www/wiki/w/includes/Import.php on
line 545
PHP Notice:  Undefined index: logtitle in /var/www/wiki/w/includes/Import.php
on line 546
WikiRevision given a null title in import. You may need to adjust
$wgLegalTitleChars.
Backtrace:
#0 /var/www/wiki/w/includes/Import.php(546): WikiRevision-setTitle(NULL)
#1 /var/www/wiki/w/includes/Import.php(528):
WikiImporter-processLogItem(Array)
#2 /var/www/wiki/w/includes/Import.php(466): WikiImporter-handleLogItem()
#3 /var/www/wiki/w/maintenance/importDump.php(286): WikiImporter-doImport()
#4 /var/www/wiki/w/maintenance/importDump.php(245):
BackupReader-importFromHandle(Resource id #75)
#5 /var/www/wiki/w/maintenance/importDump.php(95):
BackupReader-importFromFile('/tmp/ukwikimedi...')
#6 /var/www/wiki/w/maintenance/doMaintenance.php(110): BackupReader-execute()
#7 /var/www/wiki/w/maintenance/importDump.php(291):
require_once('/var/www/wiki/w...')
#8 {main}

In my case, it seems the XML file has an entry (corrupted?) with a NULL title.
To workaround this, I just return if non title in ImportDump.php

==
private function processLogItem( $logInfo ) {
if ( ! $logInfo['logtitle'] ) {
   return;
}
==

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32876] Undefined index: id timestamp

2011-12-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32876

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2011-12-09 
15:22:31 UTC ---
Could you provide a sample file to produce the E_STRICT errors?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32876] Undefined index: id timestamp

2011-12-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32876

--- Comment #1 from John McClure jmccl...@hypergrove.com 2011-12-08 19:24:14 
UTC ---
I have strict errror reporting turned on.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l