Snippets
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5026 Joined: Apr 6th, '14, 14:12
Post by martin » Jul 17th, '17, 11:10
Post
by martin » Jul 17th, '17, 11:10
Quick and dirty fix to get it working on 3.2.1
Open ext/boardtools/upload/includes/compatibility/v_3_2_x.php
Find This may be a partial find and not the whole line Code: Select all
public function output_template_data(\phpbb\extension\metadata_manager $metadata_manager)
{
$metadata_manager->output_template_data(objects::$template);
}
}
Replace with Replace the preceding lines with the following Code: Select all
public function output_template_data(\phpbb\extension\metadata_manager $metadata_manager)
{
//$metadata_manager->output_template_data(objects::$template);
}
}
Jadonking042
Users
Status:
Offline
User theme: Dark
Posts: 11 Joined: Nov 13th, '17, 11:35
Post by Jadonking042 » Nov 13th, '17, 11:47
Post
by Jadonking042 » Nov 13th, '17, 11:47
Don't I need to upload anything. And where can find that folder
[ Post made via Android ]
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5026 Joined: Apr 6th, '14, 14:12
Post by martin » Nov 13th, '17, 15:10
Post
by martin » Nov 13th, '17, 15:10
Tarantino
Users
Status:
Offline
User theme: Dark
Posts: 42 Joined: Sep 10th, '16, 02:58
Post by Tarantino » Dec 9th, '17, 15:02
Post
by Tarantino » Dec 9th, '17, 15:02
For what I've checked this isn't needed. The Upload extension works perfectly.
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5026 Joined: Apr 6th, '14, 14:12
Post by martin » Dec 9th, '17, 20:39
Post
by martin » Dec 9th, '17, 20:39
Yes it does now but at the time of posting it did not.
Tarantino
Users
Status:
Offline
User theme: Dark
Posts: 42 Joined: Sep 10th, '16, 02:58
Post by Tarantino » Dec 9th, '17, 21:02
Post
by Tarantino » Dec 9th, '17, 21:02
Strange, because the post was made on 17 Jul 2017 and the code that fix it was submited at 02 Jul 2017
But ok, it was on the same month. I forgive you
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5026 Joined: Apr 6th, '14, 14:12
Post by martin » Dec 9th, '17, 21:03
Post
by martin » Dec 9th, '17, 21:03
Code i posted was a temp fix note its a comment out job the real fix has been changed in the files by the author.