i found a free cmms script but i am having issues making it work on my server. the information that was provided with the script is as follows:
license:
this software (maintenance-software.org) is 100% free and may be used free of charge. you may not redistribute or sell this software.
installation:
-copy all files to your web host
-use phpmyadmin or your mysql interface to run "db.sql" against your database.
-open site.xml and edit the database section with your database details.
-login with username of admin with a password of test.
-be sure to change the passwords for the admin and regular user.
Setup the site.xml file with your database settings as follows.
<database type="mysql">
<server>database server address</server>
<login>database login</login>
<password>database password</password>
<default>mysql database name</default>
</database>
check www.maintenance-software.org for updates.
i followed the instructions and it gives me a blank white page.
i used an echo command to track down what i think is an error in the \lib\sqladmin.php file where it is defining a class and has 2 different lines with
var $functions;
so i removed one of them, still get a white screen but the echo command now gives output to the screen through out the different scripts on the site
i am at wits end as to what i should try next.
the original code is in the link above. i didnt post it due to reading at the top of the forum that this isnt a code repository.
thanks in advance for any help!
weav