Categories: Windows

phpMyAdmin uses Twig by default from the version 4.8.0.

   I updated phpMyAdmin from 4.7.9 to 4.8.0 the day before yesterday. Although they wrote that ‘it is possible to install phpMyAdmin from our own Composer repository.’ on the official download page, I still uses the manually installation in my own way. After updating, I was surprised with a folder named tmp in my phpMyAdmin root directory. But it’s not a malicious but a proper one by phpMyAdmin.

   We can know that phpMyAdmin uses Twig by default from the version 4.8.0 according to the conversation among the members of phpMyAdmin developers on GitHub.

   When its first running, phpMyAdmin creates Twig templates and caches them to the temporally folder (The default place is phpmyadmin/tmp or you can config it by adding $cfg['TempDir'] = TEMP_DIR; to the config.inc.php.) Sometimes the tmp folder is not create automatically due to the server settings. In this case, you need to create a tmp folder and set its permission manually. See Configuration.
   I think it is better you set the tmp out of an accessible area from the Internet if you use Windows OS because you cannot set an extra permission on it.

o6asan

Recent Posts

Very easy, sweet potato yōkan recipe.

The recipe for sweet potato yōkan that I often made this fall. Ingredients Sweet potato…

5 months ago

On my home network, I’ve built an FTP server that I left for long time.

After a long time, when I checked broken links and fixed them, I got an…

2 years ago

Moving “o6asan’s BBS”.-#2

I made a box, so I prepare the contents. Theme and Plugins. The theme is…

2 years ago

Moving “o6asan’s BBS”.

Hehe, it's been almost a year since my last post. I received a notification email…

2 years ago

I completed my WordPress to Sub-domain.

About a week ago, I finally started to renew my sites, which I had been…

3 years ago

Happy New Year!

   Happy New Year! It is the beginning of a new year.    This is a year…

5 years ago

This website uses cookies.