I got this same issue but I don't understand how to fix it. I know it's my API key config I need to check but I don't know what I did wrongspaceace wrote:adding a new video is causing an error and allow_url_fopen is turned on in the server
[phpBB Debug] PHP Warning: in file [ROOT]/video/posting.php on line 81: file_get_contents(https://www.googleapis.com/youtube/v3/v ... rt=snippet): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden
Mind sharing?Jessica wrote:EDIT: Finally got it.
5hocK wrote:Mind sharing?Jessica wrote:EDIT: Finally got it.
Getting Google API key for using with YouTube (video)Jessica wrote:In APIs under APIs & auth I made sure "YouTube Data API" was enabled
Then I created a server key (APIs & auth > Credentials), leaving the textbox blank
Code: Select all
Adding new config variable: comments_per_page
ERROR: Config variable comments_per_page already exists.
Code: Select all
Video Gallery
PHP Version: 5.4.37-pl0-gentoo
DBMS: MySQL(i) 5.6.22
phpBB3 Version: 3.0.12
Adding new config variable: comments_per_page
ERROR: Config variable comments_per_page already exists.
Code: Select all
General Error
SQL ERROR [ mysqli ]
Table 'myprefixfordatabase_phpBB.phpbb_auto_video_cat' doesn't exist [1146]
SQL
SELECT * FROM phpbb_auto_video_cat ORDER by video_cat_title
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/includes/db/dbal.php
LINE: 757
CALL: trigger_error()
FILE: [ROOT]/includes/db/mysqli.php
LINE: 189
CALL: dbal->sql_error()
FILE: [ROOT]/includes/acp/acp_video.php
LINE: 217
CALL: dbal_mysqli->sql_query()
FILE: [ROOT]/includes/functions_module.php
LINE: 507
CALL: acp_video->main()
FILE: [ROOT]/adm/index.php
LINE: 74
CALL: p_master->load_active()
Do you have other mods installed? Which ones?KayDee12 wrote:I am getting this error after trying to install.
Asked me to down load a file and here is that output:Code: Select all
Adding new config variable: comments_per_page ERROR: Config variable comments_per_page already exists.
Can anyone shed some light?Code: Select all
Video Gallery PHP Version: 5.4.37-pl0-gentoo DBMS: MySQL(i) 5.6.22 phpBB3 Version: 3.0.12 Adding new config variable: comments_per_page ERROR: Config variable comments_per_page already exists.
Thank You.
Probably something wrong during installation. I suggest completely remove and reinstall the MOD carefully.KayDee12 wrote:Okay, I got rid of the above error/conflict. Updated my board to 3.0.14. I created the server key and entered it the ACP and clicked the submit button, nothing really happened. The page didn't load after i clicked submit. When I click on Video Categories in the ACP on the .MODS tab I receive this:
I installed this using AUTOMOD.Code: Select all
General Error SQL ERROR [ mysqli ] Table 'myprefixfordatabase_phpBB.phpbb_auto_video_cat' doesn't exist [1146] SQL SELECT * FROM phpbb_auto_video_cat ORDER by video_cat_title BACKTRACE FILE: (not given by php) LINE: (not given by php) CALL: msg_handler() FILE: [ROOT]/includes/db/dbal.php LINE: 757 CALL: trigger_error() FILE: [ROOT]/includes/db/mysqli.php LINE: 189 CALL: dbal->sql_error() FILE: [ROOT]/includes/acp/acp_video.php LINE: 217 CALL: dbal_mysqli->sql_query() FILE: [ROOT]/includes/functions_module.php LINE: 507 CALL: acp_video->main() FILE: [ROOT]/adm/index.php LINE: 74 CALL: p_master->load_active()
Thanks for any help
Jessica wrote:How about adding a quick reply in the comments section?
EDIT: Also, how would I change the title of my tab to something like School & Chat - Youtube Gallery when I am on the gallery page? Right now it only says my board name
Thank you.salvocortesiano wrote:Hi _Vinny_,
thanks for this MOD. By the following link you can download the Italian translation of the MOD [RC1] Youtube Gallery
http://www.netshadows.it/root.rar
No, only prosilver.salvocortesiano wrote:P.S. Unfortunately I use the subsilver2 style... do you think in the future you include even this style?
U are welcome!_Vinny_ wrote:Thank you.
_Vinny_ wrote:No, only prosilver.
Code: Select all
<input type="submit" accesskey="c" tabindex="10" name="cancel" value="Cancel" class="button2" />
<input type="submit" name="submit" id="submit" value="{L_SUBMIT}" class="button1" tabindex="9" />