Jump to content

indz

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

indz's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks for the help and your time. But my supervisor wants me debug this code for my internship purpose. Can you please advise me on the above problem. Thanks a lot. Will try not to bug you anymore. FYI, please do checkout http://www.maintenance-software.org/cmms-screens.php for the screen shots of the system. It looks like it is working but when i try to run it....a lot of bugs are popping out.
  2. Thanks again. As you said I got a new problem: Fatal error: Cannot use string offset as an array in C:\xampp\htdocs\cmms\lib\config.php(128) : eval()'d code on line 1 The author of the project is missing as this code was last updated in 2006. Can you please advise me on this problem. Thanks again.
  3. Thanks for the quick reply. When i commented out the one of repeated (similar) variable declared, I'm getting this error: Notice: Undefined index: NAME in C:\xampp\htdocs\cmms\lib\config.php on line 107 I know I must replace one of the repeated variable with another variable in order to resolve the error but I don't know exactly which variable to declare. Please do advise on that. Anyway have you tried to run the code? I need to complete this asap. Need your urgent help. Thanks.
  4. Hi there, i've commented out error_reporting to 0 in the site.php and I do get this error: Fatal error: Cannot redeclare CSQLAdmin::$functions in C:\xampp\htdocs\cmms\lib\sqladmin.php on line 30 I really don't have idea what the problem is about. Please do advise. Thanks.
  5. Just was wondering is this code supported in windows platform and latest php version. thanks again for the quick reply.
  6. Hi There, Thanks for the reply. I added the code to the PHP page....index.php <?php ini_set('display_errors',1); error_reporting(E_ALL); require "config.php"; $site = new CSite("./site.xml",true); $site->Run(); ?> I am still getting a blank page. I've also tested in a live server (Windows platform), still getting a blank page over there. Thanks again for the quick reply.
  7. Hi All, I am looking for suggestions to help debug this problem ASAP. I am fairly new to PHP, this is my first database attempt. I am using a Computerized Maintenance Management System obtained for free from http://www.maintenance-software.org/. I think I have the database information entered in properly, it is shown below: <database type="mysql"> <server>localhost</server> <login>root</login> <password></password> <default>cmms</default> </database> I'm running the system using windows XP Pro, PHP 5.3.1. The attachment contains the original open source files. Thanks in Advance [attachment deleted by admin]
×
×
  • 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.