Search

Phrase

Display

 

Category

   

Order

 

Pagesize

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.
814 hits12345678910

61. 3.17 (2005.06.02)

Six Apart User Manual, Manuals, 25 KB, 898 words

3.17 (2005.06.02)

• Once an entry or category has been set to receive TrackBack pings, disabling pings for it through the UI will not actually refuse pings to that item but will suppress display of those pings. • Rebuilds will fail silently after saving an entry if a problem exists in your templates (for example, mismatched tags or a missing include module). An error will be shown, however, upon manual rebuild using the "Rebuild Site" functionality. • The nofollow plugin will cause a spurious warning for users with older versions of Perl upon running...

continue reading ...

62. 2.5 (2002.10.08)

Six Apart User Manual, Manuals, 35 KB, 2142 words

2.5 (2002.10.08)

• Localization: the MT interface can be available in multiple languages, on a per-author setting. • Integrated Jay Allen's mt-search (Thanks, Jay!). We've made the following changes from version 1.31b: • Rewrote ``new comments search'' to make it more scalable (using recently_commented_on functionality) • Added a search log through the Activity Log. • Added search request throttling, to help against denial of service attacks. • Merged mt-search.cfg directives into mt.cfg....

continue reading ...

63. 3.2 (2005.08.25)

Six Apart User Manual, Manuals, 45 KB, 3336 words

3.2 (2005.08.25)

Major Features

• New dead-simple AJAX-powered installation/upgrade process (see screencast demo) which replaces mt-load.cgi and all mt-upgrade* scripts. Also eliminated the upgrade distribution since only the config file would be different. • Combined mt.cfg and mt-db-pass.cgi into mt-config.cgi. Shipping as mt-config.cgi-original so as to prevent overwriting when upgrading. • Introduced the new System Overview section which allows administrators to configure and manage aspects of the system across all weblogs • Introduced a plugin-based feedback rating framework which scores comments and TrackBacks upon submission on a scale from -10 (least desirable) to 10 (most desirable)...

continue reading ...

64. Entries Archives

Six Apart User Manual, Manuals, 41 KB, 1663 words

By default, Movable Type offers two formatting options for the text in your entries: None and Convert Line Breaks. The former leaves your entry intact without any conversion and is appropriate for HTML-formatted entries. The latter includes basic formatting of paragraphs and line breaks allowing you to write as you would normally.

The Movable Type Plugin API allows you to add additional options via plugins such as the popular Markdown and Textile.

Back to top | Permalink | Comments (0)...

continue reading ...

65. TrackBack Archives

Six Apart User Manual, Manuals, 41 KB, 2330 words

We should probably included a full explanation of TrackBack and how it works, but there isn't enough time to do it justice.

Needs refinement. This comes in out of nowhere. better define "resource" and "communication."

Weblog comments still require the use of that particular site's interface and the content is limited to that one weblog unless it is cut, pasted, and posted elsewhere.

Released in August 2002 as both an open protocol and new functionality in MT version 2.2, TrackBack was designed to provide a means of notification through a small message called a ping that establishes a link between...

continue reading ...

66. Unsupported driver

Six Apart Knowledgebase, Manuals, 28 KB, 677 words

Question

I receive an error message that says "Unsupported driver MT::ObjectDriver::DBD::mysql" (or something similar).

Answer

Error occurs when initializing the system during installation or upgrade

• Make sure that you ran mt-check.cgi and that it reported the particular database module you are wanting to use as installed. If the check script does not detect the appropriate database module, you'll need to contact your host to have it installed; or choose another database option which is already supported by your server.

• If you are using a...

continue reading ...

68. Enabling Dynamic Publishing

Six Apart User Manual, Manuals, 26 KB, 912 words

Enabling Dynamic Publishing

Problem

You want to enable the dynamic publishing features in Movable Type.

Solution

Configure your web server so requests are routed through mtview.php, the Dynamic Bootstrap Handler.

Discussion

• 1. Turn on the dynamic page option in Movable Type.

Select whether to publish all of your archive templates dynamically or set your templates' publishing modes individually. See Specifying the Publishing Model. • 2. Set up the template cache directory.

In your weblog's root directory, create a new subdirectory named templates_c. The directory should...

continue reading ...

69. Upgrading Movable Type

Six Apart User Manual, Manuals, 40 KB, 3199 words

Upgrading Movable Type

Problem

You want to upgrade the Movable Type software.

Solution

Upgrading follows nearly the same steps as installation except that you will want to perform a backup of your system before attempting the upgrade. If you are upgrading from Movable Type 3.1x or before, you will also want to migrate to the new configuration file: mt-config.cgi.

Discussion

If you're on any past version of Movable Type, version 3.2 offers a lot of features and improvements that will make managing your blogs easier. To take advantage of them, you'll need to install the latest...

continue reading ...

70. 1.1 (2001.10.22)

Six Apart User Manual, Manuals, 25 KB, 875 words

1.1 (2001.10.22)

• Made <$MTDate$> work as a ``system date'', or the current date/time at which the page is being rebuilt. • Added Pragma: no-cache header to keep Opera from caching pages. (Jay) • Changed default templates to use iso-8859-1 (Latin 1) encoding instead of utf-8. • Added Blog Configuration option for the number of words in an auto-generated excerpt. • Added comment previewing, using the new Comment Preview template. Default templates now ship with comment previewing enabled, and the comments links on the main index...

continue reading ...

71. Install_driver failed

Six Apart Knowledgebase, Manuals, 26 KB, 394 words

Question

When running the script, I get an error message that says Got an error: install_driver(sql) failed:, where sql is either mysql, Pg or SQLite.

Answer

This error means you have configured mt-config.cgi to use a SQL database option, but the appropriate required module is either not installed, or is missing a component it needs.

If the error references mysql, then the DBD::mysql module is not properly installed.

If the error references Pg, then the DBD::Pg module is not properly installed.

If the error references SQLite, then the DBD::SQLite...

continue reading ...

72. %1 Is Not A Valid Win32 Application

Six Apart Knowledgebase, Manuals, 27 KB, 431 words

Question

When trying to load the script in my browser, I get an error that says %1 is not a valid Win32 application.

Answer

Your server may only be configured to recognize files with .pl extensions as valid Perl scripts. Try changing the file extension on the script file from .cgi to .pl to see if the script will execute with this change.

If changing the file extension resolves the error, then this could indicate that .cgi is not mapped to the PERL executable; and you'll need to contact your host or server administrator to update the...

continue reading ...

73. Can't Locate [path/filename].pm

Six Apart Knowledgebase, Manuals, 27 KB, 579 words

Question

When running any of the Movable Type CGI scripts, I receive an error that says Can't locate Some/File.pm in @INC (where Some/File.pm is the name of a particular file).

Answer

• Run mt-check.cgi to ensure that all of the Perl modules required for Movable Type usage are installed on your webserver. If they are not, follow the instructions in the Installation Documentation. • Check to make sure that in the directory containing your CGI files (for example, mt.cgi), there is a directory called lib; inside that the file in the error message (for...

continue reading ...

74. Installing Movable Type on Windows

Six Apart User Manual, Manuals, 25 KB, 892 words

Installing Movable Type on Windows

Problem

You want to run Movable Type on a Windows system.

Solution

Movable Type has been developed to run on a wide variety of operating systems including Windows, although this entails some additional considerations.

Discussion

One of Movable Type's strengths as a platform is that it runs in a wide variety of environments, letting you choose the operating system, web server, and database. As a Perl-based application though, Movable Type has historically been most at home on Unix-based operating systems like Linux, BSDs, or Mac OS X.

If you have chosen Windows as...

continue reading ...

75. 403 on View Site

Six Apart Knowledgebase, Manuals, 26 KB, 428 words

Question

When clicking View Site from within Movable Type, I get a 403 Forbidden error.

Answer

In most cases, this means that no index file has been generated in your weblog directory yet. Follow the same diagnostics as outlined in 404 on View Site to troubleshoot this error.

If Movable Type is generating an index file correctly in the weblog directory, and you are still seeing this error, then your server may not be configured correctly to display the index file as the default page for that directory.

In other words, if you can browse to the...

continue reading ...

76. Bad ObjectDriver config

Six Apart Knowledgebase, Manuals, 27 KB, 401 words

Question

When running the script, I get an error message that says Got an error: Bad ObjectDriver config.

Answer

If no further information follows the error, this means mt-config.cgi1 has not been properly configured for your database; specifically, that you have not uncommented2 any of the database settings so that Movable Type will know which one you want to use.

If the error is followed by more information which includes Connection error, see Connection Errors (MySQL).

If the error is followed by more information which says Your DataSource directory ('/path/to/database/directory') does not exist....

continue reading ...

77. Variable Not Defined

Six Apart Knowledgebase, Manuals, 27 KB, 575 words

Question

When trying to run Movable Type, I get an error message that says Variable [xxx] not defined.

Answer

First, make sure that you used a plain text editor when making changes to the mt-config.cgi file1, and that you uploaded it to your server in ASCII mode.

If uploading the file in the proper mode does not resolve the issue, open mt-config.cgi in a plain text editor and make sure that the only lines which do not begin with a # are those which represent valid settings. The general format of the mt-config.cgi file is that there are several...

continue reading ...

78. 404 After First Login

Six Apart Knowledgebase, Manuals, 26 KB, 425 words

Question

When I try to login for the first time with Melody/Nelson, I get a 404 Page Not Found error.

Answer

This typically means your CGIPath as set in mt-config.cgi1 is incorrect. • Make sure the CGIPath is the URL you use to log in to Movable Type, minus the mt.cgi piece: CGIPath http://www.example.com/cgi-bin/mt/ • Remember to include the trailing slash (/) at the end of the path.

• Also, case sensitivity may be an issue on your server. Make sure your CGIPath uses all lowercase letters (unless a capital is truly part of the folder name, i.e., MT rather than...

continue reading ...

79. Introduction

Six Apart User Manual, Manuals, 33 KB, 2011 words

Introduction

Movable Type is the premier weblog publishing platform for businesses, organizations, developers, and web designers. Powerful customization gives you control over everything you publish and the elegant interface keeps things simple and clear.

Features

• Unlimited Blogging

Movable Type offers the ability to publish an unlimited number of blogs quickly and easily through a single installation of the application. And the platform supports posting by as many authors as you need, with no limit on the numbers of entries, comments, or TrackBacks the system...

continue reading ...

80. DataSource Directory Does Not Exist

Six Apart Knowledgebase, Manuals, 27 KB, 492 words

Question

When installing Movable Type (or trying to access the Configuration Menu for the Nofollow plugin in a version prior to 3.2), I receive an error saying Your DataSource directory does not exist.

Answer

Error occurs during installation

First, make sure you have created a folder named db, and that you have set its permissions to the equivalent of chmod 777 (if you are not running under cgiwrap or suexec).

Then, make sure you've specified the full server path1 for the DataSource setting in mt-config.cgi2. For example: DataSource...

continue reading ...

Comments

You want to post some comment? Please use the announcement post on the Movable Type Weblog.

If you want to give some feedback concerning a specific query, please use the feedback button that is shown after a search has completed.

mgs | September 27th 2005