I upgraded a number of module but when I come to compile (bin/magento setup:di:compile) I get the error below. Anyone know how to fix it? Thank you Andy Repositories code generation... 1/9 [===>------------------------] 11% < 1 sec 104.0 MiBCall to undefined function ComposerAutoloadincludeFile()#0 /var/www/vhosts/mysite.co.uk/htdocs/public_html/vendor/composer/ClassLoader.php(578): include() #1 /var/www/vhosts/mysite.co.uk/htdocs/public_html/vendor/composer/ClassLoader.php(432): ComposerAutoloadClassLoader::ComposerAutoload{closure}() #2 [internal […]
Daily Archives: November 18, 2024
How can I use ffmpeg to extract the frames of a video that have no motion blur? Using ffprobe -f lavfi -i "movie=mymovie.mov,blurdetect[out0]" -show_entries tags=lavfi.blur -of default=nw=1 -v quiet I have learned that the lowest lavfi.blur values of my video are in the range 7-8. For my video, there are […]
In a directory, I have 3 files, all with the incorrect file extension jpgJPG. When I type dir *.j I get no results, as expected. When I type dir *.jp I get no results, as expected. But when I type dir *.jpg it lists the 3 files, even though the […]
I seem to be failing at one fundamental concept of linux. I have a second hard drive, that is mounted at /media/drive1/ and is owned by owner fu. On that drive, the directory database (/media/drive1/database) is owned by owner bar. Somehow, if I set myself as bar i cannot cd […]
I am trying to compile Apache Open Office 4.1.15 from source because I can’t find a precompiled package for Solaris 10. I am running Solaris 10 x86. I am following the readme instructions in main. I first run autoconf to generate the configure file, then I run the configure file […]
I’m in a rather sticky situation. Currently my server supports TLS 1.2 but not TLS 1.3 (security protocols). It has the following installed: Linux version 2.6.32-431.29.2.el6.x86_64 #1 SMP OpenSSL 1.0.1e-fips Apache/2.4.37 It also has a lot of valuable content with a special setup that I don’t want people to mess […]