Search the web
Sign In
New User? Sign Up
mt-dev · Movable Type Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2061 - 2090 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2061
I've been contacted by an organization still running MT 3.2 (not MT 3.21) and they are experiencing core dumps on a regular basis. From what I can tell its...
Timothy Appnel
tappnel
Offline Send Email
Jun 6, 2008
3:01 am
2062
Do they have a PHP accelerator installed? I recall issues, usually traceable to plugins, that caused core dumps when eAccelerator was installed on MT 3.2. I...
kaylward@...
kaylward
Offline Send Email
Jun 6, 2008
5:49 am
2063
Thanks Kevin. I'll look in to that. They are running a lot of PHP apps on that box also so its a possibility. I also found that they still had spam lookup...
Timothy Appnel
tappnel
Offline Send Email
Jun 6, 2008
3:36 pm
2064
... I'm surprised at the number of people that contact me about "slow commenting" where this is the problem. Just last night I had another e-mail from someone...
Dan Wolfgang
wolfgangdan
Offline Send Email
Jun 6, 2008
3:52 pm
2065
+1 - There are a ton of people who (still) have this issue. -- Chad Everett Everitz Consulting...
Chad Everett
jayseae
Offline Send Email
Jun 6, 2008
4:02 pm
2066
Sorry if this ends up being a cross-post. I sent this to the sixapart supported list Friday afternoon and it never was posted there, so I'm assuming they don't...
jesse
jessedp23
Offline Send Email
Jun 16, 2008
3:05 pm
2067
I want to write an upgrade function for an MT4.1 plug-in that is triggered when the database schema is incremented. The task is simple: for each blog, the...
Ole Wolf
eparell
Offline Send Email
Jun 25, 2008
1:09 pm
2068
Hi, uh, Ole - You don't really need to get a list of blogs, assuming you're reading each one. Just loop over the entire blog table. Within that loop, just set...
Chad Everett
jayseae
Offline Send Email
Jun 25, 2008
2:34 pm
2069
Hi Chad, ... Thanks--that's what I was looking for; at least this appears to accomplish what I want. I had originally looked at load_iter for MT::PluginData...
Ole Wolf
eparell
Offline Send Email
Jun 25, 2008
3:36 pm
2070
Hi, I wonder if someone already has a simple UML diagram for movabletype ( to see the relationship between parents and child classes)....
erinther
Offline Send Email
Jul 6, 2008
1:52 pm
2071
I followed this guide: http://www.movabletype.org/documentation/developer/plugins/extending-existing-object-type.html and had an init_registry method that...
Michael Thomsen
codemonkeyov...
Offline Send Email
Jul 8, 2008
5:12 pm
2072
Re: [mt-dev] Problem with extending MT::Author At 1:11 PM -0400 7/8/08, Michael Thomsen wrote: I followed this guide: ...
Kevin Shay
kevin_shay
Offline Send Email
Jul 8, 2008
5:34 pm
2073
I've never seen one. That would be nice. -- Jay Allen Endevver Consulting 415-200-6985...
Jay Allen
fooljay
Offline Send Email
Jul 9, 2008
4:18 pm
2074
It has not been resolved. http://bugs.movabletype.org/?67449 http://bugs.movabletype.org/?80031 -- Jay Allen Endevver Consulting 415-200-6985...
Jay Allen
fooljay
Offline Send Email
Jul 9, 2008
4:22 pm
2075
http://www.magentocommerce.com/support/magento_core_api I'm just sayin' In case, you know, anybody thinks that's interesting....
Su
hamletcomplex
Offline Send Email
Jul 15, 2008
6:43 pm
2076
I will need to work at home tomorrow to assist a bit in the afternoon with day care. I will need to reschedule meetings for tomorrow accordingly....
Byrne Reese
byrnereese
Offline Send Email
Jul 16, 2008
2:34 am
2077
Sorry for the spam. Obviously people here don't care where I work. :)...
Byrne Reese
byrnereese
Offline Send Email
Jul 16, 2008
2:36 am
2078
Does anyone know of a reference or sample that explains the various variables such as next_max, list_end, list_total, etc. that are used to control the...
Michael Thomsen
codemonkeyov...
Offline Send Email
Jul 18, 2008
7:40 pm
2079
Explains as in documentation? No, I've never seen any. But explains in terms of real-world examples? Absolutely... If you don't already have them, get a...
Jay Allen
fooljay
Offline Send Email
Jul 19, 2008
1:02 pm
2080
[Asking over here too since it's related... Originally from MTOS-dev list] Does anyone know a good way to have your plugin config panel automatically opened to...
Jay Allen
fooljay
Offline Send Email
Jul 22, 2008
11:11 pm
2081
Hi, For a client I've to integrate MT with a php-based cms. I've used php::interpreter(1) and php's perl extension (2) to somwhow integrate them. The problem...
erinther
Offline Send Email
Aug 2, 2008
5:14 pm
2082
I'm trying to write a plugin for ActionStream which adds support for Slashdot, but to do that I need more complex functionality than what scraper or xpath...
Michael Thomsen
codemonkeyov...
Offline Send Email
Aug 20, 2008
4:55 pm
2083
... Yes, see "Custom collectors" in the recipe guide provided with the development version of the plugin (most of it applies to 1.0 as well): ...
Mark Paschal
markpaaasc
Offline Send Email
Aug 20, 2008
5:20 pm
2084
Hello all. I'm putting out an updated version of our MT plugin and am having some issues with the upgrade scripts b/c I need to up the schema version. For the...
jesse
jessedp23
Offline Send Email
Aug 28, 2008
5:03 pm
2085
Jesse, Its hard to be specific since you haven't posted any code but... I don't think the MT api will remove the column. It is pretty good add schema changes...
Mark Carey
bsakamano
Offline Send Email
Aug 28, 2008
5:41 pm
2086
Thanks for the reply, Mark. Sorry for not posting code, but I had literally followed the example on the page I referenced to the tee. Anywho, here's my ...
jesse
jessedp23
Offline Send Email
Aug 28, 2008
6:15 pm
2087
... This is correct, it must match the object type you have defined. Each object passing the "condition" will get passed to the "code" function, so your first...
Mark Carey
bsakamano
Offline Send Email
Aug 28, 2008
7:25 pm
2088
Turns out I wasn't paying attention to the ever so important placement of a closing brace, so my entire upgrade_functions section was not in the registry...
jesse
jessedp23
Offline Send Email
Aug 28, 2008
7:49 pm
2089
I have a template file in a plugin that I need to compile and write the HTML to a separate directory. I've seen the following way to initialize a...
Michael Thomsen
codemonkeyov...
Offline Send Email
Sep 2, 2008
8:25 pm
2090
What version are you working with? Sent from my iPhone On Sep 2, 2008, at 16:25, "Michael Thomsen" <mikerthomsen@...>...
Timothy Appnel
tappnel
Offline Send Email
Sep 2, 2008
10:28 pm
Messages 2061 - 2090 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help