We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
The text was updated successfully, but these errors were encountered:
fix for XOOPS#1259
9c8759f
See: XOOPS/issues/1259
63706cb
See: XOOPS/issues/1259 install/page_end.php line 40 $install_rename_suffix = uniqid(substr(md5($x = mt_rand()) . $x, -10), true);
f0240fc
Merge pull request #1455 from g10082ts/master
56846c4
fix for #1259
geekwright
No branches or pull requests
As reported by @alain01 in XOOPS Forum, in PHP 8.1+, after the installation, XOOPS notifies the user:
but it does NOT rename the /install folder to "install_remove_xxxxxxxxxxxxxxx"
The text was updated successfully, but these errors were encountered: