Quote:
Originally Posted by wicked80 View Post
Hi Friends,
I tried installing this great mod on my 3.7.0 beta 5 version site and everything went smooth, except the "check" link in the navbar is throwing this error:
Code:
An appropriate representation of the requested resource forum/credits.php could not be found on this server.
I searched on google and came across this thread which says mod_security rules cause these types of errors and i followed the steps as specified here:
http://www.vbulletin.com/forum/showthread.php?t=197290
But then i started getting "Internal Server Error". So for the time being i have disabled those links in the navbar i.e.:
Code:
[<a href="credits.php?$session[sessionurl]do=banking">$vbphrase[check]</a>]<if condition="$show['credits_purchase']"> [<a href="credits.php?$session[sessionurl]do=manage#purchase">$vbphrase[purchase]</a>]</if>
I dont' know which other links point to the credits.php class and i hope they might be failing as well.
So, I would appreciate if someone can give me some resolution to this issue.
Thanks
first, make sure you are applying the installation for vb3.7, this is the vb3.6 version. (the link is in the top post at the top ) make sure you are using rc2. check that the credits.php file is uploaded to your forum root folder. if you are using a hack which is not in your forum root folder (cmps pages and the galleries are common examples) your links in the navbar will be wrong - edit the navbar template to include your whole forumpath.
|
I am using the latest release for 3.7 i.e vBCredits 1.4rc2 (rev1) vb3.7.I do have credits.php in the right place as well, for instance check this:
Works Fine:
http://www.cricfever.com/forum/credits.php
Does not Work:
http://www.cricfever.com/forum/credits.php?do=banking
I installed this before i installed CMPS and i had the same issues, so i dont think this issue has anything related to the CMPS as you can see from the link above. For sure its related to the mod_security thing i guess.
Any ideas now ... thanks again.