Dolibarr ERP & CRM » Bugs » bug #885
silent pgsql errors with click2dialDernières modifications
Répondre
État Détails |
Last Modified On: | 07/05/2013 17:32 | | Submitted by: | damien clochard (daamien) |
Submitted on: | 07/05/2013 16:22 | |
Summary: | silent pgsql errors with click2dial |
Description: | Go to any company card e.g. : /societe/soc.php?socid=38
You get the following pgsql error
2013-05-07 16:18:45 WARNING 2.6.99.127 DoliDBPgsql::query SQL error usesavepoint = 0 - SELECT url, login, pass, poste FROM llx_user_clicktodial as u WHERE u.fk_user = 2 - ERROR: 42703: column "url" does not exist
LINE 1: SELECT url, login, pass, poste FROM llx_user_clicktodial as...
|
Step to reproduce bug: | |
Version: | 3.4.0 | | Category: | Module: ClickToDial |
Severity: | 5 - Major | | OS Type/Version: | pgsql |
PHP version: | | | Database type and version: | |
Etat |
Status: | Open | | Assigned to: | HENRY Florian (fhenry) |
Resolution: | Fixed | |
Commentaires- HENRY Florian 09/05/2013 10:27
- The column was added into table creation script but not in migration script...
https://github.com/Dolibarr/dolibarr/pull/939
https://github.com/FHenry/dolibarr/commit/30fb1e5e0558e9675b37e7c3f2077173510c4674 - damien clochard 07/05/2013 17:32
- Bug can't be reproduced on last develop version or may be
obsolete because of changes, so we suppose it was silently fixed.
Because of this, we close the request. - HENRY Florian 07/05/2013 17:24
- As I can't reproduce the error. The column exists into table and into table creation script...
|
|
https://github.com/Dolibarr/dolibarr/pull/939
https://github.com/FHenry/dolibarr/commit/30fb1e5e0558e9675b37e7c3f2077173510c4674
Works for me→ Fixed