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

phpMyAdmin demo server issues #172

Closed
4 tasks done
liviuconcioiu opened this issue Jan 14, 2024 · 7 comments
Closed
4 tasks done

phpMyAdmin demo server issues #172

liviuconcioiu opened this issue Jan 14, 2024 · 7 comments

Comments

@liviuconcioiu
Copy link

liviuconcioiu commented Jan 14, 2024

There are a few issues on the demo server:

  • phpMyAdmin Demo Server: Git information missing! - probably revision-info.php doesn't exist.
  • 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
  • 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
  • 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

@ibennetch
Copy link
Member

ibennetch commented Jan 14, 2024 via email

@liviuconcioiu
Copy link
Author

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

@williamdes
Copy link
Member

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: phpmyadmin/phpmyadmin#14604 and phpmyadmin/phpmyadmin#18832

@liviuconcioiu
Copy link
Author

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

@williamdes
Copy link
Member

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

@liviuconcioiu
Copy link
Author

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
Copy link
Author

Closing this one. Git info seems to be fixed. Probably by the latest commit phpmyadmin/scripts@affad72

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

No branches or pull requests

3 participants