Results
If the result list is too large, please consider these hints
- Reduce the number of websites.
- Add more keywords.
- Use quotes for building terms from keywords. For example, the phrase banner image searches for all articles containing both words. However, "banner image" searches for the exact two-word phrase.
Six Apart Knowledgebase, Manuals, 26 KB, 336 words

Question
How can I control the permissions on the files and directories generated by Movable Type?
Answer
Permissions on the generated files and directories are controlled by the *Umask and *Perms settings in the mt-config.cgi1 file. # DBUmask 0022 # HTMLUmask 0022 # UploadUmask 0022 # DirUmask 0022 # # HTMLPerms 0777 # UploadPerms 0777
For more information on using these settings correctly, see My PHP Output Files Need To Be Executable.
1 In versions prior to 3.2, the configuration file is named mt.cfg.
...
continue reading ...
Six Apart Knowledgebase, Manuals, 26 KB, 334 words

Question
How much does Movable Type cost?
Answer
You can refer to our pricing page to find the cost for the license which is appropriate for your use. There is also a Movable Type license that is available for free for personal, non-commercial use by anyone who does not want technical support and who meets the usage limitations for authors and weblogs.
Purchase of any license of Movable Type is backed by a 30 day money-back guarantee.
continue reading ...
Six Apart Knowledgebase, Manuals, 26 KB, 336 words

Question
I'm getting messages about syntax errors in one or more files.
Answer
Syntax errors are an indication that there was a problem uploading the specified file to your server: either it was not uploaded in ASCII mode, or the file was truncated during transfer.
Upload the file(s) again, making sure to specifically choose an ASCII or plain text transfer mode; and verify that the file size on the server after the upload matches the original file size.
...
continue reading ...
Six Apart Knowledgebase, Manuals, 26 KB, 355 words

Question
When installing Movable Type, I get an error message that says Can't find default template list; where is 'default-templates.pl'?
Answer
First, make sure that a folder named lib exists in the same folder where you installed Movable Type, and that there are several folders and files inside of it. Then, make sure that the specific file lib/MT/default-templates.pl was uploaded there, and in ASCII mode.
The files are also case sensitive, so make sure it is lib/MT/default-templates.pl, not lib/mt/default-templates.pl, or Lib/Mt/Default-templa...
continue reading ...
Six Apart Knowledgebase, Manuals, 26 KB, 386 words

Question
I upgraded to 3.2 and updated my Individual Entry Archive template to use the latest default; but I'm getting Javascript errors when viewing those pages and/or there is no comment posting form or sign-in link for TypeKey commenters.
Answer
If you're seeing Javascript errors which say individualArchivesOnLoad is not defined and/or writeTypeKeyGreeting is not defined, then this means Movable Type cannot find the mt-site.js file. This is a new file introduced in version 3.2 which contains all of the Javascript used for commenting, and is...
continue reading ...
Six Apart Knowledgebase, Manuals, 26 KB, 364 words

Question
When trying to install Movable Type on GoDaddy, I get a 500 error.
Answer
The 'sbox' software which GoDaddy uses on their servers rewrites the current working directory for all CGI scripts to its own directory. Because of this, Movable Type can't find its own library modules.
To get around this, you will need to edit the first line of all of the *.cgi scripts to look like this: #!/usr/bin/perl -w -I/path/to/mt_dir/lib
where /path/to/mt_dir/lib is the full path to the lib folder in your Movable Type installation directory....
continue reading ...
Six Apart Knowledgebase, Manuals, 26 KB, 377 words

Question
When running an upgrade script, I see the message You do not seem to be running the MySQL version. Exiting....
Answer
Note: The information in this article applies only to versions below 3.2.
Certain upgrade scripts only need to be run if you are using the MySQL version of Movable Type. If you see this message, and you are not using MySQL for your database, it is safe to disregard the warning and continue to the next upgrade script.
If you are using MySQL, make sure you've not inadvertently overwritten your original mt.cfg file when updating the Movable Type files on your server. If so, you may need to recreate this file with the correct settings for MySQL....
continue reading ...
Six Apart Knowledgebase, Manuals, 26 KB, 359 words

Question
When clicking any of the archive links on my site, I get a 404 error.
Answer
Versions 3.2 or Higher
If you're using Advanced Archive Publishing on the Settings > Publishing screen, make sure that the settings you've designated for Archive URL and Archive Root correspond correctly to the same location on the server.
Versions Prior to 3.2
This usually means your Local Archive Path in Weblog Configuration > Core Set-up does not correspond to the same location on your server as the Local Archive URL, so you should check your settings...
continue reading ...
Six Apart Knowledgebase, Manuals, 26 KB, 351 words

Question
When performing various functions in Movable Type, I get errors that include SCALAR reference and/or refer to problems with Serialize.pm.
Answer
These errors are almost certainly an indication of database corruption.
Corruption occurs most often with the Berkeley database. Berkeley is far more susceptible to this, and unfortunately, there are few options for recovery. You will most likely need to reinstall with a fresh database, recreate your weblogs, and import your entries.
When reinstalling, we strongly advise you to choose MySQL as...
continue reading ...
Six Apart Knowledgebase, Manuals, 26 KB, 380 words

Question
When I click on my comment and TrackBack links, they take me to an archive page, but there is no comment posting or TrackBack information on that page.
Answer
The Individual Entry Archive template is the one which contains the comment and TrackBack information; if your Preferred Archive Type in Settings > Publishing1 is not set to Individual, then the links won't point to that page.
So you should either: • Change your Preferred Archive Type to Individual.
• Use the archive_type attribute on the permalink tag: <MTEntryPermalink...
continue reading ...
Six Apart Knowledgebase, Manuals, 26 KB, 340 words

Question
I want to exclude a category from the list of entries on my index page. How do I do that?
Answer
If you only have a few categories, you can specify the ones you want to appear by using the category attribute: <MTEntries category="Apples OR Bananas OR Peaches">
That would exclude any entries in a category called Oranges.
If you have several categories, listing them all with an OR could be tedious. In that case, you should consider using the ExcludeCategories plugin.
...
continue reading ...
Six Apart Knowledgebase, Manuals, 30 KB, 856 words

Question
How do I apply a new style from the Style Library?
Answer
Note: Styles from the Style Library are only compatible with the new 3.2 Default Templates.
Applying the Style Manually
• Download the zip file for the style of your choice from the Style Library and unzip it to your local computer. All of the files should be organized into a single folder named after the style and prefixed with theme-. For example, after unzipping the file for the Beckett style, the folder would be named theme-beckett.
• Open your FTP program and navigate to your mt-static...
continue reading ...
Six Apart Knowledgebase, Manuals, 26 KB, 342 words

Question
I have unchecked the option to Enable Unregistered Comment Moderation. Despite this, I still have to approve every comment before it shows up.
Answer
Are you running an older version of MT Blacklist? If so, it needs to be uninstalled. You should upgrade to the version of the plugin which is compatible with 3.x if you wish to continue using its features.
For more information on the newest version, see MT Blacklist - A Movable Type Anti-spam Plugin.
...
continue reading ...
Six Apart Knowledgebase, Manuals, 26 KB, 350 words

Question
When rebuilding, I receive a message that says Reading from filehandle failed at lib/MT/FileMgr/Local.pm.
Answer
This usually means you have specified an Archive File Template that uses an invalid tag for a particular Archive Type.
Check your Archive File Templates on the Settings > Publishing screen under the Archive Mapping section1, and make sure you are only using the correct available tags for the Archive Type as noted in Can I control the name of my files?.
1 In versions prior to 3.2, navigate to Weblog Configuration >...
continue reading ...
Six Apart Knowledgebase, Manuals, 26 KB, 310 words

Question
What is the maximum number of entries my Movable Type database can store?
Answer
There is no predefined limit to the number of entries a database can hold, but external restrictions on disk space or database size imposed by your server or hosting account can be a factor, and should be taken into consideration.
continue reading ...
Six Apart Knowledgebase, Manuals, 26 KB, 392 words

Question
How do I use the formatting buttons and keyboard shortcuts when editing my entries on the Create New Entry or Edit Entry screen?
Answer
To use the formatting buttons and keyboard shortcuts, you must first highlight the text you wish to format, and then either click the appropriate button, or press the appropriate keyboard shortcut combination.
Formatting buttons are not available in all browsers. Please see Formatting buttons are missing for more information.
Keyboard shortcuts work in Internet Explorer and Mozilla Firefox. • Bold - Ctrl-Shift-b...
continue reading ...
PubHacks, Tutorials, 6 KB, 159 words

Required: MT3x, Plugin Pack
Installing MT-Notifier:
1. Unzip the shit.
2. Put the files here:
MT_DIR/mt-notifier.cgi (and make it 755) MT_DIR/extlib/jayseae/notifier.pm MT_DIR/plugins/Notifier.pl MT_DIR/tmpl/cms/notifier.tmpl MT_DIR/tmpl/email/notification.tmpl
3. Go into your MT installation. Down below where it says "Configure active plugins", Notifier should be there. If it isn't, hit F5 to refresh the screen.
4. Under "Configure Active Plugins", click on "MT-Notifier". Then click on "Install" and integrate it with your installation.
Related Entries: • Installing MT-Blacklist • An idiots guide to installing MT
Posted by Iki at October 24, 2004 08:14 PM
Comments
you forgot to supply the code...
continue reading ...
Six Apart Knowledgebase, Manuals, 25 KB, 298 words

Question
Shouldn't that be spelled "Moveable"?
Answer
Most dictionaries list either spelling as correct, however only the name without the "e" is the correct spelling for our application.
Also, note that there is a space in the name: "Movable Type", not "MovableType".
continue reading ...
Six Apart Knowledgebase, Manuals, 26 KB, 335 words

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.
...
continue reading ...
Six Apart Knowledgebase, Manuals, 26 KB, 357 words

Question
After upgrading to 3.2, none of my authors was designated the System Administrator. How do I correct this?
Answer
This can be corrected by forcing the upgrade script to run again.
First, you'll need to remove the database information which tells Movable Type that you've already upgraded: • For MySQL users, drop the mt_config table through phpMyAdmin or the mysql console.
• For BerkeleyDB users, delete the config.* files in your DataSource directory.
Then, log into Movable Type with the user who should be made the System Administrator. At...
continue reading ...