Quote:
Originally Posted by timhessel
hi,
I tried installing the plugin just now on a 3.6.4 install, but the product manager keeps asking me to perform the Fix for old versions. I have gone through all the setup steps in the right order, and I even double-checked the changes I made, but it still keeps saying this.
Any ideas?
-edit-
Hmm, in the version I downloaded from this thread there was only 1 fix, on includes/adminfunctions.php
Here I found a whole other Fix. Trying that now.
|
edit forum/plugins/credits_installer.php and find
PHP Code:
if (!method_exists(new vBulletinHook, 'fetch_hookusage'))
replace with
PHP Code:
if (!method_exists(new vBulletinHook, 'fetch_hookusage') AND false)
the fix is no longer relevant, but i forgot to remove this check. didnt think anyone was using such an old version still