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

demo server STABLE is 404 #59

Open
williamdes opened this issue Jan 27, 2025 · 2 comments
Open

demo server STABLE is 404 #59

williamdes opened this issue Jan 27, 2025 · 2 comments
Assignees
Labels
infrastructure Related to the infrastructure

Comments

@williamdes
Copy link
Member

One more thing, on https://www.phpmyadmin.net/try/ the link to the stable release seems to be broken. It links to https://demo.phpmyadmin.net/STABLE/.

Originally posted by @robinheidrich in phpmyadmin/website#186 (comment)

@williamdes williamdes added the infrastructure Related to the infrastructure label Jan 27, 2025
@williamdes williamdes self-assigned this Jan 27, 2025
@ibennetch
Copy link
Member

William, strangely, the STABLE folder is missing from the expected location, but I did not look in to why that is the case.

@williamdes
Copy link
Member Author

The lines that do the work are here:

WEB_FOLDER="$WEB_STORAGE/$VARIANT_NAME"
if [ -d "$WEB_FOLDER" ] ; then
debugLog "Cleaning up $WEB_FOLDER"
rm -rf "$WEB_FOLDER"
fi
debugLog "Creating $WEB_FOLDER"
mkdir "$WEB_FOLDER"
chgrp "$WEB_GROUP" "$WEB_FOLDER"
debugLog "Extracting $TARBALL_TO_INSTALL to $WEB_FOLDER"
tar -xz --strip-components=1 --directory="${WEB_FOLDER}" -f "${TARBALL_TO_INSTALL}"

And the mapping is done here:

variants[] = STABLE:STABLE

So this is maybe a script bug, or no space left on the server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Related to the infrastructure
Projects
None yet
Development

No branches or pull requests

2 participants