T. Almroth

Results 79 comments of T. Almroth

phpMyAdmin requires a graceful restart of Apache after installation. phpMyAdmin doesn't roll with PHP 8.4, so it's an easy enhancement it should default to no higher than 8.3. ![Image](https://github.com/user-attachments/assets/1f759f1f-6d4f-4317-9955-eb5992ea0ffb)

Is this something you provided for a fix? That doesn't look to be ESM use. Is your file gulpfile.mjs?

Try this fix here for the ttf2woff2 library: https://github.com/nfroidure/ttf2woff2/issues/87

Can't confirm https://github.com/litecart/litecart/blob/f850249914c8c936b94672069e75682dbe8805d2/public_html/install/install.php#L27-L32 https://github.com/litecart/litecart/blob/f850249914c8c936b94672069e75682dbe8805d2/public_html/install/install.php#L433 But your multiline command is missing the ending \ for resuming new line ``` php ./install.php \ --document_root="/home/hello/PHPPlayground/litecart" \ --db_server=127.0.0.1 \ --db_database=litecart1 \ --db_username=Yomaria \ --db_password=hahaha...

Sure, I can do that. 🙂

@ghost, the drivers for wifi and bluetooth are not compiled with the kernel, but will reside in /lib/firmware/brcm/. But they are not embedded with the images. See which files are...

Titles in english are not how you do them in Sweden. It's a capital letter for every word in the title. Exceptions are for words like a/the/to/.. And sentences are...

Try username and password both "root". Then to set a new one: `ALTER USER 'root'@'localhost' IDENTIFIED BY 'new_password';`

I'm just a user of this library but thought I could comment. Checking a rotated item (rotated diagonally flat) should be fairly simple. Taking the diagonal as width and twice...