Recent Posts

Pages: 1 ... 5 6 [7] 8 9 10
61
When I go to the workorder list, click on search, and select new, firebug interrupts script execution to announce that there are errors in the script.  The line of code that it breaks on is:

CalemTableDd.prototype.getLabelId=function(fld){var id=this._allTableDef.fields[fld]['label'];return(id?id:fld);}

With the message:

this._allTableDef.fields[fld] is undefined

Line 1712


There are six total fields that are undefined.

finish_by_id
finish_note
accepted_by_id
accepted_time
accept_note
close_by_id

It appears to me that these fields used to exist both in the database and in the forms, but no longer exist in either since the program has evolved.  However, they are still being called from the following files:

client/launchpad/resource/CalemMsg_en_CA.js
client/launchpad/resource/CalemMsg_de_DE.js.min
client/launchpad/resource/CalemMsg.phpo
client/launchpad/resource/CalemMsg_en_AU.phpo
client/launchpad/resource/CalemMsg_en_AU.js.min
client/launchpad/resource/CalemMsg_en_AU.js
client/launchpad/resource/CalemMsg_de_DE.js
client/launchpad/resource/CalemMsg_de_DE.phpo
client/launchpad/resource/CalemMsg_en_CA.js.min
client/launchpad/resource/CalemMsg.js
client/launchpad/resource/CalemMsg.js.min
client/launchpad/resource/CalemMsg_en_GB.phpo
client/launchpad/resource/CalemMsg_en_GB.js.min
client/launchpad/resource/CalemMsg_en_CA.phpo
client/launchpad/resource/CalemMsg_en_GB.js
client/lang/CalemMsg_de.properties
client/lang/CalemMsg.properties
custom/group/CALEM_OOB/CalemWoViewSearch.view.js
custom/group/CALEM_OOB/CalemWoReportRead.view.js
custom/group/CALEM_OOB/converted/CalemWoReportRead.phpo
custom/group/CALEM_OOB.view.js
custom/group/CALEM_OOB.view.js.min


I have filed a report in mantis.

Cheers,

Tyler


62
Announcements / Re: Release 2.2 planned for Q4
« Last post by cswett on April 08, 2010, 10:00:02 pm »
Are you still planning on releasing 2.2?  Interested in testing out the next release.
Thank you,
63
Setup / Installation Errors
« Last post by aakbar on March 09, 2010, 06:13:29 am »
Hi,

I use Linux with XAMMP servers. I have placed this in /opt and placed CAlemEAM at /opt/lampp/htdocs/CalemEAM.

I had configure XAMPP and can show the calemeam install interface.But the install interface show some errors .

I continue to install the calemeam, the calemeam DB can be create.But now the login interface also show the error and can not login.

The error show like this:

Strict Standards: Non-static method LoggerLoggingEvent::getStartTime() should not be called statically in /opt/lampp/htdocs/CalemEAM/server/include/log4php/spi/LoggerLoggingEvent.php on line 382

Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method LoggerPropertyConfigurator::configure() should not be called statically in /opt/lampp/htdocs/CalemEAM/server/include/log4php/LoggerManager.php on line 254

Strict Standards: Non-static method LoggerManager::getLoggerRepository() should not be called statically in /opt/lampp/htdocs/CalemEAM/server/include/log4php/LoggerPropertyConfigurator.php on line 120

Strict Standards: Non-static method LoggerHierarchy::singleton() should not be called statically in /opt/lampp/htdocs/CalemEAM/server/include/log4php/LoggerManager.php on line 103

Strict Standards: Non-static method LoggerLevel::getLevelAll() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/CalemEAM/server/include/log4php/LoggerRoot.php on line 59

Strict Standards: Non-static method LoggerLevel::getLevelAll() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/CalemEAM/server/include/log4php/LoggerHierarchy.php on line 118

Strict Standards: Non-static method LoggerOptionConverter::toLevel() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/CalemEAM/server/include/log4php/LoggerPropertyConfigurator.php on line 346

Strict Standards: Non-static method LoggerLevel::getLevelAll() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/CalemEAM/server/include/log4php/LoggerPropertyConfigurator.php on line 346

Strict Standards: Non-static method LoggerLog::debug() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/CalemEAM/server/include/log4php/LoggerPropertyConfigurator.php on line 511

Strict Standards: Non-static method LoggerLog::log() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/CalemEAM/server/include/log4php/LoggerLog.php on line 71

Strict Standards: Non-static method LoggerLog::internalDebugging() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/CalemEAM/server/include/log4php/LoggerLog.php on line 49

Strict Standards: Non-static method LoggerLog::debug() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/CalemEAM/server/include/log4php/LoggerPropertyConfigurator.php on line 528

Strict Standards: Non-static method LoggerLog::log() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/CalemEAM/server/include/log4php/LoggerLog.php on line 71

64
Setup / Install calemeam error
« Last post by y2k100 on February 26, 2010, 01:18:42 am »
Hi:

I use windows with wampserver

I had configure wampserver and can show the calemeam install interface.But the install interface show some errors .

I continue to install the calemeam, the calemeam DB can be create.But now the login interface also show the error and can not login.

The error show like this:

Notice: Only variable references should be returned by reference in C:\wamp\www\CalemEAM\server\include\log4php\LoggerAppender.php on line 73

Notice: Only variable references should be returned by reference in C:\wamp\www\CalemEAM\server\include\log4php\LoggerPropertyConfigurator.php on line 565

Notice: Undefined variable: sesReload in C:\wamp\www\CalemEAM\index.php on line 111

Notice: Undefined index: aid in C:\wamp\www\CalemEAM\index.php on line 134

Notice: Undefined index: CALEM_LANG in C:\wamp\www\CalemEAM\client\launchpad\CalemLoginLite.php on line 32
65
Inventory / Populating Order List
« Last post by inettenex on November 28, 2009, 01:40:43 am »
well this is really interested that you have all info about all countries...
66
Inventory / Populating Order List
« Last post by oraneub09 on November 26, 2009, 02:25:46 am »
I need to order some parts and wanted to get a list of the cheap silly little things you need to have on hand

stuff you will need all the time

any ideas
67
Asset / Blank Asset Details
« Last post by Efferne09 on November 23, 2009, 02:14:02 am »
A customer reported getting a blank page instead of Step 3 in the checkout.  I dont have any more details.  Could this be a security settings issue?  Any other ideas?
68
Setup / Shared Hosting for Calemeam
« Last post by achmall on November 17, 2009, 12:30:54 am »
Hi all,

Is there anyone has successfully install Calemeam in a Shared Hosting enviroment (i.e: godaddy, etc). Could you share the shared hosting you're using. I would like to installed it but so far couldn't found any server hosting.

Thanks!
69
Inventory / Cant Receive or Check In Parts SERVER ERROR
« Last post by taivaGup73 on November 11, 2009, 05:56:50 am »
I entered a Purchases/Receive Inventory "Purchase" Screen in error to the incorrect vendor. I Paid it, then realized my error. I voided the check. Now the Purchase shows "Past Due." But the Vendor cannot be edited so I can not show the correct vendor, to pay the invoice. I also can not delete it to just re-enter it to the correct vendor. What are my options??
70
Asset / Simple Search
« Last post by taivaGup73 on October 31, 2009, 04:47:30 pm »
hi all,
can anyone tell me how to enable the choice between simple and detailed in the automatic search, mine is grayed out and stuck on detailed, is this a result of being patched?????
voith
Pages: 1 ... 5 6 [7] 8 9 10