Dear all,
I recently installed 1.4.0 over an existing 1.3.? All went reasonably smooth, and except for a few very small issues all seems well.
However, when I tried the new 'New Image Gallery' special page, I got the following ouput:
Image::newFromTitle given null title
Backtrace: Image.php line 110 calls wfdebugdiebacktrace() SpecialNewimages.php line 87 calls image::newfromtitle() SpecialPage.php line 309 calls wfspecialnewimages() SpecialPage.php line 220 calls specialpage::execute() index.php line 101 calls specialpage::executepath() <<<
Is someone out there that has a clue?
Thanks, Peter.
Peter Frings wrote:
I recently installed 1.4.0 over an existing 1.3.? All went reasonably smooth, and except for a few very small issues all seems well.
However, when I tried the new 'New Image Gallery' special page, I got the following ouput:
Image::newFromTitle given null title
You have some bad entries in your images table. Clean them out.
-- brion vibber (brion @ pobox.com)
Brion Vibber wrote:
Peter Frings wrote:
Image::newFromTitle given null title
You have some bad entries in your images table. Clean them out.
In particular, there used to a be a bug where blank entries would sometimes be inserted on upload failures. Check for img_name=''.
-- brion vibber (brion @ pobox.com)
Brion Vibber wrote:
Peter Frings wrote:
Image::newFromTitle given null title
You have some bad entries in your images table. Clean them out.
In particular, there used to a be a bug where blank entries would sometimes be inserted on upload failures. Check for img_name=''.
Yep, that did it. Thanks!
The other minor issues I had were caused by silly me. I had set a path to the stylesheets directory in Localconfig.php, and so the wiki was still referring to the 1.3.x stylesheets. This gave all sorts of strange little things (strange little things of all sorts; little things of strange sorts; anyone remember the maze of little passages, all alike? :-)
Cheers, Peter.
mediawiki-l@lists.wikimedia.org