Quote:
Originally Posted by SpiderFive
Sorry but this do not fix the problem, testec with version 2.0.6
2.0.3 works fine, great hack
Fatal Error
|
Well, the only remaining point is that at some place vbCMS or vBulletin load all the plugins two times.
If you edit the plugin, you may wrap the function with the following:
if(!function_exists('rbs_url_sanity2'))
{
// place the rbs_url_sanity2 function here
}
However it is a workaround for a problem which should not exist - if a software loads two times the board for each session, something is going really wrong