Difference between revisions of "Main Page"

From relax wiki
Jump to navigation Jump to search
Line 48: Line 48:
 
category=Analysis|Script|Time_of_running
 
category=Analysis|Script|Time_of_running
 
includepage=*
 
includepage=*
includemaxlength=450
+
includemaxlength=850
 
escapelinks=false
 
escapelinks=false
 
resultsheader=__NOTOC__ __NOEDITSECTION__
 
resultsheader=__NOTOC__ __NOEDITSECTION__

Revision as of 15:02, 13 June 2013

Welcome to the NMR relax Wiki.
The community-run support site for the NMR relax relaxation dispersion analysis program.
Quick Links
Tutorials Table of Contents Commands
Script repository Cheat Sheet (PDF) FAQ
All Categories

Welcome

News & Updates
New Wiki This is the new wiki


Did you know...

The DPL extension (version 2.3.0) 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 `page`.page_namespace AS page_namespace,`page`.page_title AS page_title,`page`.page_id AS page_id, `page`.page_title AS sortkey, `page`.page_counter AS page_counter FROM `page` INNER JOIN `categorylinks` AS cl0 ON `page`.page_id=cl0.cl_from AND (cl0.cl_to='Analysis' OR cl0.cl_to='Script' OR cl0.cl_to='Time_of_running') WHERE 1=1 AND `page`.page_namespace IN ('0') AND `page`.page_is_redirect=0 ORDER BY page_title ASC LIMIT 500 OFFSET 0

Error message is:
Unknown column 'page.page_counter' in 'field list' (mysql-n)