Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

[SOLVED] Some chang...
 
Notifications
Clear all

[SOLVED] Some changes not saved with postgres database

11 Posts
2 Users
0 Reactions
6,663 Views
(@pipobru)
Posts: 180
Active Member
Topic starter
 
[#2882]

after other tests if apply modification in SqlElement.php all modifications is not recorded without error. (With postgresql database)


 
Posted : 11 Jan 2016 16H27
(@babynus)
Posts: 14952
Member Admin
 

Subject moved to new topic.

Could you check browser console ?


 
Posted : 11 Jan 2016 16H31
(@pipobru)
Posts: 180
Active Member
Topic starter
 

no error in web browser and postgresql but in apache log i have this:
[Mon Jan 11 14:35:12.038271 2016] [:error] [pid 1881] [client 172.19.29.142:54496] Invalid id value - [contentPaneTopPlanningDivHeight]
[Mon Jan 11 14:35:12.150338 2016] [:error] [pid 1897] [client 172.19.29.142:54499] Invalid id value - [contentPaneLeftBottomDivHeight]
[Mon Jan 11 14:35:12.221193 2016] [:error] [pid 1881] [client 172.19.29.142:54496] Invalid id value - [contentPaneLeftDivWidth]
........


 
Posted : 11 Jan 2016 16H43
(@babynus)
Posts: 14952
Member Admin
 

Issues in apache log do not concern issue with description.
Some users reported need to double save to store description.
Can you test this ?


 
Posted : 11 Jan 2016 17H19
(@pipobru)
Posts: 180
Active Member
Topic starter
 

For me, when apply only fix for postgresql only "description" is not recorded. After apply all step of this fix, all informations is not stored. Is a big bloquant problem. if i can help you directly whith a phone call, is not a problem for me.


 
Posted : 11 Jan 2016 17H38
(@babynus)
Posts: 14952
Member Admin
 

After apply all step of this fix, all informations is not stored. Is a big bloquant problem. if i can help you directly whith a phone call, is not a problem for me.

OK, so it is when you apply fix that is marked "for mysql" ?

Can you check log file for error ?


 
Posted : 11 Jan 2016 17H41
(@pipobru)
Posts: 180
Active Member
Topic starter
 

Yes, the probleme is when apply fix for all (and mySQL) Any error in log file:
Final patch (to keep it valid for MySql) will also add change of line 1829 in /model/persistence/SqlElement.php from
$selectFields.=" sum($fldName) as sum".ucfirst($fld);
to
$selectFields.=" sum($fldName) as sum".strtolower($fld);


 
Posted : 11 Jan 2016 17H52
(@babynus)
Posts: 14952
Member Admin
 

OK, ticket #1920 recorded.
Will investigate.


 
Posted : 11 Jan 2016 18H00
(@pipobru)
Posts: 180
Active Member
Topic starter
 

link or same problem with TOPIC: CK Editor ?


 
Posted : 11 Jan 2016 18H37
(@babynus)
Posts: 14952
Member Admin
 

No, I don't think it is linked.
I think that CK Editor issue is a javascript issue (question of delay between the onChange is triggered and the form is sent to the server)
Your issue is PostgreSql specific issue (cannot reproduce on MySql)


 
Posted : 11 Jan 2016 19H03
(@pipobru)
Posts: 180
Active Member
Topic starter
 

For me when apply the procedure write in this post the pb is not present, records is correct. For me, you can close this bug.


 
Posted : 11 Jan 2016 22H06
Share:

Scroll to Top