Hi,
The issue was related to SELinux and is now resolved.
I am now getting 'Database update needed.' when I try to load.
tblVersion in mysql has major = 3, minor = 3 and subminor = 0. Version number reported by check.php is 3.3.0
I will continue trying to resolve but does anyone have any ideas?
Thankyou.
Hi,
Sorry about the constant posting
The major/minor issue is related to the version number setting in inc.ClassDMS.php, it is hardcoded to 3.2.0 - the version of the .php file. This is checked against the version in the tblVersion table which is 3.3.0. I have changed the 3.2.0 to 3.3.0 and this test passes.
The issue I then recieved was an invalid call to setMaxDirID() in ClassDMS, this function does not exist within the inc.ClassDMS.php file so I have commented out the line in inc.DBInit.php that tries to set this. Will this have any negative effect on the system in usage?
I now have the error:
The requested URL /letodms/out/out.Login.php was not found on this server.
Which I will look into next...
Sorry for the constant posting but this is FUN

Mike.
The issue was related to SELinux and is now resolved.
I am now getting 'Database update needed.' when I try to load.
tblVersion in mysql has major = 3, minor = 3 and subminor = 0. Version number reported by check.php is 3.3.0
I will continue trying to resolve but does anyone have any ideas?
Thankyou.
Hi,
Sorry about the constant posting

The major/minor issue is related to the version number setting in inc.ClassDMS.php, it is hardcoded to 3.2.0 - the version of the .php file. This is checked against the version in the tblVersion table which is 3.3.0. I have changed the 3.2.0 to 3.3.0 and this test passes.
The issue I then recieved was an invalid call to setMaxDirID() in ClassDMS, this function does not exist within the inc.ClassDMS.php file so I have commented out the line in inc.DBInit.php that tries to set this. Will this have any negative effect on the system in usage?
I now have the error:
The requested URL /letodms/out/out.Login.php was not found on this server.
Which I will look into next...
Sorry for the constant posting but this is FUN


Mike.
(02-20-2012, 07:02 PM)mshaw Wrote: Hi,
The issue was related to SELinux and is now resolved.
I am now getting 'Database update needed.' when I try to load.
tblVersion in mysql has major = 3, minor = 3 and subminor = 0. Version number reported by check.php is 3.3.0
I will continue trying to resolve but does anyone have any ideas?
Thankyou.