Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1105 2008-12-17 22:13:00

maartenD
Member
From: Warnsveld, The Netherlands
Registered: 2007-12-08
Posts: 47
Website

Re: MLP - The Multi-Lingual Publishing Pack

Hello Ruud,

Any idea how i can get the table correct? Should i do this manualy?

Thx in advance.

Kind regards,

Maarten


Kind regards,

Maarten

Offline

#1106 2008-12-17 22:32:40

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: MLP - The Multi-Lingual Publishing Pack

In PHPmyadmin, try executing this SQL query:

ALTER TABLE l10n_txp_nl_nl add Expires datetime NOT NULL default '0000-00-00 00:00:00' after Posted;

Last edited by ruud (2008-12-17 22:33:11)

Offline

#1107 2008-12-17 22:33:19

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: MLP - The Multi-Lingual Publishing Pack

Maarten, probably running the uninstall wizard, and then the install wizard again, will solve the problem.

Edit: I think the cause is your order of events, I first upgraded MLP, and then Txp, and had no problems.

Last edited by els (2008-12-17 22:35:30)

Offline

#1108 2008-12-18 02:46:31

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

Re: MLP - The Multi-Lingual Publishing Pack

I’ve jmd_sitemap installed, and I’ve that strings for this plug-in can be translated on “MLP -> Plugins”.
The weird thing is that there is a box on the right, under the “Notice…” heading that says:

“This plugin is no longer installed or may be running from the cache directory.”

But the plugin is installed and it’s not running from the cache directory (afaik).

Also… what’s that 0.9.11 version on your site, Steve? I will update later, but I’m curious about it.

Thanks.


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#1109 2008-12-18 19:44:29

maartenD
Member
From: Warnsveld, The Netherlands
Registered: 2007-12-08
Posts: 47
Website

Re: MLP - The Multi-Lingual Publishing Pack

ruud and els,

Both thanks for your help!! To solve my problem i followed uninstalled and installed MLP again. After that everything works fine again.

Kind regards,

Maarten.


Kind regards,

Maarten

Offline

#1110 2008-12-19 05:40:15

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

Re: MLP - The Multi-Lingual Publishing Pack

Hello,

this doesn’t seem to be working on a MLP 0.9.11 + Txp 4.0.7 install.

<txp:l10n_permlink articleid="23" debug="1">##terms_conditions##</txp:l10n_permlink></p>
array (
  'debug' => '1',
  'articleid' => '23',
  'class' => '',
  'style' => '',
  'title' => '',
  'titlegtxt' => '',
)

select ID from textpattern where `l10n_group`='23' and `Status`>=4 and `l10n_lang`='es-es'

Rendition ID []

BTW, it works fine on another (0.8.7 + 4.0.6) installation, which I cannot upgrade because it’s running on a MySQL < 4.11.

Edit: it works. Remember that articleid is the id of the row of renditions, which you can find out on “MLP -> Articles” tab.

1 Yeah, I installed it long time ago and now I tried an updated to 0.9.11 + 4.0.7 but had to revert back because on the Wizard tab, there was a message telling me that “It requires MySQL 4.1 or above, current install is 4.0.18-standard-log.”. In fact, the message was always there on 0.8.7 + 4.0.6, but I never have had to run the wizard.
In other words, it works flawlessly, but I can’t upgrade.

Last edited by maniqui (2008-12-29 21:07:43)


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#1111 2008-12-19 12:50:04

Kjeld
Member
From: Tokyo, Japan
Registered: 2005-02-05
Posts: 446
Website

Re: MLP - The Multi-Lingual Publishing Pack

Steve,

Long time no speak. Hope all is well and thanks for the updates of MLP.

I just updated one of my sites to Txp 4.0.7 and MLP 0.9.11. I have a problem that I had in the past with a previous version of MLP on another site (Old Photos of Japan or OPJ):

I use ob1_pagination and the section is now not included in the navigation links of ob1_pagination. This could be a problem with ob1_pagination, but on OPJ it was a problem with MLP and you were able to fix it.

The links in ob1_pagination should be:
http://ikjeld.com/en/[section name]/?pg=2
http://ikjeld.com/en/[section name]/?pg=3
http://ikjeld.com/en/[section name]/?pg=4

But now they are:
http://ikjeld.com/en/?pg=2
http://ikjeld.com/en/?pg=3
http://ikjeld.com/en/?pg=4, etc.

I have the same problem in the pagination links in result pages created with chh_keywords.

See for yourself at ikjeld.com

Please let me now if you think it is a problem with ob1_pagination or MLP.

Unfortunately, I didn’t notice this problem until after I updated my live site… :-( Because the live site now doesn’t function correctly, I hope this issue can be fixed soon.

In case you think it is an MLP issue, I have a development version of iKjeld.com in a protected folder. If you would like to do some testing, contact me and I will send you login data for the folder and txp.

Speak to you soon,
Kjeld


Old Photos of Japan – Japan in the 1850s~1960s (100% txp)
MeijiShowa – Stock photos of Japan in the 1850s~1960s (100% txp)
JapaneseStreets.com – Japanese street fashion (mostly txp)

Offline

#1112 2008-12-19 13:04:21

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

Re: MLP - The Multi-Lingual Publishing Pack

@KJeld,

have you tried changing the plugin s on Admin -> Plugins? I mean, in 4.0.7 there is a new option to sort the order in which plugins are loaded.
Maybe, giving 1 to MLP makes the difference.


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#1113 2008-12-19 13:08:45

Kjeld
Member
From: Tokyo, Japan
Registered: 2005-02-05
Posts: 446
Website

Re: MLP - The Multi-Lingual Publishing Pack

Thanks, maniqui. MLP is set to “1”, the other plugins are set to “5”.


Old Photos of Japan – Japan in the 1850s~1960s (100% txp)
MeijiShowa – Stock photos of Japan in the 1850s~1960s (100% txp)
JapaneseStreets.com – Japanese street fashion (mostly txp)

Offline

#1114 2008-12-19 13:27:59

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,273
Website GitHub

Re: MLP - The Multi-Lingual Publishing Pack

Kjeld wrote:

I use ob1_pagination and the section is now not included in the navigation links

fwiw, I’ve been having a dialogue with Steve the last few days about smd_gallery because its navigation links also don’t appear to work with MLP. I’m not sure if it’s my code or the fact my test environment is in a subdir that’s causing the problem, but it may be related to what you’re seeing here.

If I find it’s my code I’ll shout because it may be that ob1_pagination (from which I *cough* borrowed heavily in smd_gallery) needs tweaking too.

Damn, the cat’s out of the bag now. Yes, smd_gallery goes MLP soon…


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Offline

#1115 2008-12-19 13:36:03

Kjeld
Member
From: Tokyo, Japan
Registered: 2005-02-05
Posts: 446
Website

Re: MLP - The Multi-Lingual Publishing Pack

Bloke wrote:

I’m not sure if it’s my code or the fact my test environment is in a subdir that’s causing the problem

Actually, my development site is in a subdir, but the live site is in the root. Both have the same problem, so perhaps the subdir is not an issue.

By the way, Steff, good to speak to you again!

Last edited by Kjeld (2008-12-19 13:36:39)


Old Photos of Japan – Japan in the 1850s~1960s (100% txp)
MeijiShowa – Stock photos of Japan in the 1850s~1960s (100% txp)
JapaneseStreets.com – Japanese street fashion (mostly txp)

Offline

#1116 2008-12-19 13:51:20

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

Re: MLP - The Multi-Lingual Publishing Pack

Re: development sites in subdir: what about using a subdomain (that, technically and usually, it’s a subdir)?

I’m currently developing a site using MLP and I’ve created a dev.domain.com subdomain.
I’ve never had a problem, so I think using subdir but as subdomains is a workaround for the MLP subdir installation issue (I hope so!)


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

Board footer

Powered by FluxBB