3.2 & 3.3 Extensions Database 3.2 / 3.3Youtube Videos Gallery

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

playgoods
Users
Users
Posts: 40
Joined: 06 Oct 2015, 08:45
    Windows XP Chrome

Re: Youtube Videos Gallery

Post by playgoods »

Can someone tell me how?

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by dmzx »

playgoods wrote: 03 Jan 2017, 15:00 Can someone tell me how?
How do you install the extension with Upload Extension?
Or just with FTP?

User avatar

playgoods
Users
Users
Posts: 40
Joined: 06 Oct 2015, 08:45
    Android Chrome

Re: Youtube Videos Gallery

Post by playgoods »

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 ] Image

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by dmzx »

First post updated

User avatar

awr
Translators
Translators
Posts: 55
Joined: 13 Mar 2015, 08:50
    Mac OS X Safari

Re: Youtube Videos Gallery

Post by awr »

Updated
tr.zip
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.

User avatar

talonos
Users
Users
Posts: 68
Joined: 15 Nov 2015, 21:47
    Windows 7 Firefox

Re: Youtube Videos Gallery

Post by talonos »

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

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by martin »

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.
Image

User avatar

talonos
Users
Users
Posts: 68
Joined: 15 Nov 2015, 21:47
    Windows 7 Firefox

Re: Youtube Videos Gallery

Post by talonos »

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.
its on local and yes done all of that and still same error.

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by martin »

Then i would say code in the files within the config folder is not in the same order (as suggested on .com)

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
tables fie

Code: Select all

    - '%dmzx.youtubegallery.table.video%'
            - '%dmzx.youtubegallery.table.video_cat%'
            - '%dmzx.youtubegallery.table.video_cmnts%
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.

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by dmzx »

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
Can you PM me the files pls.

User avatar

talonos
Users
Users
Posts: 68
Joined: 15 Nov 2015, 21:47
    Windows 7 Firefox

Re: Youtube Videos Gallery

Post by talonos »

dmzx wrote: 16 Jan 2017, 18:16
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
Can you PM me the files pls.
they the files from the first post.

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by dmzx »

talonos wrote: 16 Jan 2017, 18:44
dmzx wrote: 16 Jan 2017, 18:16
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
Can you PM me the files pls.
they the files from the first post.

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)

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by martin »

This post will reproduce it (if you change there order) Youtube Videos Gallery but the download is not out of order.

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by dmzx »

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.
Yes you cannot change order in service.yml then you have to change order in controller also.

User avatar

talonos
Users
Users
Posts: 68
Joined: 15 Nov 2015, 21:47
    Windows 7 Firefox

Re: Youtube Videos Gallery

Post by talonos »

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.

Post Reply Previous topicNext topic