Nicola Galgano

Results 192 comments of Nicola Galgano

i've experienced a similar issue, the only way i've got xdebug working, is putting the local ip in to the my overriden "xdebug.ini"

maybe dued to strict mode different setting can you check the `STRICT_TRANS_TABLES` with something like `SHOW VARIABLES LIKE 'sql_mode';` if you got `STRICT_TRANS_TABLES` than means that if you declare a...

with this requirement : > MySQL 5.5.3 with InnoDB support (required to support the MySQL utf8mb4 charset) a quick & easy fix should be to set sql_mode to non_strict mode...

Can be an option to use the new "approve" feature instead of RTC ?

there isn't a prebuild for 4.3 branch yet ?

from a 1st look database not on localhost doesn't work ![image](https://user-images.githubusercontent.com/181681/181227209-9eb31479-b11d-4fb7-b018-4eb40b5a1106.png)

on a 2nd look the db_password can be empty in the web installer

it depends from session life time, what is your sessions life time ?

for transaction you can look at https://github.com/joomla/joomla-cms/blob/32f1fff830ec2483fb5c0d4e6b495282b6c8158e/administrator/components/com_admin/script.php#L239