website
website copied to clipboard
phpMyAdmin demo server issues
There are a few issues on the demo server:
- [ ]
phpMyAdmin Demo Server: Git information missing!
- probablyrevision-info.php
doesn't exist. - [x]
Error while working with template cache: Unable to create the cache directory (/home/demo/.pma-demo/master-config/app/cache/twig/eb).
- it happens because of thetwig
folder present in the release - [x]
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "PhpMyAdmin\Controllers\Database\OperationsController".
- probably an older cache file that isn't removed when the snapshot is created, same liketwig
- [x] There's a 1 day delay between the snapshot generated and snapshot pulled from CDN.
https://demo.phpmyadmin.net/master-config/public/
https://demo.phpmyadmin.net/master-config/public/index.php?route=/database/operations&db=mysql
Thanks, I’ll look at some of these.
I've figured out why Error while working with template cache: Unable to write in the cache directory
message is given.
If you download the 6.0.0-dev snapshots in any format, https://files.phpmyadmin.net/snapshots/phpMyAdmin-6.0%2Bsnapshot-english.zip, the archives contain the twig
folder, which isn't supposed to do that.
/cc @MauricioFauth
the archives contain the twig folder, which isn't supposed to do that.
Well, on 6.0 the twig cache is supposed to be shipped in the folder of your screenshot. But that said it should not write to this folder is cache is not hit. I already complained about this but can not find on what issue. See: https://github.com/phpmyadmin/phpmyadmin/issues/14604 and https://github.com/phpmyadmin/phpmyadmin/pull/18832
@williamdes can you confim the 4th issue? Just found it now.
@williamdes can you confim the 4th issue? Just found it now.
I am unsure about this since we update and purge the CDN each time the snapshot is updated.
I am unsure about this since we update and purge the CDN each time the snapshot is updated.
Ignore it. It's because of the + sign.
Closing this one. Git info seems to be fixed. Probably by the latest commit https://github.com/phpmyadmin/scripts/commit/affad722b566bffc62bb1dd2fb25f27ad6668944