dolibarr/htdocs/install
Alexandre Janniaux b02742ebe1
FIX #32178: repair.php: fix missing 'as' with Postgres (#32179)
Fix the following SQL error when executing the repair script on 19.0.x
and above.

        Error DB_ERROR_SYNTAX (Req 159): create table tmp_bank_url_expense_user (select e.fk_user_author, bu2.fk_bank from llx_expensereport as e, llx_bank_url as bu2 where bu2.url_id = e.rowid and bu2.type = 'payment_expensereport');
        ERROR: 42601: syntax error at or near "select" LINE 1: create table tmp_bank_url_expense_user (select e.fk_user_aut... ^ LOCATION: scanner_yyerror, scan.l:1145
2024-12-01 23:03:08 +01:00
..
doctemplates Add dol_escape_htmltag 2024-02-17 19:48:30 +01:00
lib clean phpdoc for phpstan (#26905) 2023-12-01 19:51:32 +01:00
medias
mssql
mysql FIX #32178: repair.php: fix missing 'as' with Postgres (#32179) 2024-12-01 23:03:08 +01:00
pgsql Fix pgsql install 2023-12-14 15:29:20 +01:00
sqlite3/functions
.gitignore
check.php Fix check php native imap only if php <= 8.3 2024-01-02 12:58:40 +01:00
default.css FIX #yogosha11774 2022-07-14 11:51:38 +02:00
fileconf.php Fix php-cs-fixer 2023-12-04 12:36:19 +01:00
inc.php Fix php-cs-fixer 2023-12-04 12:36:19 +01:00
index.php NEW The upgrade process can be done by creating a file upgrade.unlock 2023-02-02 12:58:12 +01:00
install.forced.sample.php Fix warnings 2022-12-28 13:58:23 +01:00
phpinfo.php
repair.php Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-01-23 22:15:36 +01:00
robots.txt
step1.php Fix php-cs-fixer 2023-12-04 12:36:19 +01:00
step2.php Clean code 2023-12-27 12:12:20 +01:00
step4.php Fix php-cs-fixer 2023-12-04 12:36:19 +01:00
step5.php Clean code 2023-12-27 12:12:20 +01:00
upgrade.php Fix log 2023-10-25 17:06:45 +02:00
upgrade2.php install: upgrade2: add missing modules 2024-01-05 01:28:53 +01:00