I tested this in version 6, will do so in 7 too. But in 6 there are severe issues if you increase the version number:
- Every menu in your application will lose the database connection. This is annoying, but simple to correct.
- If you use appliation logging then your old version as well as your new version will not run any more due to the message:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in C:\Program Files (x86)\NetMake\v6\wwwroot\scriptcase\app\RugMutPers\main\main.php on line 1118
This is due to the fact that the logfile is not assigned.
If you create a new logfile you are able to drop your old tables. But it doesn’t work. I didn’t manage to get my new version working with the same logfile nor a new one. (We use oracle). You get errors on the sequence name which already exists (and appearantly is not dropped) if you leave the table intact it’s not possible to enter the old credentials as the module simply wants to create a new one.
Where do I have to set what to get this working. Version management is totally unusalble this way.