weav Posted January 16, 2012 Share Posted January 16, 2012 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 Quote Link to comment https://forums.phpfreaks.com/topic/255112-help-needed-with-cmms-script/ Share on other sites More sharing options...
Boky Posted November 27, 2016 Share Posted November 27, 2016 Did you find solution for this problem? Or did you fin some other CMMS? Quote Link to comment https://forums.phpfreaks.com/topic/255112-help-needed-with-cmms-script/#findComment-1539734 Share on other sites More sharing options...
benanamen Posted November 27, 2016 Share Posted November 27, 2016 (edited) Did you find solution for this problem? Or did you fin some other CMMS? It's been almost 5 years since the Op posted that. Pretty sure he has moved on and so should you. Don't bump threads that are eons old. Edited November 27, 2016 by benanamen Quote Link to comment https://forums.phpfreaks.com/topic/255112-help-needed-with-cmms-script/#findComment-1539737 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.