kimberlybarryd Posted April 8, 2008 Posted April 8, 2008 I have changed the uploads.php file on line 31 to include // $this = null; but i'm still getting an error. Any sugestions?
germ Posted April 9, 2008 Posted April 9, 2008 In /admin/includes/classes/upload.php Find this code (about 30 lines down): // self destruct $this = null; Alter it to say this: // self destruct // $this = null; unset($this); If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.