Template:List more most popular structures

From PDBWiki

Jump to: navigation, search

A template to list the most popular structures in the wiki.

[edit] TEMPLATE CODE FOLLOWS

The DPL extension (version 1.7.4) produced a SQL statement which lead to a Database error.
The reason may be an internal error of DPL or an error which you made,
especially when using DPL options like titleregexp.
Query text is:
SELECT DISTINCT `PDBWikipage`.page_namespace as page_namespace,`PDBWikipage`.page_title as page_title, `PDBWikipage`.page_counter as page_counter FROM `PDBWikipage` INNER JOIN `PDBWikicategorylinks` AS cl0 ON `PDBWikipage`.page_id=cl0.cl_from AND (cl0.cl_to='PDB_entry') WHERE 1=1 AND `PDBWikipage`.page_is_redirect=0 ORDER BY page_counter DESC LIMIT 0, 50

Error message is:
Table 'PDBWikipage' is marked as crashed and should be repaired (localhost)


Personal tools