Jump to content

Al Brookbanks

Staff
  • Posts

    6,638
  • Joined

  • Last visited

  • Days Won

    123

Everything posted by Al Brookbanks

  1. You can use any size you like. CubeCart will use the power of the browser to max it at a fairly large size and CubeCart will automatically make thumbnails. Saying this if you can keep them to around 1500px max in width or hight you should be in a good place.
  2. It's been put back on hold. Sorry about this.
  3. I think it should work on older versions but possible not outdated skins. {foreach from=$HEAD_JS item=js}{$js}{/foreach} The code above is important in the head tag of your html page.
  4. Hi Mike, Would you mind sharing your changes? You can either reply with it here or email [email protected].
  5. At CubeCart we registered for VAT in Ireland https://www.revenue.ie This allows us to collect VAT and pay it all on one go there. It Irish government then pay it out across the EU for us. That's about as much as I know because the accountant does it all for us.
  6. Have you been able to reproduce this? I've never seen this before.
  7. Hmm. PayPal should be able to find it then. I'll feed this back to PayPal. Maybe it's worth a try later.
  8. Can you see the file in a browser? e.g. https://www.example.com/.well-known/xxxx.html
  9. Thanks I fixed the Apple Pay issue with 1.8.3. Have you managed to get Apple Pay working? I've seen it on one other store so far.
  10. Great!! It should be ok but there is a change an extension will be unhappy.
  11. This is the configure command: './configure' '--prefix=/opt/homebrew/Cellar/php/8.2.5' '--localstatedir=/opt/homebrew/var' '--sysconfdir=/opt/homebrew/etc/php/8.2' '--with-config-file-path=/opt/homebrew/etc/php/8.2' '--with-config-file-scan-dir=/opt/homebrew/etc/php/8.2/conf.d' '--with-pear=/opt/homebrew/Cellar/php/8.2.5/share/php/pear' '--enable-bcmath' '--enable-calendar' '--enable-dba' '--enable-exif' '--enable-ftp' '--enable-fpm' '--enable-gd' '--enable-intl' '--enable-mbregex' '--enable-mbstring' '--enable-mysqlnd' '--enable-pcntl' '--enable-phpdbg' '--enable-phpdbg-readline' '--enable-shmop' '--enable-soap' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-apxs2=/opt/homebrew/opt/httpd/bin/apxs' '--with-bz2=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr' '--with-curl' '--with-external-gd' '--with-external-pcre' '--with-ffi' '--with-fpm-user=_www' '--with-fpm-group=_www' '--with-gettext=/opt/homebrew/opt/gettext' '--with-gmp=/opt/homebrew/opt/gmp' '--with-iconv=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr' '--with-kerberos' '--with-layout=GNU' '--with-ldap=/opt/homebrew/opt/openldap' '--with-libxml' '--with-libedit' '--with-mhash=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr' '--with-mysql-sock=/tmp/mysql.sock' '--with-mysqli=mysqlnd' '--with-ndbm=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr' '--with-openssl' '--with-password-argon2=/opt/homebrew/opt/argon2' '--with-pdo-dblib=/opt/homebrew/opt/freetds' '--with-pdo-mysql=mysqlnd' '--with-pdo-odbc=unixODBC,/opt/homebrew/opt/unixodbc' '--with-pdo-pgsql=/opt/homebrew/opt/libpq' '--with-pdo-sqlite' '--with-pgsql=/opt/homebrew/opt/libpq' '--with-pic' '--with-pspell=/opt/homebrew/opt/aspell' '--with-sodium' '--with-sqlite3' '--with-tidy=/opt/homebrew/opt/tidy-html5' '--with-unixODBC' '--with-xsl' '--with-zip' '--with-zlib' '--enable-dtrace' '--with-ldap-sasl' '--with-os-sdkpath=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk' 'PKG_CONFIG_PATH=/opt/homebrew/opt/apr/lib/pkgconfig:/opt/homebrew/opt/[email protected]/lib/pkgconfig:/opt/homebrew/opt/apr-util/lib/pkgconfig:/opt/homebrew/opt/argon2/lib/pkgconfig:/opt/homebrew/opt/brotli/lib/pkgconfig:/opt/homebrew/opt/libidn2/lib/pkgconfig:/opt/homebrew/opt/libnghttp2/lib/pkgconfig:/opt/homebrew/opt/libssh2/lib/pkgconfig:/opt/homebrew/opt/openldap/lib/pkgconfig:/opt/homebrew/opt/rtmpdump/lib/pkgconfig:/opt/homebrew/opt/lz4/lib/pkgconfig:/opt/homebrew/opt/xz/lib/pkgconfig:/opt/homebrew/opt/zstd/lib/pkgconfig:/opt/homebrew/opt/curl/lib/pkgconfig:/opt/homebrew/opt/unixodbc/lib/pkgconfig:/opt/homebrew/opt/libpng/lib/pkgconfig:/opt/homebrew/opt/freetype/lib/pkgconfig:/opt/homebrew/opt/fontconfig/lib/pkgconfig:/opt/homebrew/opt/jpeg-turbo/lib/pkgconfig:/opt/homebrew/opt/highway/lib/pkgconfig:/opt/homebrew/opt/imath/lib/pkgconfig:/opt/homebrew/opt/libtiff/lib/pkgconfig:/opt/homebrew/opt/little-cms2/lib/pkgconfig:/opt/homebrew/opt/openexr/lib/pkgconfig:/opt/homebrew/opt/webp/lib/pkgconfig:/opt/homebrew/opt/jpeg-xl/lib/pkgconfig:/opt/homebrew/opt/libvmaf/lib/pkgconfig:/opt/homebrew/opt/aom/lib/pkgconfig:/opt/homebrew/opt/libavif/lib/pkgconfig:/opt/homebrew/opt/gd/lib/pkgconfig:/opt/homebrew/opt/gmp/lib/pkgconfig:/opt/homebrew/opt/icu4c/lib/pkgconfig:/opt/homebrew/opt/krb5/lib/pkgconfig:/opt/homebrew/opt/libpq/lib/pkgconfig:/opt/homebrew/opt/libsodium/lib/pkgconfig:/opt/homebrew/opt/libzip/lib/pkgconfig:/opt/homebrew/opt/oniguruma/lib/pkgconfig:/opt/homebrew/opt/pcre2/lib/pkgconfig:/opt/homebrew/opt/readline/lib/pkgconfig:/opt/homebrew/opt/sqlite/lib/pkgconfig:/opt/homebrew/opt/tidy-html5/lib/pkgconfig' 'PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/13' 'KERBEROS_CFLAGS= ' 'SASL_CFLAGS=-I/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sasl' 'SASL_LIBS=-lsasl2' Notice: '--with-mysql-sock=/tmp/mysql.sock' '--with-mysqli=mysqlnd'
  12. I haven't tried on cPanel but my development environment is working under PHP 8.1 with mo issues.
  13. My development store is using PHP 8.2 and it's fine.
  14. Yes. The forums are being spammed to death. I'm seeing if this helps.
  15. We should be able to upgrade it if interested. Full refund if we can't.
  16. Upgrading probably isn't as challenging as you might think. We are here if you need help.
  17. Please see https://github.com/cubecart/v6/issues/3308 UPS suddenly took away access to the current system.
  18. That's definitely not anything I've seen before!! A malware scan would be a good idea. Our hosting uses Imunify360 which is absolutely brilliant. Try a tool like that and human eye.
  19. This is quite normal. No doubt it will be added and available further down the line. It wasn't for 8.1 for a while either.
  20. I'll check on my cPanel server in the morning... Stick to PHP 8.1 for now. It does seem odd to be missing MySQLi
  21. The error was because PHP 8.0 doesn't have ZipArchive support. Your PHP 8.1 clearly does. Inconsistent PHP configurations. Pleased it's now working for you.
×
×
  • Create New...