Tag: convert
-
Post Views: 53 1. In the development environment, the execution of the database migration command fails: 1071 Specified key was too long; Max key length is 767 bytes, as shown in Figure 17 2. Run sql in the database in the development environment, and report an error: #1071 – specific key was too long; max key length is 767 bytes,…
-
Post Views: 14 1. Open:http://pecl.php.net/package/imagick/3.4.3/windows, download: 7.0 Thread Safe (TS) x64, as shown in Figure 1 2. After decompression, copy php_imagick.dll to C:\PHP-7.0.22\ext, as shown in Figure 2 3. Run: php-cgi.exe -b 127.0.0.1:9000-c c:/php-7.0.22/php.ini, error: php warning: php startup: Unable to load dynamic libraryc:/php-7.0.22/ext\php_imagick.dll, as shown in Figure 3 4. Open:https://www.imagemagick.org/script/download.php#windows, download: imagemagick-7.0.6-10-q16-x64-dll.exe, as shown in Figure 4 5. Installation:…