Log in

View Full Version : problem in newreply.php


ne3lot
02-15-2008, 08:39 PM
hi

i have problem with newreplay.php
when i press newreplay buttom
i see this error

Fatal error: Using $this when not in object context in /home/user/public_html/forum/newreply.php(969) : eval()'d code on line 3

my vbulletin version is vBulletin v3.6.8 Patch Level 2
please help me to solve this problem:)

Lynne
02-15-2008, 09:00 PM
You cannot use a variable named "$this". Change it to some other name.

ne3lot
02-15-2008, 09:06 PM
You cannot use a variable named "$this". Change it to some other name.

Hi
Thanks for your replay
dear i open newreply.php in directory
but i didn't found any "$this" and something like that

what can i do ? :)

Lynne
02-15-2008, 09:20 PM
You are using a hack that uses the hook "newreply_form_reviewbit" (from line 969 in newpost.php). So, you need to either disable that hack or go get it fixed.

ne3lot
02-16-2008, 09:05 AM
You are using a hack that uses the hook "newreply_form_reviewbit" (from line 969 in newpost.php). So, you need to either disable that hack or go get it fixed.

Hi dear
I solve Problem with your help
I had problem with "Hide Link Form Goust"

By The way
Thanks for your Help