Forms don't update (save change) in edit mode.

Hello.

I have a project with 16 forms. All add and delete information, but in production server (hosting), do not update. In grid, if I use sc_lookup macro work the data update, for example, change active to inactive field. When I use a windows 7 to test all work perfectly, add, update and delete in all forms, but when I upload it to my hosting, don’t update the information, but, yes, it delete an add data, just don’t save the edit information in the form. Don’t display any error message or success.

If some of your can help me it will be great.

This is the scenario

Develop machine (all work fine)

  • Scriptcase 8.1 installed on a Windows 7
  • PHP 5.6.8
  • MySQL 5

Test machine (all work fine)

  • Windows 7
  • PHP 5.5.12
  • MySQL 5

Production (here don’t save the changes)

  • Linux (hosting)
  • PHP 5.6.20
  • MySQL 5

Other info

  • I use the security module of Scriptcase to login.
  • Admin has full access to all forms and grids.
  • User database for Mysql in production server have all granted.
  • Linux directories have all access to file for read, write and exectute.

Well, well, well.

I solve it by my own. After try, try and try several possibles solutions I just downgrade the PHP version of my hosting from 5.6.20 (was by default in my hosting) to PHP 5.5.38, and now all is working.

May be SC developers need to know this issue.

:slight_smile:

Hi Pablo.
I had simmilar problems but they were related to the database driver version. Maybe when you downgrade to PHP 5.5.38, you also are now using another MySql driver for PHP.

Check both versions of PHP lookingo for differences in the MySql driver.

Regards,

We run 5.6 without issues, so I think it’s something local.