ok, this is what the host just sent me. He worked on it and tomorrow I will remove all, then install first trying with my DB then recording any errors it may spit out. Then try again with only the empty DB.
He said to share this link with you:
Code:
https://fantasiesrealm.com/market/phpCZinfo.php
He said this also:
Curl is enabled and has OpenSSL/1.1.1k (you can search that in the PHPinfo page above).
As for this:
Apache modules
The Apache configuration must have AllowOverride set to All or at least Limit Indexes Options. (Without this the .htaccess rules will fail and trigger 500 Server Error errors.)
Recommended Apache modules include: expires, headers, env, alias, deflate, ssl, http2, mime, phpX, rewrite (in addition to other standard/default modules for a typical webserver serving PHP applications).
In Apache I see these aren’t currently enabled:
Mod_env (available but not installed)
Mod_vhost_alias (available but not installed)
phpX (don’t see this as an option at the moment and don’t see much on google – Maybe they’re just referring to “PHP version x” meaning PHP itself must be enabled?)
Can you ask if these are a requirement?
Bookmarks