I moved my hosting from Hostgator to A2 Hosting last month. This is the first new account I've created and my first Joomla 5 to install. So I have a lot of new variables for me.
Everything was going well, but soon after I installed Admin Tools, both the front and backend lost all its graphic interface -- everything is text-based. (Only other extensions at this point is Akeeba Backup and JCE Editor. Still Casseiopia template -- nothing else done on the site.)
If I removed the .htaccess file, everything came back fine. I went into Admin Tools and had an error: (Somewhere else along the line I saw that I added a "-" in the administrator URL, which I saw wasn't allowed, but it wouldn't let me change it.) Even with the .htaccess file removed, I can't recreate the file using the htaccess maker -- get this message:
500 Akeeba\Component\AdminTools\Administrator\Model\HtaccessmakerModel::extractHandler(): Argument #1 ($server_config) must be of type string, null given, called in /home/drsylviaregalla/public_html/administrator/components/com_admintools/src/View/Htaccessmaker/HtmlView.php on line 85File <root>/administrator/components/com_admintools/src/Model/HtaccessmakerModel.php
Line 125
In one of your previous answers, I saw something about the database collection collation needing to be _unicode_ci and I saw further down on the error page that mine is not. You suggested that the best way to fix this was restoring a backup and forcing UTF8 (or something like that).
Database collation | utf8mb4_unicode_ci |
Database connection collation | utf8mb4_0900_ai_ci |
This is where I ran into problems with Akeeba Backup. When I try to restore, I'm getting this error:
Could not open /home/drsylviaregalla/public_html/installation/extrainfo.json for writing. The folder permissions are 755 and the file permissions are 655.
Can you help me out please?
Thanks!