subjectsplus / SubjectsPlus

Repository for the SubjectsPlus project. This is version 4.6 (July 2021); for version 3, select branch > versionthree; for version 2, select branch > versiontwo.
http://subjectsplus.github.io/
Other
45 stars 32 forks source link

fix: not showing credentials after installation #1550

Closed refpx closed 1 year ago

refpx commented 1 year ago

Many users reported in the SubjectsPlus group an error in the installation, an error that did not allow to show the credentials of the admin user after the installation.

The error was because the rewriteHtaccessFileNames() function was not correctly renaming the .htaccess files correctly due to an error in the location of these files.

On the other hand, the same code did not return the correct path for the updateRewriteBases() function to rewrite the code correctly.