cserépkályha info

Mivel kimondottan tilos a cserépkályhában tüzelni és mivel nem?

https://utajovobe.eu/hirek/energetika/4303-mivel-kimondottan-tilos-a-cserepkalyhaban-tuzelni-es-mivel-nem

A tuja és fenyő hosszú távon nem alkalmas rá, a gyanta lerakódik a kéményben, és kéménytüzet okozhat. Saját tapasztalat pedig, hogy a zöld juharnak rettenetesen büdös a füstje, kandallóba nem a legtutibb.

https://www.hoxa.hu/letezik-olyan-fa-ami-nem-alkalmas-tuzelonek-forum

Amit a tűzifáról és a tűzifa vásárlásról tudni érdemes

http://mkek.hu/tudasbazis/amit-a-tuzifarol-es-a-tuzifa-vasarlasrol-tudni-erdemes/

Kerti szivattyú beüzemelése

Kerti szivattyú bemutató – Pedrollo JSWm kerti szivattyúk: feltöltő, téliesítő nyílás

A kerti szivattyú önmagában nem képes a víz felszívására. Az első beüzemelésnél a szívócsővel együtt a szivattyú házat is fel kell tölteni vízzel. A szívócső végére pedig lábszelepet (visszcsapószelep) kell felszerelni. A szívócső fontos, hogy keményfalú cső legyen. Horganycső, KPE cső, bordázott gégecső.

https://benedekszerelveny.hu/blog/epuletgepeszet/kerti-szivattyu-kisokos

Fel kell tölteni vízzel: Egy kerti szivattyú beépítése, és beüzemelése

using ChatGPT for PHP code refactoring

prompts, commands:

##########################################################

refactor this code for php 7.4

##########################################################

refactor php code to hide this message: 'Trying to access array offset on value of type null '

##########################################################

refactor this php code for php 5.4 use if else statement

##########################################################

refactor this php code for php 5.4
use if else statement
do not use for cycle

##########################################################

refactor this php code which run with php 5.4 and php 7
use if else statement
do not use for cycle

##########################################################

https://chat.openai.com/

Tapasztalat: Sokszor újra és újra kell generálni az utasítást kicsit módosítva, pontosítva a szöveget.

php 7.4 – Array and string offset access syntax with curly braces is deprecated

Array and string offset access syntax with curly braces is deprecated

https://www.w3docs.com/snippets/php/array-and-string-offset-access-syntax-with-curly-braces-is-deprecated.html

Strings may also be accessed using braces, as in $str{42}, for the same purpose.

PHP: How to get characters of string one by one

https://stackoverflow.com/questions/23405616/php-how-to-get-characters-of-string-one-by-one

Warning Internally, PHP strings are byte arrays. As a result, accessing or modifying a string using array brackets is not multi-byte safe, and should only be done with strings that are in a single-byte encoding such as ISO-8859-1.

XAMPP – How to solve “Error: MySQL shutdown unexpectedly”?

2024, this worked me :

Step 1. Rename the folder C:\xampp\mysql\data to C:\xampp\mysql\data_bkp (you can use any name).

Step 2. Create a new folder, C:\xampp\mysql\data.

Step 3. Copy the content that resides in mysql\backup to the new mysql\data folder.

Step 4. Copy all your database folders that are in mysql\data_bkp to mysql\data (skipping the mysql, performance_schema, and phpmyadmin folders from mysql\data_bkp).

Important note: Please do not replace the existing files while pasting (click skip for these files)

Step 5. Finally copy the ibdata1 file from mysql\data_bkp and replace it inside the mysql\data folder.

Step 6. Start MySQL from XAMPP control panel.

https://stackoverflow.com/questions/18022809/how-can-i-solve-error-mysql-shutdown-unexpectedly

#################################
Method 1 (22 Dec 2021)
Stop MySQL.
Go to the C:/xampp/mysql directory and copy the data folder and keep it somewhere else (probably in another drive) as a backup.
Go to your original data folder (C:/xampp/mysql) and sort the files by ‘Type.’
Select the files that have the type INFO File and delete them (screenshot below).
Start MySQL. It should work now.

https://stackoverflow.com/questions/18022809/how-to-solve-error-mysql-shutdown-unexpectedly