Help - Search - Members - Calendar
Full Version: mt-view.php
Movable Type Community Forum > Installing and Upgrading > Basic Installation and Setup
Harvey
Hello all,

I am getting errors when I recompile complaining that mt-view.php could not be written to, permission denied.

Could someone explain, what this file is, where it is suppsoed to be, and what the permissions should be?

Thanks,

Harvey
marc68
Same problem. This is the second thread on this subject. Seems that it's causing a big problem that nobody can fix.

Sorry I can't help.
sojo
Mt-view.php has to do with publishing dynamic pages. This article in Learning Movable Type might shed some light :

http://www.elise.com/mt/archives/000733hta..._publishing.php

Wish I could say more, but it's still greek to me too ...

soj
Harvey
Wow that's not good.

Funny thing is I'm not doing dynamic at all...

In Templates I have "Build All Templates Statically" selected.

Strange...

Inside the Template Menu on MT we can see....

Dynamic Site Bootstrapper mtview.php

Hrm... I have the option to delete it...

Hey I deleted it!

And now when I rebuild it works... Weird.
arvind
Do you remember the exact error you were getting. I wouldn't've advised deleting mtview.php as if you ever wanted to switch to dynamic publishing there really isn't a location where the contents of the file is posted.

If you remember the exact error, we can troubleshoot from there.

Also for future reference, mtview.php contains

CODE
<?php
   include('<$MTCGIServerPath$>/php/mt.php');
   $mt = new MT(<$MTBlogID$>, '<$MTCGIServerPath$>/mt.cfg');
   $mt->view();
?>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.