- Download-link
- portal
3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Youtube Videos Gallery
-
- Users
- Posts: 68
- Joined: 15 Nov 2015, 21:47
Re: Youtube Videos Gallery
For board3 portal users who would like the "recent videos" block to display on portal they can add my extension to the portal to do so.
Board3 mods/extensions available/created by Talonos @ http://pretereo-stormrage.co.uk
-
- Donator
- Posts: 502
- Joined: 24 Sep 2015, 16:23
Re: Youtube Videos Gallery
Hey :)
I get this error after adding this block to portal..
[phpBB Debug] PHP Notice: in file [ROOT]/ext/talonos/b3pyoutube/b3pyoutube.php on line 90: Use of undefined constant portal - assumed 'portal'
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
Cheers..
I get this error after adding this block to portal..
[phpBB Debug] PHP Notice: in file [ROOT]/ext/talonos/b3pyoutube/b3pyoutube.php on line 90: Use of undefined constant portal - assumed 'portal'
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
Cheers..
-
- Users
- Posts: 17
- Joined: 24 Mar 2016, 20:48
Re: Youtube Videos Gallery
works for me without any errorsclight77 wrote: 02 May 2016, 15:36 Hey :)
I get this error after adding this block to portal..
[phpBB Debug] PHP Notice: in file [ROOT]/ext/talonos/b3pyoutube/b3pyoutube.php on line 90: Use of undefined constant portal - assumed 'portal'
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
Cheers..
-
- Users
- Posts: 68
- Joined: 15 Nov 2015, 21:47
Re: Youtube Videos Gallery
b3pyoutube.php @ line 90clight77 wrote: 02 May 2016, 15:36 Hey :)
I get this error after adding this block to portal..
[phpBB Debug] PHP Notice: in file [ROOT]/ext/talonos/b3pyoutube/b3pyoutube.php on line 90: Use of undefined constant portal - assumed 'portal'
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
Cheers..
find:
Code: Select all
$this->youtubegallery->index_modify_page_title(portal);
Code: Select all
$this->youtubegallery->index_modify_page_title();
-
- Donator
- Posts: 502
- Joined: 24 Sep 2015, 16:23
Re: Youtube Videos Gallery
That line is found twice @179 and @197.
But it breaks page completely. :)
Hmmm tried again and got this after changes.
[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/event/listener.php on line 126: Missing argument 1 for dmzx/youtubegallery/event/listener::index_modify_page_title(), called in [ROOT]/ext/talonos/b3pyoutube/b3pyoutube.php on line 90 and defined
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
But it breaks page completely. :)
Hmmm tried again and got this after changes.
[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/event/listener.php on line 126: Missing argument 1 for dmzx/youtubegallery/event/listener::index_modify_page_title(), called in [ROOT]/ext/talonos/b3pyoutube/b3pyoutube.php on line 90 and defined
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5337: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
Last edited by clight77 on 02 May 2016, 16:08, edited 1 time in total.
-
- Users
- Posts: 68
- Joined: 15 Nov 2015, 21:47
Re: Youtube Videos Gallery
you must be looking in original extension there and not my extension. mine has it only once inside of b3pyoutube.phpclight77 wrote: 02 May 2016, 16:03 That line is found twice @179 and @197.
But it breaks page completely. :)
-
- Donator
- Posts: 502
- Joined: 24 Sep 2015, 16:23
Re: Youtube Videos Gallery
Nope that php is from your zip file.. lol
I will download it again.
I will download it again.
-
- Users
- Posts: 68
- Joined: 15 Nov 2015, 21:47
Re: Youtube Videos Gallery
I'm having trouble trying to replicate your error currently. and yes mine has it listed in 2 places BUT only one is used at a time.
-
- Donator
- Posts: 502
- Joined: 24 Sep 2015, 16:23
Re: Youtube Videos Gallery
Removed and re installed, same errors :)
-
- Donator
- Posts: 502
- Joined: 24 Sep 2015, 16:23
Re: Youtube Videos Gallery
It works fine, just those error lines. :)
-
- Users
- Posts: 68
- Joined: 15 Nov 2015, 21:47
Re: Youtube Videos Gallery
i cant see the block on your portal. just signed upto your site to look into it.
-
- Users
- Posts: 68
- Joined: 15 Nov 2015, 21:47
Re: Youtube Videos Gallery
clight77 issue has been resolved.
-
- Donator
- Posts: 502
- Joined: 24 Sep 2015, 16:23
Re: Youtube Videos Gallery
Had to replace video_index.html with one from youtube gallery so it showed just 1 row of videos.