Internal Server Error - Godaddy Shared Server - Plz help

Support intro

A couple of months ago installed Nextcloud on a Godaddy shared server using their Installatron library. It worked fine for the past 2 months, I uploaded about 55gb of data and created 40 new user accounts. 2 days ago I was unable to login and I see this error message:

Internal Server Error

The server was unable to complete your request.
If this happens again, please send the technical details below to the server administrator.
More details can be found in the server log.

Technical details

  • Remote Address: 76.242.34.4
  • Request ID: YTz2JKPwKPsresHhtXf5gQAAQxE

Site: https://resources.nykidsclub.com/

Nextcloud version (eg, 20.0.5): not sure, latest?

server info (from godaddy cpanel):
|cPanel Version |86.0 (build 30)|
|Apache Version |2.4.46|
|PHP Version |5.6.40|
|MySQL Version |5.6.49-cll-lve|
|Architecture |x86_64|
|Operating System |linux|
|Shared IP Address |148.72.31.158|
|Path to Sendmail |/usr/sbin/sendmail|
|Path to Perl |/usr/bin/perl|
|Perl Version |5.10.1|
|Kernel Version |2.6.32-954.3.5.lve1.4.79.1.el6.x86_64|

The issue you are facing:

I did not make any changes to the site in the past 3 days and none of the new user accounts had admin access. I contacted Godaddy support and they were not able to find anything wrong with the server and were not very helpful at all.

I found this error message in the public_html/nextcloud/apps/dashboard/error_log:

[11-Sep-2021 18:26:35 UTC] PHP Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /home/nykidsclub/public_html/nextcloud/apps/dashboard/mysql.php:20
Stack trace:
#0 {main}
thrown in /home/nykidsclub/public_html/nextcloud/apps/dashboard/mysql.php on line 20

and this error located in /public_html/nextcloud/ocs/error_log:

[09-Sep-2021 21:22:42 UTC] PHP Fatal error: Uncaught Doctrine\DBAL\Exception: Failed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2002] Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2) in /home/nykidsclub/public_html/nextcloud/lib/private/DB/Connection.php:87
Stack trace:
#0 /home/nykidsclub/public_html/nextcloud/3rdparty/doctrine/dbal/src/Connection.php(1486): OC\DB\Connection->connect()
#1 /home/nykidsclub/public_html/nextcloud/3rdparty/doctrine/dbal/src/Connection.php(1014): Doctrine\DBAL\Connection->getWrappedConnection()
#2 /home/nykidsclub/public_html/nextcloud/lib/private/DB/Connection.php(231): Doctrine\DBAL\Connection->executeQuery(‘SELECT * FROM ...', Array, Array, NULL) #3 /home/nykidsclub/public_html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php(210): OC\DB\Connection->executeQuery('SELECT * FROM …’, Array, Array)
#4 /home/nykidsclub/public_html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php(287): Doctrine\DBAL\Query\QueryBuilder->execute()
#5 / in /home/nykidsclub/public_html/nextcloud/lib/private/DB/Connection.php on line 87

I am not very technical when it comes to the database and server and I do not have root access to the server since it is a shared godaddy server. I am confused how the site can break itself like this without any user changes.

Please help - thank you!

Yes, strange error indeed. The first one is talking about an undefined function, and the second one is talking about an actual connectivity problem.

If the server was rebooted with mysql or mariadb set to not automatically start on boot, that could explain the database being inaccessible. Or if the database server crashed for some reason. You need to talk to whoever has root access and see if the database server is actually running.

Hmm… the undefined function error happened TWO DAYS after the connectivity error. You might want to check if somebody was mucking around with the libraries on the server.

I asked Godaddy support to restart the mysql server while on the phone with them yesterday and they said they did but that did not fix the problem (or change it).

Is the mysql connectivity library for php installed on the server? The current error suggests it isn’t.

Also, you say you have PHP 5.6 installed… that hasn’t been supported since Nextcloud 13 https://docs.nextcloud.com/server/13/admin_manual/installation/system_requirements.html – which is positively ancient.

I am not sure about this. How can I check? Everything was working fine for a while up until 3 days ago.

Yes, I’m confused about this one as well. I copied that server information from the cpanel but when I go to “Select php version” in the cPanel it says it is set to 7.4. So there seems to be some discrepancy there. Maybe one of them is wrong?
Would this kind of error occur if it was infact running an old php version though?

That error could be from running an ancient version of nextcloud with a new version of php. That function was deprecated in php 7.0. You need to check what your nextcloud version is.

<?php $OC_Version = array(22,0,0,11); $OC_VersionString = '22.0.0'; $OC_Edition = ''; $OC_Channel = 'stable'; $OC_VersionCanBeUpgradedFrom = array ( 'nextcloud' => array ( '21.0' => true, '22.0' => true, ), 'owncloud' => array ( '10.5' => true, ), ); $OC_Build = '2021-07-05T20:58:46+00:00 c67e1420c8f741bfa43db08fcc295ec3b156fff8'; $vendor = 'nextcloud';

And when I check the php version in the hosting section of my godaddy account (not cpanel) it does confirm, it is running php 7.4.

This is long, but here is the public_html/nextcloud/error.log from nextcloud for the past month:

[16-Aug-2021 14:39:24 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 3235944 bytes) in /home/nykidsclub/public_html/nextcloud/lib/private/legacy/OC_Image.php on line 385
[18-Aug-2021 13:12:35 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 230393944 bytes) in /home/nykidsclub/public_html/nextcloud/lib/private/Installer.php on line 301
[18-Aug-2021 13:12:57 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 230393944 bytes) in /home/nykidsclub/public_html/nextcloud/lib/private/Installer.php on line 301
[10-Sep-2021 16:04:02 UTC] PHP Warning: include(/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php): failed to open stream: No such file or directory in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:02 UTC] PHP Warning: include(): Failed opening ‘/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php’ for inclusion (include_path=’/home/nykidsclub/public_html/nextcloud/3rdparty/pear/archive_tar:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/console_getopt:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear-core-minimal/src:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear_exception:/home/nykidsclub/public_html/nextcloud/apps’) in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:02 UTC] PHP Warning: include(/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php): failed to open stream: No such file or directory in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:02 UTC] PHP Warning: include(): Failed opening ‘/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php’ for inclusion (include_path=’/home/nykidsclub/public_html/nextcloud/3rdparty/pear/archive_tar:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/console_getopt:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear-core-minimal/src:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear_exception:/home/nykidsclub/public_html/nextcloud/apps’) in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:02 UTC] PHP Warning: include(/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php): failed to open stream: No such file or directory in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:02 UTC] PHP Warning: include(): Failed opening ‘/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php’ for inclusion (include_path=’/home/nykidsclub/public_html/nextcloud/3rdparty/pear/archive_tar:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/console_getopt:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear-core-minimal/src:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear_exception:/home/nykidsclub/public_html/nextcloud/apps’) in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:02 UTC] PHP Fatal error: Uncaught Error: Class ‘Doctrine\Common\EventManager’ not found in /home/nykidsclub/public_html/nextcloud/lib/private/DB/ConnectionFactory.php:124
Stack trace:
#0 /home/nykidsclub/public_html/nextcloud/lib/private/Server.php(819): OC\DB\ConnectionFactory->getConnection(‘mysql’, Array)
#1 /home/nykidsclub/public_html/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(160): OC\Server->OC{closure}(Object(OC\Server))
#2 /home/nykidsclub/public_html/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility{closure}(Object(Pimple\Container))
#3 /home/nykidsclub/public_html/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(127): Pimple\Container->offsetGet(‘OC\DB\Connectio…’)
#4 /home/nykidsclub/public_html/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query(‘OC\DB\Connectio…’, false)
#5 /home/nykidsclub/public_html/nextcloud/lib/private/AppFramework/Utility/SimpleContai in /home/nykidsclub/public_html/nextcloud/lib/private/DB/ConnectionFactory.php on line 124
[10-Sep-2021 16:04:04 UTC] PHP Warning: include(/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php): failed to open stream: No such file or directory in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:04 UTC] PHP Warning: include(): Failed opening ‘/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php’ for inclusion (include_path=’/home/nykidsclub/public_html/nextcloud/3rdparty/pear/archive_tar:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/console_getopt:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear-core-minimal/src:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear_exception:/home/nykidsclub/public_html/nextcloud/apps’) in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:04 UTC] PHP Warning: include(/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php): failed to open stream: No such file or directory in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:04 UTC] PHP Warning: include(): Failed opening ‘/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php’ for inclusion (include_path=’/home/nykidsclub/public_html/nextcloud/3rdparty/pear/archive_tar:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/console_getopt:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear-core-minimal/src:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear_exception:/home/nykidsclub/public_html/nextcloud/apps’) in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:04 UTC] PHP Warning: include(/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php): failed to open stream: No such file or directory in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:04 UTC] PHP Warning: include(): Failed opening ‘/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php’ for inclusion (include_path=’/home/nykidsclub/public_html/nextcloud/3rdparty/pear/archive_tar:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/console_getopt:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear-core-minimal/src:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear_exception:/home/nykidsclub/public_html/nextcloud/apps’) in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:04 UTC] PHP Fatal error: Uncaught Error: Class ‘Doctrine\Common\EventManager’ not found in /home/nykidsclub/public_html/nextcloud/lib/private/DB/ConnectionFactory.php:124
Stack trace:
#0 /home/nykidsclub/public_html/nextcloud/lib/private/Server.php(819): OC\DB\ConnectionFactory->getConnection(‘mysql’, Array)
#1 /home/nykidsclub/public_html/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(160): OC\Server->OC{closure}(Object(OC\Server))
#2 /home/nykidsclub/public_html/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility{closure}(Object(Pimple\Container))
#3 /home/nykidsclub/public_html/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(127): Pimple\Container->offsetGet(‘OC\DB\Connectio…’)
#4 /home/nykidsclub/public_html/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query(‘OC\DB\Connectio…’, false)
#5 /home/nykidsclub/public_html/nextcloud/lib/private/AppFramework/Utility/SimpleContai in /home/nykidsclub/public_html/nextcloud/lib/private/DB/ConnectionFactory.php on line 124
[10-Sep-2021 16:04:08 UTC] PHP Warning: include(/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php): failed to open stream: No such file or directory in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:08 UTC] PHP Warning: include(): Failed opening ‘/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php’ for inclusion (include_path=’/home/nykidsclub/public_html/nextcloud/3rdparty/pear/archive_tar:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/console_getopt:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear-core-minimal/src:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear_exception:/home/nykidsclub/public_html/nextcloud/apps’) in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:08 UTC] PHP Warning: include(/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php): failed to open stream: No such file or directory in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:08 UTC] PHP Warning: include(): Failed opening ‘/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php’ for inclusion (include_path=’/home/nykidsclub/public_html/nextcloud/3rdparty/pear/archive_tar:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/console_getopt:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear-core-minimal/src:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear_exception:/home/nykidsclub/public_html/nextcloud/apps’) in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:08 UTC] PHP Warning: include(/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php): failed to open stream: No such file or directory in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:08 UTC] PHP Warning: include(): Failed opening ‘/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php’ for inclusion (include_path=’/home/nykidsclub/public_html/nextcloud/3rdparty/pear/archive_tar:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/console_getopt:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear-core-minimal/src:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear_exception:/home/nykidsclub/public_html/nextcloud/apps’) in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:08 UTC] PHP Fatal error: Uncaught Error: Class ‘Doctrine\Common\EventManager’ not found in /home/nykidsclub/public_html/nextcloud/lib/private/DB/ConnectionFactory.php:124
Stack trace:
#0 /home/nykidsclub/public_html/nextcloud/lib/private/Server.php(819): OC\DB\ConnectionFactory->getConnection(‘mysql’, Array)
#1 /home/nykidsclub/public_html/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(160): OC\Server->OC{closure}(Object(OC\Server))
#2 /home/nykidsclub/public_html/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility{closure}(Object(Pimple\Container))
#3 /home/nykidsclub/public_html/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(127): Pimple\Container->offsetGet(‘OC\DB\Connectio…’)
#4 /home/nykidsclub/public_html/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query(‘OC\DB\Connectio…’, false)
#5 /home/nykidsclub/public_html/nextcloud/lib/private/AppFramework/Utility/SimpleContai in /home/nykidsclub/public_html/nextcloud/lib/private/DB/ConnectionFactory.php on line 124
[10-Sep-2021 16:04:10 UTC] PHP Warning: include(/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php): failed to open stream: No such file or directory in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:10 UTC] PHP Warning: include(): Failed opening ‘/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php’ for inclusion (include_path=’/home/nykidsclub/public_html/nextcloud/3rdparty/pear/archive_tar:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/console_getopt:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear-core-minimal/src:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear_exception:/home/nykidsclub/public_html/nextcloud/apps’) in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:10 UTC] PHP Warning: include(/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php): failed to open stream: No such file or directory in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:10 UTC] PHP Warning: include(): Failed opening ‘/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php’ for inclusion (include_path=’/home/nykidsclub/public_html/nextcloud/3rdparty/pear/archive_tar:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/console_getopt:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear-core-minimal/src:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear_exception:/home/nykidsclub/public_html/nextcloud/apps’) in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:10 UTC] PHP Warning: include(/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php): failed to open stream: No such file or directory in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:10 UTC] PHP Warning: include(): Failed opening ‘/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php’ for inclusion (include_path=’/home/nykidsclub/public_html/nextcloud/3rdparty/pear/archive_tar:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/console_getopt:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear-core-minimal/src:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear_exception:/home/nykidsclub/public_html/nextcloud/apps’) in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:10 UTC] PHP Fatal error: Uncaught Error: Class ‘Doctrine\Common\EventManager’ not found in /home/nykidsclub/public_html/nextcloud/lib/private/DB/ConnectionFactory.php:124
Stack trace:
#0 /home/nykidsclub/public_html/nextcloud/lib/private/Server.php(819): OC\DB\ConnectionFactory->getConnection(‘mysql’, Array)
#1 /home/nykidsclub/public_html/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(160): OC\Server->OC{closure}(Object(OC\Server))
#2 /home/nykidsclub/public_html/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility{closure}(Object(Pimple\Container))
#3 /home/nykidsclub/public_html/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(127): Pimple\Container->offsetGet(‘OC\DB\Connectio…’)
#4 /home/nykidsclub/public_html/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query(‘OC\DB\Connectio…’, false)
#5 /home/nykidsclub/public_html/nextcloud/lib/private/AppFramework/Utility/SimpleContai in /home/nykidsclub/public_html/nextcloud/lib/private/DB/ConnectionFactory.php on line 124
[10-Sep-2021 16:04:14 UTC] PHP Warning: include(/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php): failed to open stream: No such file or directory in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:14 UTC] PHP Warning: include(): Failed opening ‘/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php’ for inclusion (include_path=’/home/nykidsclub/public_html/nextcloud/3rdparty/pear/archive_tar:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/console_getopt:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear-core-minimal/src:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear_exception:/home/nykidsclub/public_html/nextcloud/apps’) in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:14 UTC] PHP Warning: include(/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php): failed to open stream: No such file or directory in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:14 UTC] PHP Warning: include(): Failed opening ‘/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php’ for inclusion (include_path=’/home/nykidsclub/public_html/nextcloud/3rdparty/pear/archive_tar:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/console_getopt:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear-core-minimal/src:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear_exception:/home/nykidsclub/public_html/nextcloud/apps’) in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:14 UTC] PHP Warning: include(/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php): failed to open stream: No such file or directory in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:14 UTC] PHP Warning: include(): Failed opening ‘/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php’ for inclusion (include_path=’/home/nykidsclub/public_html/nextcloud/3rdparty/pear/archive_tar:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/console_getopt:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear-core-minimal/src:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear_exception:/home/nykidsclub/public_html/nextcloud/apps’) in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:14 UTC] PHP Fatal error: Uncaught Error: Class ‘Doctrine\Common\EventManager’ not found in /home/nykidsclub/public_html/nextcloud/lib/private/DB/ConnectionFactory.php:124
Stack trace:
#0 /home/nykidsclub/public_html/nextcloud/lib/private/Server.php(819): OC\DB\ConnectionFactory->getConnection(‘mysql’, Array)
#1 /home/nykidsclub/public_html/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(160): OC\Server->OC{closure}(Object(OC\Server))
#2 /home/nykidsclub/public_html/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility{closure}(Object(Pimple\Container))
#3 /home/nykidsclub/public_html/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(127): Pimple\Container->offsetGet(‘OC\DB\Connectio…’)
#4 /home/nykidsclub/public_html/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query(‘OC\DB\Connectio…’, false)
#5 /home/nykidsclub/public_html/nextcloud/lib/private/AppFramework/Utility/SimpleContai in /home/nykidsclub/public_html/nextcloud/lib/private/DB/ConnectionFactory.php on line 124
[10-Sep-2021 16:04:14 UTC] PHP Warning: include(/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php): failed to open stream: No such file or directory in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:14 UTC] PHP Warning: include(): Failed opening ‘/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php’ for inclusion (include_path=’/home/nykidsclub/public_html/nextcloud/3rdparty/pear/archive_tar:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/console_getopt:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear-core-minimal/src:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear_exception:/home/nykidsclub/public_html/nextcloud/apps’) in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:14 UTC] PHP Warning: include(/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php): failed to open stream: No such file or directory in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:14 UTC] PHP Warning: include(): Failed opening ‘/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php’ for inclusion (include_path=’/home/nykidsclub/public_html/nextcloud/3rdparty/pear/archive_tar:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/console_getopt:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear-core-minimal/src:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear_exception:/home/nykidsclub/public_html/nextcloud/apps’) in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:14 UTC] PHP Warning: include(/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php): failed to open stream: No such file or directory in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:14 UTC] PHP Warning: include(): Failed opening ‘/home/nykidsclub/public_html/nextcloud/3rdparty/composer/…/doctrine/event-manager/lib/Doctrine/Common/EventManager.php’ for inclusion (include_path=’/home/nykidsclub/public_html/nextcloud/3rdparty/pear/archive_tar:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/console_getopt:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear-core-minimal/src:/home/nykidsclub/public_html/nextcloud/3rdparty/pear/pear_exception:/home/nykidsclub/public_html/nextcloud/apps’) in /home/nykidsclub/public_html/nextcloud/lib/composer/composer/ClassLoader.php on line 480
[10-Sep-2021 16:04:14 UTC] PHP Fatal error: Uncaught Error: Class ‘Doctrine\Common\EventManager’ not found in /home/nykidsclub/public_html/nextcloud/lib/private/DB/ConnectionFactory.php:124
Stack trace:
#0 /home/nykidsclub/public_html/nextcloud/lib/private/Server.php(819): OC\DB\ConnectionFactory->getConnection(‘mysql’, Array)
#1 /home/nykidsclub/public_html/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(160): OC\Server->OC{closure}(Object(OC\Server))
#2 /home/nykidsclub/public_html/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility{closure}(Object(Pimple\Container))
#3 /home/nykidsclub/public_html/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(127): Pimple\Container->offsetGet(‘OC\DB\Connectio…’)
#4 /home/nykidsclub/public_html/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query(‘OC\DB\Connectio…’, false)
#5 /home/nykidsclub/public_html/nextcloud/lib/private/AppFramework/Utility/SimpleContai in /home/nykidsclub/public_html/nextcloud/lib/private/DB/ConnectionFactory.php on line 124
[11-Sep-2021 18:20:05 UTC] PHP Warning: Unsupported declare ‘strict_types’ in /home/nykidsclub/public_html/nextcloud/lib/versioncheck.php on line 3
[11-Sep-2021 18:20:15 UTC] PHP Warning: Unsupported declare ‘strict_types’ in /home/nykidsclub/public_html/nextcloud/lib/versioncheck.php on line 3

Can anyone else help please?