Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2008-02-25 03:04:49
- Ruhh
- Member
- From: dakota dunes
- Registered: 2008-01-20
- Posts: 305
latest upgrade problem
I am not sure if this is the right place for this type of question but hopefully it is ok.
I just upgraded my txp to the latest version. Before I had to, I never had to see this: Clean URL test failed. in my Diagnostics. However after I upgraded, its there and I have tried almost everything and I can not seem to get that error off.
Is there anyone willing to help me with this? It has been bugging quite a bit.
<txp:Ruhh />
Offline
#2 2008-02-25 06:31:57
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: latest upgrade problem
Offline
#3 2008-02-25 09:23:10
- Ruhh
- Member
- From: dakota dunes
- Registered: 2008-01-20
- Posts: 305
Re: latest upgrade problem
I already checked that page but it does not help because I used to see a green text in the Diagnostics. After the upgrade, I see a red text and that problem is the clean urls.
<txp:Ruhh />
Offline
Re: latest upgrade problem
like mary already said, if your clean urls work, then ignore it.
Offline
Re: latest upgrade problem
Quite often, it’s a plugin that causes this. My rvm_maintenance plugin being one of those, when active ;)
Offline
#6 2008-02-25 12:07:41
- Ruhh
- Member
- From: dakota dunes
- Registered: 2008-01-20
- Posts: 305
Re: latest upgrade problem
Ohh when my rvm_maintenance plugin is on, I get this: Clean URL test failed. And when it is off, I get this: clean_url_data_failed: <script language="javascript" type="text/javascript">
What is wrong with that?
<txp:Ruhh />
Offline
Re: latest upgrade problem
If you want to find out, disable all your plugins one by one.
Offline
#8 2008-02-25 12:23:30
- Ruhh
- Member
- From: dakota dunes
- Registered: 2008-01-20
- Posts: 305
Re: latest upgrade problem
Ok, I figured it out. It is the cha_comment_reply but I really need that on though because I use it for the guestbook. So is there any way I can do something about it?
This is the js in that plugin:
// Code some javascript to get the index of the comment we want in reply_to select.
$js = "<script language=\"javascript\" type=\"text/javascript\">
<!--
function cha_selectComment(discussid) {
//var mySelect = document.forms[2].cha_reply_to;
var mySelect = document.getElementById('cha_reply_to');
var myIndex = 0;
for (i = 0 ; i < mySelect.length ; i++) {
if (mySelect.options[i].value == discussid) {
myIndex = i;
}
}
mySelect.selectedIndex = myIndex;
}
// -->
</script>";
Last edited by Ruhh (2008-02-25 12:26:04)
<txp:Ruhh />
Offline
Re: latest upgrade problem
As it’s told: it’s just pointing error. If your clean urls work, then ignore it. So test if them work, and if that is caused by plugin then clean urls work. And also you don’t need to disable the plugin if your clean urls work – and probably they work just fine.
Why did ay paste that javascript code? Javascript even different coding language, and even non-related. As the plugin’s author said in his docs: the plugin is really buggy – but works.
Last edited by Gocom (2008-02-25 15:05:22)
Offline
#10 2008-02-25 21:50:39
- Ruhh
- Member
- From: dakota dunes
- Registered: 2008-01-20
- Posts: 305
Re: latest upgrade problem
sorry for putting in the js code. thought i could fix it or something. i guess i can still have the cha_comment_reply plugin on and ignore the error in the diagnostics.
<txp:Ruhh />
Offline
Pages: 1