Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#2425 2017-03-14 16:41:39

sgw
Member
Registered: 2012-12-18
Posts: 59

Re: MLP - The Multi-Lingual Publishing Pack

thanks. Tried that.
That gives me html-files … is that correct? Doesn’t look like the importable compiled ones:

EDIT: my fault, got the 2 files compiled and installed, thanks!
Now for getting my content displayed correctly, doesn’t look as expected so far.

EDIT 2:
/var/www/localhost/htdocs/textpattern/textpattern/plugins/sources
└▶ $ /usr/bin/php zem_contact_lang-mlp.php > zem_contact_lang-mlp.txt
PHP Fatal error: Call to undefined function register_callback() in /var/www/localhost/htdocs/textpattern/textpattern/plugins/sources/zem_contact_lang-mlp.php on line 62

?

Last edited by sgw (2017-03-14 17:24:00)

Offline

#2426 2017-03-14 18:22:37

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,007
Website GitHub Mastodon Twitter

Re: MLP - The Multi-Lingual Publishing Pack

I think that latest zem_contact (zcr) does not need the lang file any more.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#2427 2017-03-14 18:34:19

sgw
Member
Registered: 2012-12-18
Posts: 59

Re: MLP - The Multi-Lingual Publishing Pack

colak wrote #304737:

I think that latest zem_contact (zcr) does not need the lang file any more.

thanks, updated zcr to 4.5.0 now

Unfortunately my site doesn’t look correct … no content displayed “in the middle”, just “infrastructure” around ;-) -> http://www.oops.co.at

any ideas how to proceed here? Thanks!

Offline

#2428 2017-03-15 18:53:14

sgw
Member
Registered: 2012-12-18
Posts: 59

Re: MLP - The Multi-Lingual Publishing Pack

Textpattern-Version: 4.6.2 (021ed2f49da91aec25c2aa7317aca461)
Letzte Aktualisierung: 2017-03-13 14:27:14/2016-10-21 07:49:48
Document Root: /var/www/localhost/htdocs/textpattern
$path_to_site: /var/www/localhost/htdocs/textpattern
Textpattern-Pfad: /var/www/localhost/htdocs/textpattern/textpattern
Schema der URLs: section_title
Temporäres Verzeichnis: /var/www/localhost/htdocs/textpattern/textpattern/tmp
Seiten-URL: www.oops.co.at
PHP-Version: 5.6.30-pl0-gentoo
GD Graphics Library: bundled (2.1.0 compatible); Unterstützte Grafikformate: GIF, JPG, PNG.
Server TZ: Europe/Vienna
Lokale Serverzeit: 2017-03-15 19:50:50
Sommerzeit: 0
Sommer-/Winterzeit automatisch umstellen?: 0
Zeitzone (Differenz zu GMT in Sekunden): Europe/Vienna (3600)
MySQL: 5.5.5-10.0.29-MariaDB
Zeit des Datenbank-Servers: 2017-03-15 19:50:50
Zeitverschiebung des Datenbank-Servers: 0 s
Zeitzone des Datenbank-Servers: SYSTEM
Zeitzone der Datenbank-Session: SYSTEM
Regionale Einstellungen: de_DE.UTF-8
Server: Apache
Apache-Version: Apache
PHP Server API: apache2handler
RFC-2616-Header: 
Betriebssystem des Servers: Linux 4.4.39-gentoo
Aktive Plugins: kml_twitter-1.4, zem_contact_reborn-4.5.0.0, mem_glinklist-0.8.5m, pap_contact_cleaner-0.1, glx_admin_image-2007.1, upm_insert_tab-0.3, gbp_admin_library-4.6.0.20160216, wet_quicklink-0.8.2, l10n-4.6.0.20160216
Admin-Oberfläche: hive 4.6.2

Offline

#2429 2017-03-16 07:37:18

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,007
Website GitHub Mastodon Twitter

Re: MLP - The Multi-Lingual Publishing Pack

Hi sgw,
Could you put your site on debug? We might be able to spot the culprit.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#2430 2017-03-16 08:56:28

sgw
Member
Registered: 2012-12-18
Posts: 59

Re: MLP - The Multi-Lingual Publishing Pack

sure, sorry.
And then post the whole output?

I see stuff like:

Tag error: <txp:article_custom category="status" limit="1" status="live" form="status" /> ->  Textpattern Error: Table 'textpatterndb.l10n_txp_en_gb' doesn't exist while parsing form None on page default
textpattern/lib/txplib_db.php:418 trigger_error()
textpattern/lib/txplib_db.php:1162 safe_query()
textpattern/lib/txplib_db.php:1004 startRows()
textpattern/publish.php:971 safe_rows_start()
textpattern/publish.php:1110 doArticles()
textpattern/publish.php:1099 parseArticles()
article_custom()
textpattern/vendors/Textpattern/Tag/Registry.php:83 call_user_func()
textpattern/lib/txplib_publish.php:514 Textpattern\Tag\Registry->process()
textpattern/lib/txplib_publish.php:463 processTags()

How could I have “lost” that table?

EDIT: imported the 2 tables textpatterndb.l10n_txp_en_gb textpatterndb.l10n_txp_de_de from old backup, looks a bit better now ;-)

still something to debug:

Fehler im Tag: <txp:article_custom category="Intro" limit="1" status="sticky" form="no_title" /> ->  Notice: Undefined index: description beim Verarbeiten des Bausteins Keine auf der Seitenvorlage default
textpattern/publish.php:988 populateArticleData()
textpattern/publish.php:1110 doArticles()
textpattern/publish.php:1099 parseArticles()
article_custom()
textpattern/vendors/Textpattern/Tag/Registry.php:83 call_user_func()
textpattern/lib/txplib_publish.php:514 Textpattern\Tag\Registry->process()
textpattern/lib/txplib_publish.php:463 processTags()
textpattern/lib/txplib_misc.php:4476 parse()
textpattern/publish.php:562 parse_page()
index.php:105 textpattern()

and more like that.

Last edited by sgw (2017-03-16 09:18:49)

Offline

#2431 2017-03-16 09:27:03

spiridon
Member
From: Mariupol, Ukraine
Registered: 2011-01-30
Posts: 43
Website

Re: MLP - The Multi-Lingual Publishing Pack

sgw wrote #304789:

How could I have “lost” that table?

Which version of MLP do you use? Are you using the regular version with Tables or new with Views?

If you installed a new one, what version of MySQL do you use?

Offline

#2432 2017-03-16 09:31:07

sgw
Member
Registered: 2012-12-18
Posts: 59

Re: MLP - The Multi-Lingual Publishing Pack

spiridon wrote #304790:

Which version of MLP do you use? Are you using the regular version with Tables or new with Views?

If you installed a new one, what version of MySQL do you use?

MLP: https://github.com/Bloke/MLP/tree/v4.6.0

wrong one?

“mysql” : mariadb 10.0.29 (used the same DB as with MLP 4.5.7)

Last edited by sgw (2017-03-16 09:42:06)

Offline

#2433 2017-03-16 10:09:43

spiridon
Member
From: Mariupol, Ukraine
Registered: 2011-01-30
Posts: 43
Website

Re: MLP - The Multi-Lingual Publishing Pack

sgw wrote #304791:

MLP:https://github.com/Bloke/MLP/tree/v4.6.0

wrong one?

“mysql” : mariadb 10.0.29

No. It’s OK.

But my version MLP works with Views that are present since MySQL version 5.1

After install it checks the rendition tables and their type. It will create views, if they were not. And it replaces the tables by views, if there was a tables.

I thought maybe it’s my bug…

Offline

#2434 2017-03-16 10:12:09

sgw
Member
Registered: 2012-12-18
Posts: 59

Re: MLP - The Multi-Lingual Publishing Pack

spiridon wrote #304793:

No. It’s OK.

But my version MLP works with Views that are present since MySQL version 5.1

After install it checks the rendition tables and their type. It will create views, if they were not. And it replaces the tables by views, if there was a tables.

I thought maybe it’s my bug…

So? Should I switch over to your version or what do you recommend?

Offline

#2435 2017-03-16 10:29:01

spiridon
Member
From: Mariupol, Ukraine
Registered: 2011-01-30
Posts: 43
Website

Re: MLP - The Multi-Lingual Publishing Pack

sgw wrote #304733:

/var/www/localhost/htdocs/textpattern/textpattern/plugins/sources
└▶ $ /usr/bin/php zem_contact_lang-mlp.php > zem_contact_lang-mlp.txt
PHP Fatal error: Call to undefined function register_callback() in /var/www/localhost/htdocs/textpattern/textpattern/plugins/sources/zem_contact_lang-mlp.php on line 62

?

I’ll fix the plugin code, but can’t test its because don’t use zem_contact_lang-mlp.

Offline

#2436 2017-03-16 10:38:04

sgw
Member
Registered: 2012-12-18
Posts: 59

Re: MLP - The Multi-Lingual Publishing Pack

spiridon wrote #304795:

I’ll fix the plugin code, but can’t test its because don’t use zem_contact_lang-mlp.

strange, it is not installed nor active here:

Active plugins: kml_twitter-1.4, zem_contact_reborn-4.5.0.0, rss_suparchive-0.18, mem_glinklist-0.8.5m, pap_contact_cleaner-0.1, rah_metas-0.9.2., glx_admin_image-2007.1, upm_insert_tab-0.3, rss_article_edit-0.1, gbp_admin_library-4.6.0.20160216, yab_copy_to_new-0.2, wet_quicklink-0.8.2, wet_peex-1.0, l10n-4.6.0.20160216

Offline

Board footer

Powered by FluxBB