Jump to content

help needed with cmms script


weav

Recommended Posts

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

Link to comment
Share on other sites

  • 4 years later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.