Search found 4 matches
- Thu Feb 22, 2018 3:18 pm
- Forum: Troubleshooting
- Topic: !!NoTrans: You are missing a php extension for mysql interaction. Please install php-mysqli or similar!! [Solved]
- Replies: 6
- Views: 10448
Re: !!NoTrans: You are missing a php extension for mysql interaction. Please install php-mysqli or similar!!
For those who follow, I managed to get this running again by switching the version of PHP used by Apache2. First, I constructed a phpinfo page and found my system was using an older version of php. I switched it to the newer version using these commands: sudo a2dismod php7.0 sudo a2enmod php7.2 sudo...
- Sun Feb 18, 2018 8:31 pm
- Forum: Troubleshooting
- Topic: !!NoTrans: You are missing a php extension for mysql interaction. Please install php-mysqli or similar!! [Solved]
- Replies: 6
- Views: 10448
Re: !!NoTrans: You are missing a php extension for mysql interaction. Please install php-mysqli or similar!!
Code: Select all
sudo dpkg -l php-mysql
ii php-mysql 1:7.2+60 all MySQL module for PHP [default]
locate -b '\mysqli.so'
/usr/lib/php/20170718/mysqli.so
- Sun Feb 18, 2018 5:25 pm
- Forum: Troubleshooting
- Topic: !!NoTrans: You are missing a php extension for mysql interaction. Please install php-mysqli or similar!! [Solved]
- Replies: 6
- Views: 10448
!!NoTrans: You are missing a php extension for mysql interaction. Please install php-mysqli or similar!! [Solved]
I've downloaded, built and installed the Debian build of 0.29 and am getting the above error from MythWEB. The rest of MythTV (backend, frontend) appear to be working properly. The build created the .deb files and they install with no dependency errors. I've double-checked, and php-mysql is installe...
- Tue Jan 10, 2017 4:55 pm
- Forum: General Discussion
- Topic: Choosing the Editing skip increments
- Replies: 0
- Views: 324
Choosing the Editing skip increments
Hi. When editing a video using MythTV Frontend, the cursor left / right keys are used to jump forward and backward through the video, while the cursor up / down keys are used to select a skip increment - such as keyframe, 1 second, 5 seconds, 20 seconds, etc. Is there a way to select which skip incr...