Log in

View Full Version : When I am trying to change some codes in some templates, I am getting some errors ?


TRABZONLUKAPLAN
01-16-2008, 10:41 AM
I get the following error when I am trying to change some codes in templates.

Does anybody know how can I solve this problem ?

Not Implemented
The page you are looking for cannot be displayed because a header value in the request does not match certain configuration settings on the Web server.

Web Server at ********.com

Dismounted
01-16-2008, 10:49 AM
This is an error on the web server. You should contact your host.

TRABZONLUKAPLAN
01-16-2008, 10:52 AM
Thank you for quick answer but I am taking that error not all of the templates. Are you sure that this is exactly because of server?

Marco van Herwaarden
01-16-2008, 11:52 AM
Not really enough information to give a better answer.

What are you trying to change? Provide the changed code you want to implement.

TRABZONLUKAPLAN
01-16-2008, 03:55 PM
<!-- User Legend By Digitalus-->
<div style="float:left;">&nbsp;</div>
<div class="alt2" style="float:left;height:8px;width:8px;padding:0px;" group="Patron" bold="y" clr="#FF0000" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="height:8px;width:8px;background:#FF0000;"></div>


<div style="float:left;">&nbsp;</div>
<div class="alt2" style="float:left;height:8px;width:8px;padding:0px;" group="Ayın ?yesi" clr="rgb(2, 179, 176)" bold="y" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="cursor:help;height:8px;width:8px;background:rgb(2, 179, 176);"></div>

</div>

<div style="float:left;">&nbsp;</div>
<div class="alt2" style="float:left;height:8px;width:8px;padding:0px;" group="Saygın ?ye" clr="#993333" bold="y" onmouseover="setup_memberlegend(this)" onmouseout="fetch_object('memberlegend').innerHTML = ''">
<div class="tborder" style="cursor:help;height:8px;width:8px;background:#99333 3;"></div>
</div>
<div style="float:left;width:10px;height:1px;">&nbsp;</div>
<div style="float:left;" id="memberlegend"></div> </td> </tr> </tbody>
<!-- End User Legend by Digitalus -->

https://vborg.vbsupport.ru/attachment.php?attachmentid=60954&d=1172275071




This code provides to show member color below the " who is online " section. (Codes in forumhome). Normally that code was working well. Now when I am trying to add or delete some codes in forumhome template, that error is displaying. I can only delete the code which is showing the member color and when I delete it, the template working normally. ( I can add or delete other codes). But this time I can not add the member color code anymore at forumhome temp.
And one more thing this problem isnt only in forumhome. It is also in showthread template but I dont know what makes it wrong in that template. By the way my website on a new server in a few days....

Marco van Herwaarden
01-17-2008, 09:12 AM
Think you are missing 1 closing </div>.

Is mod_security or Suhosin/Hardened PHP installed on your server?

TRABZONLUKAPLAN
01-17-2008, 03:29 PM
Also I took same error while sending a message today. When I wanna open a long writing subject on a forum, I am taking that error. When I take it shorter than before, the subject is opening. mod_security installed on my server. Does it cause that error ?

Thanks for your answers.

Marco van Herwaarden
01-17-2008, 05:21 PM
Most likely the mod_security is configured too tight on the server. Your host will be able to see more details in the webserver logfiles.

TRABZONLUKAPLAN
01-17-2008, 09:34 PM
Also the interesting point is some other vbulletin forum on the same server are not taking same error like me. Is this variation normal ?

Marco van Herwaarden
01-18-2008, 09:13 AM
mod_security is filtering content, so if the values/data/content is not exactly the same, the result might be different. Also mod_security config might be overriden with a .htaccess for each site.

TRABZONLUKAPLAN
01-18-2008, 03:55 PM
I will add that information to my host to solve this problem. Thanks for your help.