Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1897 2012-01-25 20:19:27
Re: MLP - The Multi-Lingual Publishing Pack
Downloading MLP 4.3.0.12 is tricky, when txpforge.org is down.
Thanks to Els here is another Download-Link for the recent package.
Get it under http://skippyworks.net/file_download/9/mlp-4.3.0.12.zip
Offline
#1898 2012-01-27 16:57:53
- divan
- New Member
- From: Ukraine
- Registered: 2009-04-30
- Posts: 7
Re: MLP - The Multi-Lingual Publishing Pack
Hi all. I have fresh install of TXP 4.4.1 + MLP 4.3.0.12. No other plugins installed, and even no articles were created. Added 3 languages.
After MLP installation, I get ’404 Not found’ when trying to view the site – it redirects to ‘mysite.com/en’.
I’ve double checked versions and install instructions, searched over support threads – no luck.
Can someone point me at the possible reasons, what can cause this error on a fresh default installation?
Thanks in advance!
Offline
#1899 2012-01-27 17:01:01
Re: MLP - The Multi-Lingual Publishing Pack
did the site work, before you installed mlp?
ist the htaccess file in place?
Offline
#1900 2012-01-27 17:08:28
- divan
- New Member
- From: Ukraine
- Registered: 2009-04-30
- Posts: 7
Re: MLP - The Multi-Lingual Publishing Pack
jens31, yes, the site work without MLP. If I disable l10n plugin, it start working find.
The .htaccess is in the place, I didn’t change anything.
Offline
#1901 2012-01-27 17:11:03
Re: MLP - The Multi-Lingual Publishing Pack
& did you follow the install instructions? there are some more files to copy & manipulte than with a “normal” plugin..?
Offline
#1902 2012-01-27 17:17:11
- divan
- New Member
- From: Ukraine
- Registered: 2009-04-30
- Posts: 7
Re: MLP - The Multi-Lingual Publishing Pack
jens31 wrote:
& did you follow the install instructions? there are some more files to copy & manipulte than with a “normal” plugin..?
Yes, I was following README.txt strictly. Installed langages, then did copy all the files from textpattern/, replaced txplib_db.php, installed all three plugins, ran setup wizard for MLP… Admin side seems to work perfectly, but redirects to /en (and other languages) return me 404.
Also, I noticed that I can access without redirect pages like index.php?s=about and index.php?s=archive (the only two sections added in default txp installation).
Offline
#1903 2012-01-27 17:34:23
- divan
- New Member
- From: Ukraine
- Registered: 2009-04-30
- Posts: 7
Re: MLP - The Multi-Lingual Publishing Pack
Oh, I’ve found the problem – mod_rewrite was completely disabled. Sorry for disturbance.
Offline
#1904 2012-01-31 20:07:09
- slabanosa
- Member
- From: Silva Carbonaria
- Registered: 2004-06-01
- Posts: 57
Re: MLP - The Multi-Lingual Publishing Pack
hello
Just noticed my txp search engine stopped working. I rememeber it did but don’t know when it stopped …
I am running 4.4.1 with the latest MLP .
here’s my search form
<form method="get" action="<txp:site_url />search/" id="cherche" name="cherche">
<input name="q" type="text" id="q" value="##search##" onfocus="this.value='';" />
</form>
Since I have wet haystack installed and problems were reported a while back with these 2 not playing nice, I suspect something with MLP, but I could be wrong. I have tried to reset wet_haystack to the default title & body search then uninstalled it but no go: search results is always empty and I don’t know where to look next.
thanks for any hint
Offline
#1905 2012-01-31 20:54:58
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MLP - The Multi-Lingual Publishing Pack
slabanosa wrote:
action="<txp:site_url />search/"
You won’t have the language marker in the URL this way. Does it work if you change it to action="<txp:site_url /><txp:l10n_get_lang />/search/"
?
Offline
#1906 2012-01-31 21:11:46
- slabanosa
- Member
- From: Silva Carbonaria
- Registered: 2004-06-01
- Posts: 57
Re: MLP - The Multi-Lingual Publishing Pack
thanks for the heads up Els, tried that too and still get an empty page
Offline
#1907 2012-01-31 21:29:06
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MLP - The Multi-Lingual Publishing Pack
I assume you checked that the search term exists in your articles? ;)
I don’t know why it doesn’t work, but you could try using the <txp:search_input />
tag or, if that’s not an option for you, building the search form using the txp tag and the form attribute.
Last edited by els (2012-01-31 21:30:24)
Offline
#1908 2012-01-31 21:46:49
- slabanosa
- Member
- From: Silva Carbonaria
- Registered: 2004-06-01
- Posts: 57
Re: MLP - The Multi-Lingual Publishing Pack
yep made sure there was plenty of the search terms used and that sections were searchable too ;-)
just tried <txp:search_input label=“Search the website” button=“Search” section=“search” /> and all it does is throw me back to the search section or whatever other section … looks like q is not getting any results at all, for some reason he’s probably looking at the wrong columns
Offline