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