mike_b I completely removed EVERYTHING and reconfigured the site, but still receive the error. I went back a page to see the error message and got an interesting output of code. Hopefully this is useful to someone:
Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_UNKNOWN)
Declaration of Symfony\Component\Translation\TranslatorInterface::setLocale($locale) must be compatible with Symfony\Contracts\Translation\LocaleAwareInterface::setLocale(string $locale)
/home/ezmenus/public_html/setup-master/vendor/symfony/translation/TranslatorInterface.php
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Translation;
use Symfony\Component\Translation\Exception\InvalidArgumentException;
use Symfony\Contracts\Translation\LocaleAwareInterface;
/**
* TranslatorInterface.
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @deprecated since Symfony 4.2, use Symfony\Contracts\Translation\TranslatorInterface instead
*/
interface TranslatorInterface extends LocaleAwareInterface
{
/**
* Translates the given message.
*
* @param string $id The message id (may also be an object that can be cast to string)
* @param array $parameters An array of parameters for the message
* @param string|null $domain The domain for the message or null to use the default
* @param string|null $locale The locale or null to use the default
*
* @return string The translated string
*
* @throws InvalidArgumentException If the locale contains invalid characters
*/
public function trans($id, array $parameters = [], $domain = null, $locale = null);
/**
* Translates the given choice message by choosing a translation according to a number.
*
* @param string $id The message id (may also be an object that can be cast to string)
* @param int $number The number to use to find the index of the message
Arguments
"Declaration of Symfony\Component\Translation\TranslatorInterface::setLocale($locale) must be compatible with Symfony\Contracts\Translation\LocaleAwareInterface: ▶"
Environment & details:
GET Data empty
POST Data empty
Files empty
Cookies
PHPSESSID
"41c8806ce88555d2a9ff8dfa04efd547"
Session empty
Server/Request Data
PHPRC
"/home/ezmenus/fcgi-bin/../etc/php7.1"
SCRIPT_FILENAME
"/home/ezmenus/public_html/setup-master/index.php"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PWD
"/home/ezmenus/fcgi-bin"
SHLVL
"0"
PHP_FCGI_MAX_REQUESTS
"99999"
SCRIPT_NAME
"/setup-master/index.php"
REQUEST_URI
"/setup-master/"
QUERY_STRING
""
REQUEST_METHOD
"GET"
SERVER_PROTOCOL
"HTTP/1.1"
GATEWAY_INTERFACE
"CGI/1.1"
REMOTE_PORT
"9162"
SERVER_ADMIN
"mike@ezmenus.com"
CONTEXT_DOCUMENT_ROOT
"/home/ezmenus/public_html"
CONTEXT_PREFIX
""
REQUEST_SCHEME
"http"
DOCUMENT_ROOT
"/home/ezmenus/public_html"
REMOTE_ADDR
"181.46.138.14"
SERVER_PORT
"80"
SERVER_ADDR
"64.251.31.10"
SERVER_NAME
"ezmenus.net"
SERVER_SOFTWARE
"Apache"
SERVER_SIGNATURE
""
HTTP_COOKIE
"PHPSESSID=41c8806ce88555d2a9ff8dfa04efd547"
HTTP_CONNECTION
"close"
HTTP_DNT
"1"
HTTP_HOST
"ezmenus.net"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18362"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.8,es-AR;q=0.5,es;q=0.3"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins"
SCRIPT_URI
"http://ezmenus.net/setup-master/"
SCRIPT_URL
"/setup-master/"
UNIQUE_ID
"XjbCVRI@IptAXxePnvP1YwAAANQ"
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/setup-master/index.php"
REQUEST_TIME_FLOAT
1580646997.4041
REQUEST_TIME
1580646997
Environment Variables empty
Registered Handlers
0. Whoops\Handler\PrettyPageHandler