Recent Posts

Pages: [1] 2 3 ... 10
1
Announcements / Community Support Forum Moved
« Last post by calemadmin on July 15, 2016, 06:32:09 pm »
Calem Community Support Forum is moved to Google Groups at https://groups.google.com/forum/#!forum/calem-community-forum

This is the forum used previously. It is made available for access only. New posts should be made in the google group.
2
Setup / Re: Community Version installation Problem
« Last post by pzc on July 14, 2016, 01:28:07 am »
I am afraid that I became frustrated in trying to fix and have now installed under Windows 10 using the XAMPP stack 1.8.2 including the older PHP 5.4.16 and now installation is fine.
3
Setup / Re: Community Version installation Problem
« Last post by calemadmin on July 07, 2016, 05:08:42 am »
Error reporting in php.ini might have a default value to show all minor notices, which interferes with the web page rendering.
error_reporting = E_ALL

If you are using PHP 5.3.x or later, the error reporting needs to be:
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
4
Setup / Community Version installation Problem
« Last post by pzc on July 03, 2016, 01:24:05 am »
I am trying to install CalemEAM R2.1 C to track equipment in a new maternity hospital in Africa.

I am using Ubunto 16.04, Apache2, PHP 7.0 and MYSQL 5.0.12.

Up to the point of the final step in the installation process things seem to have quite well - for future documentation chgrp seems no longer to be not part of Ubuntu.

After choosing express installation I receive the error message that the server is unable to handle the request..the Apache error log shows an error condition that seems very similar to an earlier post relating to WAMP versions.

[PHP Notice:  Only variable references should be returned by reference in /var/www/html/CalemEAM/server/include/log4php/LoggerAppender.php on line 73
[PHP Notice:  Only variable references should be returned by reference in /var/www/html/CalemEAM/server/include/log4php/LoggerPropertyConfigurator.php on line 565
[PHP Notice:  Undefined index: validation in /var/www/html/CalemEAM/installation/form/controller/CalemInstallFront.php on line 61

etc etc

Can anyone suggest a way forward?







5
Announcements / Calem R2.1c Available
« Last post by calemadmin on June 14, 2016, 11:29:43 am »
Calem R2.1c is available to address the following issue:
  • The dashboard is not working out of the box and one has to download and install the amCharts of an old version. R2.1c changes dashboard graphs from using flash to Javascript library, C3.js.

6
Announcements / Calem R2.1b Available
« Last post by calemadmin on February 25, 2016, 02:47:18 pm »
Calem R2.1b is available to address the following issue:
  • I installed CMMS on my site. But when login, I can't click on any and all on the page is not clickable.

Ajax library has been updated to resolve the issue.
7
Setup / Re: Installing on a shared server with CGI based PHP
« Last post by jenaknight on March 04, 2014, 03:00:18 pm »
Me too if possible
8
Setup / Re: Cannot get past "Loading" Graphic ...
« Last post by calemadmin on October 06, 2013, 04:29:09 pm »
There are also issues with running the application in hosted environment. A release R2.1a has been made available to address this issue.
https://sourceforge.net/projects/calemeam/files/CalemEAM%20Community%20Edition/Calem%20Community%20Edition%20R2.1a/
9
Setup / Re: Cannot get past "Loading" Graphic ...
« Last post by calemadmin on October 06, 2013, 10:24:42 am »
A blank screen persists after fixing the above issue. CalemEAM/server/cache/data is empty. The cache file is initialized by the installation process. So, make sure you run the web installation one more time to have the cache data created.

There are also issues running web installation and product at some hosting environment such as Hosting Gator. Do the following to address the issue:
1. Comment out the cache configuration below in CalemEAM/installation/index.php at line 34:
//header('Cache-Control', 'no-cache');

2. Comment out the same line in CalemEAM/index.php at line 44:
//header('Cache-Control', 'no-cache');

10
Setup / Re: Cannot get past "Loading" Graphic ...
« Last post by calemadmin on October 05, 2013, 04:35:28 pm »
Error reporting in php.ini might have a default value to show all minor notices, which interferes with the web page rendering.
error_reporting = E_ALL

If you are using PHP 5.3.x with Calem Enterprise ionCube release, the error reporting needs to be:
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED

The configuration needs to be set to the following in your php.ini for PHP 5.2.x:
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT
Pages: [1] 2 3 ... 10