WWBN / AVideo

Create Your Own Broadcast Network With AVideo Platform Open-Source. OAVP OVP
https://avideo.tube/AVideo_OpenSource
Other
1.92k stars 973 forks source link

AVIDEO INSTALLATION ON UBUNTU 20 LIVE PLUGIN ERROR #7064

Closed motechgroup closed 2 years ago

motechgroup commented 2 years ago

Describe the question Hello, I tried to install AVideo platform on my server, everything went well until I logged into my website, I ran into an error when I tried to create a livestream, kindly assist.

Error Log array(4) { ["type"]=> int(1) ["message"]=> string(788) "Uncaught mysqli_sql_exception: Table 'avideo.LiveLinks' doesn't exist in /var/www/html/AVideo/plugin/LiveLinks/LiveLinks.php:95 Stack trace: #0 /var/www/html/AVideo/plugin/LiveLinks/LiveLinks.php(95): mysqli->query() #1 /var/www/html/AVideo/plugin/LiveLinks/LiveLinks.php(126): LiveLinks::getAllActive() #2 /var/www/html/AVideo/plugin/AVideoPlugin.php(973): LiveLinks->getLiveApplicationArray() #3 /var/www/html/AVideo/objects/functions.php(7707): AVideoPlugin::getLiveApplicationArray() #4 /var/www/html/AVideo/plugin/Live/Objects/LiveTransmition.php(316): getStatsNotifications() #5 /var/www/html/AVideo/plugin/Live/Objects/LiveTransmition.php(173): LiveTransmition->save() #6 /var/www/html/AVideo/plugin/Live/index.php(81): LiveTransmition::createTransmitionIfNeed() #7 {main} thrown" ["file"]=> string(51) "/var/www/html/AVideo/plugin/LiveLinks/LiveLinks.php" ["line"]=> int(95) } array(4) { ["type"]=> int(1) ["message"]=> string(788) "Uncaught mysqli_sql_exception: Table 'avideo.LiveLinks' doesn't exist in /var/www/html/AVideo/plugin/LiveLinks/LiveLinks.php:95 Stack trace:

0 /var/www/html/AVideo/plugin/LiveLinks/LiveLinks.php(95): mysqli->query()

1 /var/www/html/AVideo/plugin/LiveLinks/LiveLinks.php(126): LiveLinks::getAllActive()

2 /var/www/html/AVideo/plugin/AVideoPlugin.php(973): LiveLinks->getLiveApplicationArray()

3 /var/www/html/AVideo/objects/functions.php(7707): AVideoPlugin::getLiveApplicationArray()

4 /var/www/html/AVideo/plugin/Live/Objects/LiveTransmition.php(316): getStatsNotifications()

5 /var/www/html/AVideo/plugin/Live/Objects/LiveTransmition.php(173): LiveTransmition->save()

6 /var/www/html/AVideo/plugin/Live/index.php(81): LiveTransmition::createTransmitionIfNeed()

7 {main}

thrown" ["file"]=> string(51) "/var/www/html/AVideo/plugin/LiveLinks/LiveLinks.php" ["line"]=> int(95) } array(1) { [0]=> array(2) { ["function"]=> string(14) "avidoeShutdown" ["args"]=> array(0) { } } }

DanielnetoDotCom commented 2 years ago

Looks like you enabled the LiveLinks plugin but did not install the tables

motechgroup commented 2 years ago

ooooh, thanks for the assistance, how do i install the tables?

On Wed, Aug 31, 2022 at 3:43 PM Daniel Neto @.***> wrote:

Looks like you enabled the LiveLinks plugin but did not install the tables

— Reply to this email directly, view it on GitHub https://github.com/WWBN/AVideo/issues/7064#issuecomment-1232888552, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANUY57WIOMP53CVQRY5R3JTV35HO7ANCNFSM6AAAAAAQAS2DCU . You are receiving this because you authored the thread.Message ID: @.***>

motechgroup commented 2 years ago

ooh, thanks for the assistance, how do i install the tables?

DanielnetoDotCom commented 2 years ago

you should see the install tables button on the plugin menu

image

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.