Hi, I am trying to access my Omeka webpage but each link is giving this error:
Deprecated : Return type of Zend_Config::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/charmain/archive.charmainewheatley.ca/application/libraries/Zend/Config.php on line 248
Deprecated : Return type of Zend_Config::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/charmain/archive.charmainewheatley.ca/application/libraries/Zend/Config.php on line 258
Deprecated : Return type of Zend_Config::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/charmain/archive.charmainewheatley.ca/application/libraries/Zend/Config.php on line 278
Deprecated : Return type of Zend_Config::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/charmain/archive.charmainewheatley.ca/application/libraries/Zend/Config.php on line 269
Deprecated : Return type of Zend_Config::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/charmain/archive.charmainewheatley.ca/application/libraries/Zend/Config.php on line 304
Deprecated : Return type of Zend_Config::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/charmain/archive.charmainewheatley.ca/application/libraries/Zend/Config.php on line 292
Admittedly I have never used Omeka before and I have very little coding experience, and we are just trying to access a website that someone else had set up for us some time ago. We keep seeing these error messages even when we try to access the admin page or just the home page. How could we resolve this problem and make it so that we can access the database again?