https://bugzilla.wikimedia.org/show_bug.cgi?id=18539


Roan Kattouw <roan.katt...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roan.katt...@gmail.com




--- Comment #1 from Roan Kattouw <roan.katt...@gmail.com>  2009-04-20 22:04:09 
UTC ---
(In reply to comment #0)
> Created an attachment (id=6046)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6046) [details]
> Bad Copy
> 
> I have recently located two notible errors/bugs with the MediaWiki software,
> the first being a bug which returns this prompt; 
> 
> * " A database query syntax error has occurred. This may indicate a bug in the
> software. The last attempted database query was: "
> 
Did you run update.php after the upgrade or extension installation? See
http://www.mediawiki.org/wiki/Manual:Upgrade#Run_the_update_script for
directions.

> It most probably occured in response to installing conflicting extensions. I
> have made provision a revised version of the Local Settings for the site to
> further investigate the matter. 
> 
> Secondly, the recent transition of image to file tags on the main MediaWiki
> application has contributed to no images (thumbnails) being displayable on the
> site. Only the logo and the original image file shows images, not thumbnailed
> or embedded images.
> 
It doesn't show thumbnails, so what does it show?

In your attached LocalSettings.php, you've got lots and lots of require_once()
calls including core files: this should not be necessary. You should add the
extension-related require_once() calls to the *bottom* of LocalSettings.php.
You should also not be redefining all of $wgSpecialPageGroups, instead just add
or alter stuff using $wgSpecialPageGroups['specialpagename'] = 'groupname';


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
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

Reply via email to