Getting this error when attempting to publish the Midcentury templates.
'Statement has no result columns to bind (perhaps you need to successfully call execute first) at /www/w3-cgi/mt/extlib/Data/ObjectDriver/Driver/DBI.pm line 128.'
Has anybody else seen something like this? Any ideas for fix or work-around?
Using 4.2-en (final). Error is only with these templates, though the error is almost identical to one thrown by the "Universal" templates in 4.2-rc12 (see: [error reports on this forum] (http://forums.movabletype.org/2008/05/two-errrors-on-42rc1.html "DBI.pm errors with Universal templates")).
Reported on Movable Type 4.2

I'm also experiencing this problem... publishing Mid-Century on three different installs of MT 4.2 (all on the same host, though) gives the the following error:
Debug Mode doesn't give any further details.
Of the three installs, one is a fresh install, with only the default test entry and comment. The others each have 500-odd entries and about 1000 comments, one which has been upgraded regularly from (good old) 2.61, the other was originally a MT4 install.
Interestingly, since upgrading to MT4.2, I'm finding the same error on a home-brewed template, which published fine before. I don't believe it's using any particularly complicated syntax (no categories, for one thing).
Googling has found some old posts that suggest disabling plugins and trying again, but this makes absolutely no difference - indeed, on the new install, Mid-Century is the only additional plugin I've added.
Any ideas?
Hi,
We had the same problem and it turns out it's a pretty simple fix. It's the about page.
The problem is that there's code in the template that's trying to grab from a folder called "about" but if you haven't created one, it doesn't know what to do with itself.
Create a top level folder called "about" and then create an about page to go in that folder.
In longer terms, go to Manage> Folders > Create top level folder. Name it about and hit create.
Then go to Create> Page and make an about page. In the editor, make sure you direct the page to go into the new 'about' folder.
Oh, and if you just don't want an about page excerpt on the sidebar, then just remove the from the Sidebar module.
Hope that helps!
Sorry, that last line was supposed to say:
Remove the <$mt:include module "About Me"$> from the sidebar module.
Sorry, that last line was supposed to say:
Remove the <$mt:include module "About Me"$> from the sidebar module.
It does work! Fantastic! Thanks so much for finding it and for sharing it! I wish I could vote for your reply. ;-)
It does work! Fantastic! Thanks so much for finding it and for sharing it! I wish I could vote for your reply. ;-)
Awesome, that works perfectly. Thanks! I doubt I'd have figured that out on my own...