https://bugzilla.wikimedia.org/show_bug.cgi?id=17897
Summary: Uninitialized string offset
Product: MediaWiki
Version: 1.14.0
Platform: PC
OS/Version: Linux
Status: NEW
Severity: blocker
Priority: Normal
Component: Page editing
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=5905)
--> (https://bugzilla.wikimedia.org/attachment.cgi?id=5905)
screen snapshots of the web page, in the bottom of the page the nested words
Randomly the apache log throw the error
PHP Notice: Uninitialized string offset: 0 in ../includes/parser/Parser.php
on line 2181
Looking the code and after various test I found that sometimes the $t variables
is not an array so, I changed from ' ' == $t{0} into ' '== substr($t,0)
and seems not throw any error
--
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l