Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
Setup / Re: HELP dummie asking for installation calemeam
« Last post by helbda on February 16, 2012, 06:33:21 am »
A database host is the computer running the mySQL server.... so it is usually the computer you are deploying the software on. Localhost is a variable that usually maps to 127.0.0.1, the same computer the software executed on.
22
Setup / Re: Cannot log in after install
« Last post by helbda on February 14, 2012, 10:12:13 pm »
What is your setup? Windows? Linux?
I have only installed in Linux and found that it would install if I changed the permissions of the configuration directory and files to read/write by everyone. (chmod -R 777 ~/server/conf/*)
It would install, setup the database, and present me with a login screen that would not login.

In the end to remedy the problem I was forced to allow read write permissions to the whole directory structure as indicated in the installation instructions. This seems a bit of a security issue running it on a production system but it is required.

After!!! the read write permissions have been set (re)install the setup generating the databases and configuration file.

From my experience the install script seems to write somewhere more than just the configuration file and database because of the way it behaved.
23
Setup / Re: Charts in Dashboard not loading Movie
« Last post by helbda on February 13, 2012, 09:31:35 pm »
1) Download the amchart.zip file from here. http://www.amcharts.com/files/getfile.php?filename=amcharts_flash_1.6.zip
2) Unzip it then look inside the folder called amcharts/flash
3) Locate each of the files ending in .swf
4) Place them each in their own folder per bgarner's instructions.

Sorry.  I fixed it.  For some reason, the am[charts] folders have to be inside of an extra folder of the same name for CalemEAM to find it.

Ex:  .../CalemEAM/server/include/charts/amline/amline/amline.swf, etc...

This is the same for ampie and amcolumn.

CalemEAM comes with the three folders (amline, amcolumn, ampie).  Don't replace these folders with the downloaded amcharts folders...just drop the amline folder in the CalemEAM amline folder.  Then all will work perfectly!

Thanks for the help!
24
Setup / Re: Charts in Dashboard not loading Movie
« Last post by aaravindh on December 07, 2011, 12:12:35 pm »
I cnt find the amline folder when i download from this link http://www.amcharts.com/download...plz help.
25
Setup / Installing on a shared server with CGI based PHP
« Last post by xllamas on October 20, 2011, 09:11:00 am »
Hi All:

Here's what I did to get CalemEAM to work on a shared server with PHP working in CGI mode:

I first tried to install directly on the server but it didn't work, it hung on the first installation page. I then installed it on my local Ubuntu machine with PHP as an apache module where it worked fine (I don't use LAMP but I guessed that having apache, php and mysql would be Ok). I then tared and gziped everything and moved it to the shared server. I dumped the database and recreated it on the shared server, and I also edited server/conf/calem.install.php and changed to the appropriate values for my server.  But it didn't work either, It hung at the login page.

I traced the program outputing messages to the log file and I found that the problem is with the:

header('Cache-Control', 'no-cache');

instruction. For some reason PHP complains that it is receiving malformed headers, so I commented out this instruction in the following files:

CalemSoapService.php
index.php
client/launchpad/CalemIncludeJsPkg.php

And voila! It works.

Afterwards I found that the header instruction is also in the installation script, so probably commenting it out would make the installation work directly on the server with CGI PHP:

installation/index.php

I have also translated CalemEAM to Spanish. If anyone is interested I can gladly provide the files.

Regards,
Xavier.
26
FAQ / Re: Problem with times
« Last post by regarciaz on October 03, 2011, 02:16:24 pm »
Database stores GMT time, user interface uses local time.

  Dear Admin, i need your help, I need to save the dates / times in local time in the database. I have reviewed the code but I have not yet clear what to do.

  Greatly appreciate your help.

  Thank you. Greetings.
27
Work order / Re: User request in Work Order
« Last post by edwsin on August 24, 2011, 07:55:33 pm »
pleaseeeee someone help me.....
 :( :( :( :( :'( :'( :'( :'(
28
Work order / User request in Work Order
« Last post by edwsin on August 24, 2011, 01:58:37 am »
Is it possible to set the user request automatic? once the new WO is click the user request should be automaticlly filled in by the username.

Thank You,
Edwsin
29
Setup / Re: Charts in Dashboard not loading Movie
« Last post by andygraybeal on June 25, 2011, 12:07:30 pm »
Brandon,
Hey thanks!  This fixed it for me too.

-Andy
30
Setup / Re: Install calemeam error
« Last post by ssam on June 17, 2011, 12:58:38 pm »
probably you're using wamp 2.1e....I was having same installation issue. I downloaded wamp 2.0b from cdnet site. install and everything works great now. this may solve your problem.
Pages: 1 2 [3] 4 5 ... 10