Enter a description the ext was tested and found to be working.SpIdErPiGgY wrote: 02 Mar 2025, 21:53 ACP / Video titles
Clicking on the "Sync" function:
Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/admin_controller.php on line 330: Trying to access array offset on null [phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/admin_controller.php on line 331: Trying to access array offset on null
Code: Select all
SQL ERROR [ mysqli ] Column 'video_duration' cannot be null [1048] SQL UPDATE phpbb_video SET video_description = '<t></t>', video_duration = NULL WHERE video_id = 8 BACKTRACE
3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Youtube Videos Gallery
-
- Admin
- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Youtube Videos Gallery

-
- Users
- Posts: 117
- Joined: 04 Feb 2021, 23:54
Re: Youtube Videos Gallery
I did... 😁 but the desctiotion field is empty in acpmartin wrote: 03 Mar 2025, 01:33Enter a description the ext was tested and found to be working.SpIdErPiGgY wrote: 02 Mar 2025, 21:53 ACP / Video titles
Clicking on the "Sync" function:
Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/admin_controller.php on line 330: Trying to access array offset on null [phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/admin_controller.php on line 331: Trying to access array offset on null
Code: Select all
SQL ERROR [ mysqli ] Column 'video_duration' cannot be null [1048] SQL UPDATE phpbb_video SET video_description = '<t></t>', video_duration = NULL WHERE video_id = 8 BACKTRACE
-
- Admin
- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Youtube Videos Gallery
Check your api is working enable posting in chat if the name posts then your api key is good if not go make a new api key.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
- Users
- Posts: 117
- Joined: 04 Feb 2021, 23:54
Re: Youtube Videos Gallery
Okay I had to disable the ext, and remove data.
After a new install, everything is working.
When just updating to the new version, It did not show the duration time of the videos. That was the SQL error.
After a new install, everything is working.
When just updating to the new version, It did not show the duration time of the videos. That was the SQL error.
-
- VIP
- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: Youtube Videos Gallery
In the template/video_body.html template that starting first • made the titles look off.
Maybe you could add an if statement around that on the next release so my face cheek want twitch when looking at it.
Video Categories
Maybe you could add an if statement around that on the next release so my face cheek want twitch when looking at it.
Code: Select all
<p>{% for videocat in loops.videocat %}{% if not videocat.S_FIRST_ROW %} • {% endif %}<a href="{{ videocat.U_CAT }}" id="cat{{ videocat.VIDEO_CAT_ID }}">{{ videocat.VIDEO_CAT_TITLE }}</a>{% endfor %}</p>
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Youtube Videos Gallery
First post updated.
-
- Donator
- Posts: 30
- Joined: 19 Oct 2017, 05:10
Re: Youtube Videos Gallery

When trying to enable the extension (v1.1.1)
-
- Admin
- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Youtube Videos Gallery
Purge the boards cache then enable it and then purge after.
-
- Donator
- Posts: 30
- Joined: 19 Oct 2017, 05:10
Re: Youtube Videos Gallery
Thanks - doesn't work, I still get the same error.
The extension is in the disabled extensions list and there is data, and when I try "delete data" I get this:
this seems to be the added data:
What would be the best way to go about this now?
The extension is in the disabled extensions list and there is data, and when I try "delete data" I get this:
this seems to be the added data:
What would be the best way to go about this now?
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
- Users
- Posts: 74
- Joined: 30 Dec 2014, 22:23
Re: Youtube Videos Gallery
Same problem with version 1.1.1, only a complete reinstallation solves this problemSpIdErPiGgY wrote: 03 Mar 2025, 01:34I did... 😁 but the desctiotion field is empty in acpmartin wrote: 03 Mar 2025, 01:33Enter a description the ext was tested and found to be working.SpIdErPiGgY wrote: 02 Mar 2025, 21:53 ACP / Video titles
Clicking on the "Sync" function:
Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/admin_controller.php on line 330: Trying to access array offset on null [phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/admin_controller.php on line 331: Trying to access array offset on null
Code: Select all
SQL ERROR [ mysqli ] Column 'video_duration' cannot be null [1048] SQL UPDATE phpbb_video SET video_description = '<t></t>', video_duration = NULL WHERE video_id = 8 BACKTRACE
-
- Users
- Posts: 74
- Joined: 30 Dec 2014, 22:23
Re: Youtube Videos Gallery
Just a quick question: I think the font size of the description/content of the video is very large. Looks like it's just copying this from YouTube. Can i hardcode this font size in the CSS ?
-
- Donator
- Posts: 30
- Joined: 19 Oct 2017, 05:10
Re: Youtube Videos Gallery

Leftover database tables from a previous restore - did a fresh one, and tadaaa!
All good!
(but I'd be happy to learn how to troubleshoot/fix this without starting over... I removed any phpbb_video tables and reference to the extension in phpbb_ext but it still didn't work, some migration error I couldn't get rid of)
Thanks!
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Youtube Videos Gallery
on holiday now back the 21th, will explain thennou nou wrote: 13 Mar 2025, 22:31 Screenshot 2025-03-13 213532.png
Screenshot 2025-03-13 213542.png
![]()
Leftover database tables from a previous restore - did a fresh one, and tadaaa!
All good!
(but I'd be happy to learn how to troubleshoot/fix this without starting over... I removed any phpbb_video tables and reference to the extension in phpbb_ext but it still didn't work, some migration error I couldn't get rid of)
Thanks!
-
- Users
- Posts: 15
- Joined: 19 Apr 2020, 00:51
Re: Youtube Videos Gallery
Thanks for the EXT, but I've some issues with it

is not showing the stats from youtube
Also I cannot edit Titles, descriptions etc?

Also when I push the button Resync


is not showing the stats from youtube
Also I cannot edit Titles, descriptions etc?

Also when I push the button Resync

-
- Donator
- Posts: 30
- Joined: 19 Oct 2017, 05:10
Re: Youtube Videos Gallery
Working great so far! Will have to do some CSS changes for my style but that was to be expected.
I have a couple of requests if I may...
- Subcategories or the ability to assign multiple categories to a video. I can see libraries grow to where they really will need more specific ways of sorting/searching.
- The ability to change the order of categories in the ACP (exactly like how you can move the order of forums, for example)
- The order displayed in the videos page is the inverse of the order in the drop-down list when adding videos - could they both follow the ACP order?
Please and thank you, enjoy your holiday!
I have a couple of requests if I may...
- Subcategories or the ability to assign multiple categories to a video. I can see libraries grow to where they really will need more specific ways of sorting/searching.
- The ability to change the order of categories in the ACP (exactly like how you can move the order of forums, for example)
- The order displayed in the videos page is the inverse of the order in the drop-down list when adding videos - could they both follow the ACP order?
Please and thank you, enjoy your holiday!