Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In PHP 8.1+, after the installation, XOOPS doesn't rename the /install folder #1259

Open
mambax7 opened this issue Sep 10, 2022 · 0 comments
Assignees
Labels

Comments

@mambax7
Copy link
Collaborator

mambax7 commented Sep 10, 2022

As reported by @alain01 in XOOPS Forum, in PHP 8.1+, after the installation, XOOPS notifies the user:

Remove the folder install_remove_xxxxxxxxxxxxxxx (or install if it was not renamed automatically by the installer) from your server.

but it does NOT rename the /install folder to "install_remove_xxxxxxxxxxxxxxx"

@mambax7 mambax7 added the bug label Sep 10, 2022
@geekwright geekwright self-assigned this Oct 2, 2022
g10082ts added a commit to g10082ts/XoopsCore25 that referenced this issue Feb 11, 2024
g10082ts added a commit to g10082ts/XoopsCore25 that referenced this issue Feb 11, 2024
See:
XOOPS/issues/1259

install/page_end.php line 40
$install_rename_suffix = uniqid(substr(md5($x = mt_rand()) . $x, -10), true);
g10082ts added a commit to g10082ts/XoopsCore25 that referenced this issue Feb 11, 2024
See:
XOOPS/issues/1259

install/page_end.php line 40
$install_rename_suffix = uniqid(substr(md5($x = mt_rand()) . $x, -10), true);
mambax7 added a commit that referenced this issue Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants