Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#277 2007-05-29 20:13:14
Re: MLP - The Multi-Lingual Publishing Pack
I have mailed Graeme and mentioned the following topics:
1. A blank “write” page in TXP. Means other tabs work, but not the write tab.
2. Install errors on the wizard page. Specifically this message:
“The MLP Pack cannot operate in this installation because…
It requires MySQL Privileges 1 SELECT, INSERT, UPDATE, DELETE, CREATE, CREATE TEMPORARY TABLES, ALTER, LOCK TABLES, INDEX, DROP or above, current install is missing CREATE TEMPORARY TABLES, LOCK TABLES.”
3. Error installing in MySQL versions earlier than 4.1 – possibly to do with UTF-8/Latin1 and the queries sent by MLP
4. Error with installation with servers running a character_set_connection of latin1 (amongst other variables)
5. In installs where the write page does not work (or something else), an error like this is produced:
PHP Fatal error: Call to a member function pref() on a non-object in /www/textpattern/lib/l10n_admin.php on line 490
I don’t know if I missed some errors (I most likely did!), suggest you post below, and either I can email Graeme again, or you can.
Offline
#278 2007-05-29 20:19:44
Re: MLP - The Multi-Lingual Publishing Pack
jstubbs wrote:
I don’t know if I missed some errors (I most likely did!)
Nice work. One more for the pot
6. Subdirectory installations – the URL currently doesn’t get rewritten correctly in all cases.
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
#279 2007-05-31 09:18:01
- ultramega
- Member
- Registered: 2006-02-26
- Posts: 221
Re: MLP - The Multi-Lingual Publishing Pack
Hello again. Was there somewhere possibility to change the lang names which langlist is putting out: now it outputs “English (GB)”, and pure “English” would be fine:) Sorry if this have been asked millions of times, I didn’t find help using search. I have now set display=“native” in the langlist tag.
Offline
#280 2007-05-31 10:53:47
- filip baraka
- Member
- Registered: 2006-06-05
- Posts: 24
Re: MLP - The Multi-Lingual Publishing Pack
I’m also geting blank write page as well as blank first (login) page
MySQL 5.0.33
MAMP 1.5 beta
Are there any solutions for this?
Offline
#281 2007-05-31 11:25:08
- filip baraka
- Member
- Registered: 2006-06-05
- Posts: 24
Re: MLP - The Multi-Lingual Publishing Pack
updated mamp—> mysql 5.0.37
same problem
oh, under renditions tab, under post title is this:
ID: 1 missing.
checked tables but everything seams ok
Last edited by filip baraka (2007-05-31 11:27:14)
Offline
#282 2007-05-31 16:20:39
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MLP - The Multi-Lingual Publishing Pack
ultramega wrote:
Hello again. Was there somewhere possibility to change the lang names which langlist is putting out: now it outputs “English (GB)”, and pure “English” would be fine:)
The answer is here :)
Offline
#283 2007-06-01 07:30:42
- ultramega
- Member
- Registered: 2006-02-26
- Posts: 221
Re: MLP - The Multi-Lingual Publishing Pack
Els, thank you!
Offline
#284 2007-06-06 10:56:56
- MrLongbaugh
- Member
- From: Hamburg - Germany
- Registered: 2004-10-11
- Posts: 116
Re: MLP - The Multi-Lingual Publishing Pack
It seems there is a problem with download of files. PDF is working but DOC, EPS, JPG are not.
Is there already a solution for that?
Offline
#285 2007-06-07 13:16:17
Re: MLP - The Multi-Lingual Publishing Pack
It’s possible to edit priveleges for users? I found this:
$power_users = array( ‘1’, ‘2’ );
But if I add for example 3 or 4, it doesn’t work. In fact I want that Staff writer can access “MLP – article”. Best way would be to have access only! for “MLP – article”. Because this table is very helpful and “article” in “content” isn’t so well-arranged.
Maybe in further version of MLP… ;) or any idea?
Job: Plugo – tvorba eshopu
Projects: Czech free fonts
Offline
#286 2007-06-08 12:44:08
- filip baraka
- Member
- Registered: 2006-06-05
- Posts: 24
Re: MLP - The Multi-Lingual Publishing Pack
Has anybody found solution for blank write page?
Offline
#287 2007-06-08 13:30:54
Re: MLP - The Multi-Lingual Publishing Pack
filip baraka wrote:
Has anybody found solution for blank write page?
Yes – I’ll put together a release soon. Appears to be lines 490/491 in lib/l10n_admin.php
For now change them to:
$reassigning_permitted = true;
$has_reassign_privs = true;
Could you check this works? Let me know how you get on. Thanks.
Offline
#288 2007-06-09 17:30:59
Re: MLP - The Multi-Lingual Publishing Pack
THX, it’s really working.
Job: Plugo – tvorba eshopu
Projects: Czech free fonts
Offline