Difference between revisions of "Issue:Http 500 error"
Line 12: | Line 12: | ||
== Reply == | == Reply == | ||
+ | The query for uncategorized pages uses a special table which must be present in the database. Maybe the rights of the mediawiki user do not allow to create or access that table?. Have a look in the source and the docs. Try to run the resulting query (can be shown with debug=3) manually with a sql client. If that works, DPL should also work. | ||
+ | |||
+ | [[User:Gero|Gero]] 22:19, 10 June 2008 (CEST) |
Revision as of 21:19, 10 June 2008
Description: | Blank Page (http500error) when using uncategorized pages |
Extension / Version: | DPL / 1.7.4 |
Type / Status: | Bug / open |
Problem
I've installed DPL on MW 1.13 alpha on a Linux box with mysql 5.0.45 and PHP 5.2.4. Now if I use DPL as parser extension I get an http 500 error on clicking "save page" only when I use the dpl-syntax with namespace. I.E. <dpl>namespace=</dpl> doesn't work but <dpl>category=¦</dpl> works fine. I've applied the special database dpl view via phpmyadmin like descriped in DPL:Manual_-_Source_and_Installation Chapter 3. It still doesn't work. On my XAMPP on Windows it all works fine. Any idea? --Paul 20:57, 9 June 2008 (CEST)
Reply
The query for uncategorized pages uses a special table which must be present in the database. Maybe the rights of the mediawiki user do not allow to create or access that table?. Have a look in the source and the docs. Try to run the resulting query (can be shown with debug=3) manually with a sql client. If that works, DPL should also work.
Gero 22:19, 10 June 2008 (CEST)