3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Youtube Videos Gallery
-
- Users
- Posts: 40
- Joined: 06 Oct 2015, 08:45
Re: Youtube Videos Gallery
Can someone tell me how?
-
- Founder
- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Youtube Videos Gallery
How do you install the extension with Upload Extension?
Or just with FTP?
-
- Users
- Posts: 40
- Joined: 06 Oct 2015, 08:45
Re: Youtube Videos Gallery
I have tried both methods.
If I delete the migration folder it will only create 2 database folders. Video_cat will be missing and I cannot access the board.
[ Post made via Samsung Galaxy S4 ]
If I delete the migration folder it will only create 2 database folders. Video_cat will be missing and I cannot access the board.
[ Post made via Samsung Galaxy S4 ]

-
- Translators
- Posts: 55
- Joined: 13 Mar 2015, 08:50
Re: Youtube Videos Gallery
Updated
Turkish (TR) Language Pack
Turkish (TR) Language Pack
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
- Users
- Posts: 68
- Joined: 15 Nov 2015, 21:47
Re: Youtube Videos Gallery
Just updated my board to 3.2, enabling extensions one by one and this error popped up
Code: Select all
Catchable fatal error: Argument 15 passed to dmzx\youtubegallery\controller\youtubegallery::__construct() must be an instance of phpbb\extension\manager, none given in F:\xampp\htdocs\ext\dmzx\youtubegallery\controller\youtubegallery.php on line 109
Board3 mods/extensions available/created by Talonos @ http://pretereo-stormrage.co.uk
-
- Admin
- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Youtube Videos Gallery
Take it you did a hard cache clear on ftp then reload index then refresh index to rebuild cache ? this cachable error only seems to pop up on updated baords.

-
- Users
- Posts: 68
- Joined: 15 Nov 2015, 21:47
Re: Youtube Videos Gallery
its on local and yes done all of that and still same error.martin wrote: 16 Jan 2017, 17:21 Take it you did a hard cache clear on ftp then reload index then refresh index to rebuild cache ? this cachable error only seems to pop up on updated baords.
-
- Admin
- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Youtube Videos Gallery
Then i would say code in the files within the config folder is not in the same order (as suggested on .com)
services file
tables fie
if above does not match it can also give same error
But i would wait for dm if i was you as he has fixed this error a few times and it contained lines of code.
services file
Code: Select all
dmzx.youtubegallery.table.video: %core.table_prefix%video
dmzx.youtubegallery.table.video_cat: %core.table_prefix%video_cat
dmzx.youtubegallery.table.video_cmnts: %core.table_prefix%video_cmnts
Code: Select all
- '%dmzx.youtubegallery.table.video%'
- '%dmzx.youtubegallery.table.video_cat%'
- '%dmzx.youtubegallery.table.video_cmnts%
But i would wait for dm if i was you as he has fixed this error a few times and it contained lines of code.
-
- Founder
- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Youtube Videos Gallery
Can you PM me the files pls.talonos wrote: 16 Jan 2017, 14:57 just updated my board to 3.2, enabling extensions one by one and this error popped up
Code: Select all
Catchable fatal error: Argument 15 passed to dmzx\youtubegallery\controller\youtubegallery::__construct() must be an instance of phpbb\extension\manager, none given in F:\xampp\htdocs\ext\dmzx\youtubegallery\controller\youtubegallery.php on line 109
-
- Users
- Posts: 68
- Joined: 15 Nov 2015, 21:47
Re: Youtube Videos Gallery
they the files from the first post.dmzx wrote: 16 Jan 2017, 18:16Can you PM me the files pls.talonos wrote: 16 Jan 2017, 14:57 just updated my board to 3.2, enabling extensions one by one and this error popped up
Code: Select all
Catchable fatal error: Argument 15 passed to dmzx\youtubegallery\controller\youtubegallery::__construct() must be an instance of phpbb\extension\manager, none given in F:\xampp\htdocs\ext\dmzx\youtubegallery\controller\youtubegallery.php on line 109
-
- Founder
- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Youtube Videos Gallery
talonos wrote: 16 Jan 2017, 18:44they the files from the first post.dmzx wrote: 16 Jan 2017, 18:16Can you PM me the files pls.talonos wrote: 16 Jan 2017, 14:57 just updated my board to 3.2, enabling extensions one by one and this error popped up
Code: Select all
Catchable fatal error: Argument 15 passed to dmzx\youtubegallery\controller\youtubegallery::__construct() must be an instance of phpbb\extension\manager, none given in F:\xampp\htdocs\ext\dmzx\youtubegallery\controller\youtubegallery.php on line 109
I cannot reproduce this error with the files in first post.
Can you delete data and try it again? (make backups of tables if you have videos to keep)
-
- Admin
- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Youtube Videos Gallery
This post will reproduce it (if you change there order)
Youtube Videos Gallery but the download is not out of order.

-
- Founder
- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Youtube Videos Gallery
Yes you cannot change order in service.yml then you have to change order in controller also.martin wrote: 16 Jan 2017, 19:01 This post will reproduce it (if you change there order)Youtube Videos Gallery but the download is not out of order.
-
- Users
- Posts: 68
- Joined: 15 Nov 2015, 21:47
Re: Youtube Videos Gallery
Ok found the issue i was having, seems i forgot to disable my board3 extension for this one and it was conflicting. damn thing. now i got it working i can get an update out soon.