greenlinenshirt
Customer
I just fully nuked my vB 4.2.5 to try to install vBReviews as it gave me an error with some other addons (From here) already added), and a customt theme. I am getting the same error message with a fresh copy of vBulletin 4.2.5. The below error on line 17 ofg the init_startup.php shows when trying to add the product, but afterwords it totally makes the forum/admincp totally unusable with this error message too.
What is interesting is the forum works fine, and I was even able to post a review on something, so the issue seams to be isolated to the admincp link.
Does anyone know how to fix this. I have also posted line 17 of the php for context.
This is the error I am getting when trying to add product & then going forward for the admincp portal
Error: Using $this when not in object context in ..../dbtech/review/hooks/init_startup.php on line 17
This is line 17: if (is_object($this))
What is interesting is the forum works fine, and I was even able to post a review on something, so the issue seams to be isolated to the admincp link.
Does anyone know how to fix this. I have also posted line 17 of the php for context.
This is the error I am getting when trying to add product & then going forward for the admincp portal
Error: Using $this when not in object context in ..../dbtech/review/hooks/init_startup.php on line 17
This is line 17: if (is_object($this))