Support for the beta
This is an archived entry from the Movable Type 3.2 beta test.
Entries from the current beta release (v3.3) can be found here.
One important thing to remember about 3.2 Beta is that it's officially unsupported software. While we'd love to be able to help everyone who wants to give it a spin, our primary purpose in allowing this sneak peek is to ferret out pesky bugs that may need to be eliminated prior to the final release.
The Movable Type Team will be concentrating heavily during the beta test only on issues or problems arising from the software itself, and thus, we're unable to provide assistance with "normal" support issues.
So, while we encourage you to use this weblog, the commenting features, etc. to discuss the beta version with one another if you need help, we ask that you not open support tickets or leave posts in the Community Forum for assistance with the beta version of our software.
[UPDATE: We have created an entry to be used for user-to-user support which should give you an outlet for help if you're having trouble.]
As Jay mentioned in our Welcome announcement, this blog is the central location for beta testing activities and discussion, and we need your assistance and cooperation to make it valuable to our development team.
Posted on July 13, 2005 4:06 AM in Announcements


Comments
yes but... configuring plugins in the new version does not appear to work (for me)... whenever i try to activate my plugins that have worked in all previous versions i am asked to log back in and get an "Unknown object type" error message.
arrrgggggg!
Posted by: Chad Don Blake
|
July 19, 2005 1:30 PM
Chad Don Blake Dude -- this is a beta. If it bothers you that much sit this time out while we find the bugs.
Posted by: Timothy Appnel
|
July 19, 2005 1:42 PM
nope, beta isn't 'bothering me' at all... was just being expressive. my bad... and trying to navigate my way around to find the appropriate place to post/email bugs.sorry if i came across as rude.
peash, --cdb
Posted by: Chad Don Blake
|
July 19, 2005 7:18 PM
a) What is /php/ for? b) Was 3.2 a "scratch-old-and-make-new" platform?
Posted by: Bryan
|
July 21, 2005 7:42 PM
/php/ is the dynamic publishing subsystem which is powered by Smarty.
I don't think I understand #2.
Posted by: Jay Allen
|
July 21, 2005 11:36 PM
hmm.. so if dont make use of dynamic content, I can delete that php directory entirely? ..or is it still required for some other processes?
Posted by: demonsurfer
|
July 22, 2005 6:45 AM
I get this error when i try to run the mt.cgi and i have set my mysql params fine: Got an error: Bad ObjectDriver config: Your DataSource directory ('removed name here \www\mt./db') does not exist.
Posted by: artfusion
|
July 23, 2005 3:59 PM
Comment out (put a # in front of) the line that says DataSource ./db although it sounds like you're still using mt.cfg. You're better to transfer the details from the old style files mt.cfg and mt-db-pass.cgi to the new mt-config.cgi files, and then delete both the old files.
Posted by: demonsurfer
|
July 23, 2005 6:36 PM
sorry, that should say "..to the new mt-config.cgi file,..", not files (there's only one mt-config.cgi file).
Posted by: demonsurfer
|
July 23, 2005 6:44 PM
Jay Allen,
What I ment by part 2 was Movable Type 3.2 coded from scratch (not using the framework of 3.1).
Posted by: Bryan
|
July 29, 2005 2:19 PM
What does this mean? "Can't call method "is_superuser" without a package or object reference at lib/MT/Permission.pm line 78."
What's the syntax for individual archives by entry id?! The new filename archiving removed all the links to my old-style individual entries!
Please help, this is a nightmare!
Posted by: NeoThe1
|
August 4, 2005 2:40 PM
I think the last bit of the Archive File Path for the Individual Archive Entry mapping would be:
<$MTEntryID pad="1"$>.html
to get numbered individual entries.. try it, it was that at one stage anyway if not still.
Posted by: demonsurfer
|
August 4, 2005 4:04 PM
You could use an MTEntryID tag, but then you wouldn't be able to use any of the other new '%' codes (you can't mix the '%' codes with MT tags in an archive file name template).
This what I'm currently using on my install:
archives/%y/%m/%e%x
'%e' is the code for <$MTEntryID pad="1"$> '%x' is the code for <$MTBlogFileExtension$> (the "." is automatically added)
Posted by: TweezerMan
|
August 4, 2005 8:09 PM
I updated my Blog to Beta 3.2 and everything went fine, except I get logged out everytime I do anything. So I Login again and the task gets performed, and I end up where I was supposed to be, but something is obviously wrong.
Posted by: siliconpalms
|
August 17, 2005 1:00 PM
Wrong thread.
Posted by: Jay Allen
|
August 17, 2005 4:09 PM
Oops, sorry Jay (for posting on the wrong thread) but since I'm here; I determined that deleted cookies (from adware scan) were causing Netscape to have problems with publishing, using the awesome new 3.2.4 - switched to my trusty Firefox and everything was perfect. Thanks for your great work!
Posted by: siliconpalms
|
August 18, 2005 5:29 PM
I found a little bug in b5.
In ContextHandlers.pm at line 414 :
'h' => "<MTArchiveDate format='%h'>",
I think it must be as below.
'h' => "<MTArchiveDate format='%H'>",
Posted by: hajime(壱)
|
August 21, 2005 8:17 PM
I'm trying to put 3.2 on my site, and I'm getting a 500 Internal Server Error. Everything's been uploaded correctly, mt-config has the correct info and mt.cfg and mt-db-pass.cgi are deleted. Help?
Posted by: jesse
|
August 22, 2005 8:49 AM
I can't figure this out.. when I try to open mt.cgi I get the following "Got an error: Bad ObjectDriver config" Doesn't tell me what so I could fix it..
I'm trying to upgrade from 3.17. I've configured the config file, renamed it, commented out what needed to be.. I'm lost. Help please!
Posted by: neveryone
|
August 23, 2005 9:34 PM
Upgrading from 3.2b1 to 3.2b5 (mt-upgrade.cgi) shows this error. How to fix it? -
Loading template 'upgraderunner.tmpl' failed: HTML::Template->new() : Cannot open included file upgraderunner.tmpl : file not found. at /home/DOMAINNAME/publichtml/mt/extlib/HTML/Template.pm line 1500 HTML::Template::inittemplate('HTML::Template=HASH(0x9e5fe04)') called at /home/DOMAINNAME/publichtml/mt/extlib/HTML/Template.pm line 1105 HTML::Template::init('HTML::Template=HASH(0x9e5fe04)') called at /home/DOMAINNAME/publichtml/mt/extlib/HTML/Template.pm line 999 HTML::Template::new('HTML::Template', 'type', 'filename', 'source', 'upgraderunner.tmpl', 'path', 'ARRAY(0x996f270)', 'searchpathoninclude', 1, ...) called at lib/MT/App.pm line 719 eval {...} called at lib/MT/App.pm line 718 MT::App::loadtmpl('MT::App::Upgrader=HASH(0x991b18c)', 'upgraderunner.tmpl') called at lib/MT/App.pm line 784 MT::App::buildpage('MT::App::Upgrader=HASH(0x991b18c)', 'upgraderunner.tmpl', 'HASH(0x9e64024)') called at lib/MT/App/Upgrader.pm line 348 MT::App::Upgrader::buildpage('MT::App::Upgrader=HASH(0x991b18c)', 'upgraderunner.tmpl', 'HASH(0x9e64024)') called at lib/MT/App/Upgrader.pm line 161 MT::App::Upgrader::upgrade('MT::App::Upgrader=HASH(0x991b18c)') called at lib/MT/App.pm line 595 eval {...} called at lib/MT/App.pm line 559 MT::App::run('MT::App::Upgrader=HASH(0x991b18c)') called at lib/MT/Bootstrap.pm line 44 eval {...} called at lib/MT/Bootstrap.pm line 39 MT::Bootstrap::import('MT::Bootstrap', 'App', 'MT::App::Upgrader') called at mt-upgrade.cgi line 11 main::BEGIN() called at /home/DOMAINNAME/publichtml/mt/extlib/HTML/Template.pm line 11 eval {...} called at /home/DOMAINNAME/publichtml/mt/extlib/HTML/Template.pm line 11
Posted by: Shashank Tripathi
|
August 25, 2005 3:13 AM
Looks like I was missing the new TMPL folder. After having copied all folders anew, I now have this error:
Couldn't load blog; perhaps you have not upgraded your MT database? - at lib/MT/App/CMS.pm line 367.
Isn't MT-UPGRADE.CGI supposed to upgrade all the scehema etc? What's the separate database upgrade?
Posted by: Shashank Tripathi
|
August 25, 2005 3:34 AM