Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1621 2010-11-29 18:06:37
- Dimitri
- Member
- From: Johannesburg
- Registered: 2010-10-31
- Posts: 129
Re: MLP - The Multi-Lingual Publishing Pack
This article posted by Els – link
It is actually not happening only at 4.3.0, I am having that problem too on 4.2.0.
A month ago I created 2 new sites with MLP, it worked sweet but now it stopped working incorrectly since last week when I tried to make another one. Also tried reinstalled twice.
Received problems such as
set_magic_quotes_runtime(0);
error, I changed it to ini_set("magic_quotes_runtime", 0);
Notice: Undefined variable: article_list_pageby in C:\wamp\www\example\textpattern\lib\l10n_admin_classes.php on line 4369
The section title, category title fields are missing.
I, seriously, dont understand why it just stopped working, never updated my wamp ( php, apache, mySql)
I need to finish a site urgently, I would greatly appreciate when a plugin developer put the date of release for new versions just in case.
Last edited by Dimitri (2010-11-29 18:32:49)
<txp:way_too_cool />
Offline
#1622 2010-11-29 20:13:40
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MLP - The Multi-Lingual Publishing Pack
Dimitri, can you post your PHP and MySQL versions please? Even though they don’t seem to be relevant… I will add your remark to the bug tracker. Graeme promised to try and have a look at it soon.
Wish I could code… I just bought myself a PHP book, but that is not very likely going to show me how MLP works soon ;)
All
I added a note about MLP not being compatible with 4.3.0 to the first post, but to be honest I don’t know what is the best place so that people actually notice it before they upgrade their Txp install. Any suggestions?
Last edited by els (2010-11-29 20:29:17)
Offline
#1623 2010-11-30 17:36:59
- Dimitri
- Member
- From: Johannesburg
- Registered: 2010-10-31
- Posts: 129
Re: MLP - The Multi-Lingual Publishing Pack
Els wrote:
Dimitri, can you post your PHP and MySQL versions please? Even though they don’t seem to be relevant… I will add your remark to the bug tracker. Graeme promised to try and have a look at it soon.
Hi. my php ver – 5.3.0, MySQL – 5.1.36
I am going to reinstall my Wamp and see if it does make any changes. I have beenig fiddling with the Apache httpd.conf but i doubt its is the problem. Going to take a while, need to backup all my other sites :/
Wish I could code… I just bought myself a PHP book, but that is not very likely going to show me how MLP works soon ;)
I dunno how to code either, google is my friend :)
More problems on the backend
Notice: Undefined offset: 8192 in C:\wamp\www\example\textpattern\lib\txplib_misc.php on line 524
A problem occured while loading the plugin: l10n -> : Function split() is deprecated on line 239
Notice: Undefined offset: 8192 in C:\wamp\www\example\textpattern\lib\txplib_misc.php on line 524
A problem occured while loading the plugin: l10n -> : Function split() is deprecated on line 244
Notice: Undefined offset: 8192 in C:\wamp\www\example\textpattern\lib\txplib_misc.php on line 524
A problem occured while loading the plugin: l10n -> : Function split() is deprecated on line 244
Last edited by Dimitri (2010-11-30 17:48:03)
<txp:way_too_cool />
Offline
#1624 2010-11-30 19:10:16
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MLP - The Multi-Lingual Publishing Pack
Not sure, but these warnings might be caused by the PHP version. I’ve seen similar messages from users with PHP 5.3 in other plugin threads. Ruud says you can ignore the notices.
Offline
#1625 2010-11-30 19:38:52
- Dimitri
- Member
- From: Johannesburg
- Registered: 2010-10-31
- Posts: 129
Re: MLP - The Multi-Lingual Publishing Pack
Ah, something hits me…. I have downloaded the MLP from the plugin site, mlp-0.9.11.zip
On the forum, it is mlp-0.9.13.zip, can be found -here here
Going to try again later
Note to Plugin creator: please update the site, you dont want more problems with noobs like me :P
(edited to link correctly to latest MLP version. -Els)
Last edited by els (2010-12-01 19:45:08)
<txp:way_too_cool />
Offline
#1626 2010-12-01 18:32:12
- lonelytraveller
- Member
- From: Firenze, Italy
- Registered: 2008-04-04
- Posts: 45
Re: MLP - The Multi-Lingual Publishing Pack
Hello!
I was just wandering if someone has tried using MLP 0.9.13 together with glz_custom_fields. I’ve searched the forum and all the posts regarding this plug-in dated back to 2008 and referred to TXP 4.0.x and glz_custom_fields 1.1 and I would like to know if someone has tried a combination of more recent versions of both plugins.
Offline
#1627 2010-12-01 19:46:36
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MLP - The Multi-Lingual Publishing Pack
Dimitri
I corrected the link to the latest MLP version in your last post.
Note to Plugin creator: please update the site, you dont want more problems with noobs like me :P
There is a notice at the top of the first post in this thread ;) And net-carver isn’t the one maintaining the plugin anymore, it was adopted by Graeme, who created txpforge.org for it.
Offline
#1628 2010-12-02 18:14:06
- Dimitri
- Member
- From: Johannesburg
- Registered: 2010-10-31
- Posts: 129
Re: MLP - The Multi-Lingual Publishing Pack
Hi Els, thanks for your time I appreciate your help, sorry for being nooby for downloading the wrong version.
I have one more question.
I am working with css file externally, is there anyway I can link them while working with MLP
My code goes like this without MLP
href="/files/css/layout.css"
After the MLP install it goes like this (Checked in firebug)
href="/en/files/css/layout.css"
Is there any way I can stop the path from changing in /en/ or /el/.
I made the header as a form so I output them on every page.
Yes, I know I can work with the Css inside the backend, but I find it while working externally – I work much faster.
Thank you for your time
Last edited by Dimitri (2010-12-02 18:14:36)
<txp:way_too_cool />
Offline
#1629 2010-12-02 18:25:53
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: MLP - The Multi-Lingual Publishing Pack
Dimitri wrote:
Is there any way I can stop the path from changing in /en/ or /el/.
I made the header as a form so I output them on every page.
Go to MLP tab>preferences. Look for “Exclude these sections/areas from URL re-writes?” and write “/files/css” in there.
Offline
#1630 2010-12-02 18:44:00
- Dimitri
- Member
- From: Johannesburg
- Registered: 2010-10-31
- Posts: 129
Re: MLP - The Multi-Lingual Publishing Pack
Go to MLP tab>preferences. Look for “Exclude these sections/areas from URL re-writes?” and write “/files/css” in there.
Ah thanx, i tried it out. i typed in just files
instead of /files/css
The docs said this
1.Please use a comma separated list of areas. 2. No need to prepend a ’/’ character.
Thank you for pointing me to the right direction
<txp:way_too_cool />
Offline
#1631 2010-12-03 12:39:17
- curiouz
- Member
- Registered: 2006-06-20
- Posts: 56
Re: MLP - The Multi-Lingual Publishing Pack
Hi everyone,
A client of mine has a problem with the admin side of MLP. Apparently the “clone” and the “delete” icons don’t appear on her computer. Strange enough they do appear on mine… what could cause this peculiar behavior?
I’m running textpattern 4.2.0 with MLP 0.9.13.
Last edited by curiouz (2010-12-03 12:40:49)
Offline
#1632 2010-12-03 12:41:27
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MLP - The Multi-Lingual Publishing Pack
Are the images from the installation pack uploaded to /textpattern/txp_img?
Offline