codedesperate

Results 19 comments of codedesperate

I found a way to do this! Or rather, I found a comment here from someone who found the way! https://github.com/dgtlmoon/changedetection.io/discussions/1474#discussioncomment-6652576 Using XPATH, I can now have price alerts that...

Just updated, I get the missing mbstring error. I don't having missing fileinfo error. Running native

> > you should be able to uncomment out them in the php ini file. i need to go back and check to see while i required them too. lemme...

I'm on Ubuntu though. I go /etc/nginx/php8.2/cli and /etc/nginx/php8.2/fpm In both directories I open the php.ini file Then remove the ";" from mbstring and fileinfo., Then I do /etc/init.d/php8.2-fpm restart...

Small correction. I have php 8.1 not 8.2. I did `apt-get install php8.1-mbstring` and it installed. I then rebooted. I still get the error. And for me, it is for...

It is installed. ``` zeroz@zeroz:~$ php -m [PHP Modules] calendar Core ctype curl date dom exif FFI fileinfo filter ftp gettext hash iconv json libxml mbstring openssl pcntl pcre PDO...

It was indeed that. It makes sense now! I ran the organizr isntaller just to update dependencies, and that installed php8.1. But I did not think that `/etc/nginx/config/CENSORED/phpblock.conf` still referred...

I've tried making an automation that sets the polling_interval to 60 when the car is plugged in, and then back to 660 when not plugged in. However, the car was...

Yup, I have the same problem on Mojave. ``` ==> make install Last 15 lines from /Users/sel02129/Library/Logs/Homebrew/vobsub2srt/02.make: /usr/local/include/tesseract/serialis.h:43:41: error: expected ';' after top level declarator constexpr size_t countof(T const (&)[N])...