Notice: Undefined index: SchemaVersion
Question
When viewing dynamic archive pages, I see an error which says Notice: Undefined index: SchemaVersion in /mt/php/mt.php on line 180.
Answer
"Notice" messages are informational and come from PHP, not from Movable Type.
Check the php.ini file on your server for an "error_reporting" setting. The default value should be: E_ALL & ~E_NOTICE which excludes "notice" messages from being output.
See PHP Manual: Error Handling and Logging Functions for more information.


