website icon indicating copy to clipboard operation
website copied to clipboard

phpMyAdmin demo server issues

Open liviuconcioiu opened this issue 1 year ago • 6 comments

There are a few issues on the demo server:

  • [ ] phpMyAdmin Demo Server: Git information missing! - probably revision-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 the twig 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 like twig
  • [x] There's a 1 day delay between the snapshot generated and snapshot pulled from CDN.

https://demo.phpmyadmin.net/master-config/public/

3

https://demo.phpmyadmin.net/master-config/public/index.php?route=/database/operations&db=mysql

4

version

liviuconcioiu avatar Jan 14 '24 14:01 liviuconcioiu

Thanks, I’ll look at some of these.

ibennetch avatar Jan 14 '24 14:01 ibennetch

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.

twig

/cc @MauricioFauth

liviuconcioiu avatar Jan 16 '24 02:01 liviuconcioiu

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 avatar Jan 16 '24 22:01 williamdes

@williamdes can you confim the 4th issue? Just found it now.

liviuconcioiu avatar Jan 16 '24 23:01 liviuconcioiu

@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.

williamdes avatar Apr 17 '24 17:04 williamdes

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.

liviuconcioiu avatar Apr 17 '24 18:04 liviuconcioiu

Closing this one. Git info seems to be fixed. Probably by the latest commit https://github.com/phpmyadmin/scripts/commit/affad722b566bffc62bb1dd2fb25f27ad6668944

liviuconcioiu avatar Aug 08 '24 07:08 liviuconcioiu