Don't know what you mean, PM me link of your board.swstarone wrote:Dear sir
the directory /video is not opening !!!
even I have added one Categery from the ACP.
Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/youtubegallery.php on line 139: DOMDocument::load(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0
[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/youtubegallery.php on line 139: DOMDocument::load(http://gdata.youtube.com/feeds/api/videos/): failed to open stream: no suitable wrapper could be found
[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/youtubegallery.php on line 139: DOMDocument::load(): I/O warning : failed to load external entity "http://gdata.youtube.com/feeds/api/videos/"
Code: Select all
Allgemeiner Fehler
SQL ERROR [ mysql4 ]
Column 'video_title' cannot be null [1048]
SQL
INSERT INTO PHPBB3_video (video_id, video_url, video_title, video_cat_id, username, user_id, youtube_id, create_time, video_views) VALUES (0, 'https://www.youtube.com/watch?v=m3qzLWVerF4', NULL, 2, 'Transwarp', 2, 'm3qzLWVerF4', 1430002038, 0)
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysql.php
LINE: 181
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysql->sql_query()
FILE: [ROOT]/ext/dmzx/youtubegallery/controller/youtubegallery.php
LINE: 249
CALL: phpbb\db\driver\factory->sql_query()
FILE: (not given by php)
LINE: (not given by php)
CALL: dmzx\youtubegallery\controller\youtubegallery->handle_video()
FILE: [ROOT]/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php
LINE: 117
CALL: call_user_func_array()
FILE: [ROOT]/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php
LINE: 61
CALL: Symfony\Component\HttpKernel\HttpKernel->handleRaw()
FILE: [ROOT]/app.php
LINE: 33
CALL: Symfony\Component\HttpKernel\HttpKernel->handle()
Be sure that your server supports allow_url_fopen, if so turn it on. When activated, the two errors will be corrected.Miri4ever wrote:Getting those 2 Errors. First looks like the current setup doens't work with every server:
And second if try to add an video url:Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/youtubegallery.php on line 139: DOMDocument::load(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 [phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/youtubegallery.php on line 139: DOMDocument::load(http://gdata.youtube.com/feeds/api/videos/): failed to open stream: no suitable wrapper could be found [phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/youtubegallery.php on line 139: DOMDocument::load(): I/O warning : failed to load external entity "http://gdata.youtube.com/feeds/api/videos/"
Code: Select all
Allgemeiner Fehler SQL ERROR [ mysql4 ] Column 'video_title' cannot be null [1048] SQL INSERT INTO PHPBB3_video (video_id, video_url, video_title, video_cat_id, username, user_id, youtube_id, create_time, video_views) VALUES (0, 'https://www.youtube.com/watch?v=m3qzLWVerF4', NULL, 2, 'Transwarp', 2, 'm3qzLWVerF4', 1430002038, 0) BACKTRACE FILE: (not given by php) LINE: (not given by php) CALL: msg_handler() FILE: [ROOT]/phpbb/db/driver/driver.php LINE: 855 CALL: trigger_error() FILE: [ROOT]/phpbb/db/driver/mysql.php LINE: 181 CALL: phpbb\db\driver\driver->sql_error() FILE: [ROOT]/phpbb/db/driver/factory.php LINE: 329 CALL: phpbb\db\driver\mysql->sql_query() FILE: [ROOT]/ext/dmzx/youtubegallery/controller/youtubegallery.php LINE: 249 CALL: phpbb\db\driver\factory->sql_query() FILE: (not given by php) LINE: (not given by php) CALL: dmzx\youtubegallery\controller\youtubegallery->handle_video() FILE: [ROOT]/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php LINE: 117 CALL: call_user_func_array() FILE: [ROOT]/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php LINE: 61 CALL: Symfony\Component\HttpKernel\HttpKernel->handleRaw() FILE: [ROOT]/app.php LINE: 33 CALL: Symfony\Component\HttpKernel\HttpKernel->handle()
Code: Select all
Während der Anpassung der Datenbank ist etwas falsch gelaufen und ein Fehler aufgetreten. Die Änderungen, die vor dem Fehler durchgeführt wurden, wurden so weit wie möglich rückgängig gemacht. Du solltest jedoch prüfen, ob dein Board fehlerfrei funktioniert.
Die Berechtigungs-Rolle „“ existiert unerwarteterweise nicht.
Uninstall: https://github.com/dmzx/youtubegallery#uninstallMiri4ever wrote:Ok but still having a problem with removing data from the server:
Something is missing inside the database, so this mod seems could not be removed. Reinstall and try again also didn't work.Code: Select all
Während der Anpassung der Datenbank ist etwas falsch gelaufen und ein Fehler aufgetreten. Die Änderungen, die vor dem Fehler durchgeführt wurden, wurden so weit wie möglich rückgängig gemacht. Du solltest jedoch prüfen, ob dein Board fehlerfrei funktioniert. Die Berechtigungs-Rolle „“ existiert unerwarteterweise nicht.
Ok, I'll take a look.Miri4ever wrote:I know how to disable and delete data from the extension menu. Need no guide for this, even not one telling me nothing more as the normal doing. Sure I could delete the folder, but the pieces inside the database still remain whatever inside the user permissions roole " what could not deleted.
Fresh installing and try again still doesn't remove the bad table that got created. Maybe an updated version would or the see what tables created while install to remove from hand. That's a little bit the bad part of PHPBB 3.1 extensions not to see the changes made, to reverse them from hand, if some extension not willing to uninstall like they should be.
I activated debug mode from server, but still got none error to see where the uninstall part stopped working to find the bad table. All I can say it's something inside the permissions table like the forum told me.
The pagination is unfinished , you must wait for an update soon.tamarin wrote:Hello.
I uploaded 15 videos.
But I see only 10.
Displays "page 1 of 2," but there is no possibility to somehow switch.
Can you help me please?
Thank you in advance.
Lazy2000 wrote:at first this is a great ext and thank you for working on it!
a small issue now.
a 404 at ***.com/video
this happened after i installed the ext "Social Login for phpBB 3.1.x" from here: https://docs.oneall.com/plugins/guide/s ... b/?v=3.1.x
BUT this (404) happens only if i login with FB account etc.
If i login normally (username - pass) everything is working fine.
i am not asking for a solution (although i would like one) i am just informing.
anyways, i 100% prefer to use the gallery and remove the social connection ext.
thanks for your time dmzx and _Vinny_