You are not logged in.
Just a quick word. I noticed that when the plug-in is activated, in Diagnostics it throws up a “Clean URL test failed.” notice. If switched off the notice goes away and I get a clean bill of health. I haven’t noticed that it is actually affecting clean URLs but then I haven’t created any sections yet on the site I’m working on. If I have a problem I’ll get back.
Stuart – The Bombsite – ProText Themes – Textgarden
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Thanks. As it happens I have just created a section on this new site and I’m not having any problems with it.
Stuart – The Bombsite – ProText Themes – Textgarden
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Ruud, I am using the View Site tab… It is very strange, because it works with another site that is on the same server. Both sites are using 4.0.5 and v0.3. I don’t know where to look to find the difference between these two situations.
Edit: I will try disabling other plugins to see if one of those is interfering.
Edit 2: Disabling all other plugins did not make any difference :( What else can I do?
Last edited by Els (2008-01-13 23:03:51)
<txp:Els /> ;)
Tag Reference | Unexpected behaviour? Check the tag trace | Still no clue? Check the names of your custom fields
Offline
Sorry to keep bugging you Rudd, but I’m using this on a site (English/French) using MLP and have problems. When first switching to the French part of the site all is fine, but when I then click on a French menu link I get maintenance page. You’re welcome to the site login if that would help.
Thanks,
Lee
Offline
Els, Lee, try replacing this line:
setcookie('rvm_maintenance', $txp_user.','.md5($nonce.$txp_user), 0, preg_replace('|//$|','/', rhu.'/'));
with
setcookie('rvm_maintenance', $txp_user.','.md5($nonce.$txp_user), time()+3600, preg_replace('|//$|','/', rhu.'/'));
That will create a cookie that is valid for 1 hour, instead of expiring at the end of the browser session.
Offline
Thanks Ruud! I did that and was just about to say ‘damn, still no luck’ when it finally hit me: the site itself is using www.domain.com and on the back-end I use domain.com/textpattern/index.php… Once I added the www of course it worked right away. Oh I hate being so stupid!
Apologies and thanks again for your time :)
<txp:Els /> ;)
Tag Reference | Unexpected behaviour? Check the tag trace | Still no clue? Check the names of your custom fields
Offline
Thanks very much Rudd, it works perfectly now.
Offline