Koozali.org: home of the SME Server

egroupware

Offline Agent86

  • *****
  • 592
  • +0/-0
    • http://www.iclbiz.com
Update
« Reply #30 on: July 02, 2006, 04:41:41 PM »
Thanks,

I've changed it back to just PHP and I believe the other settings looked as they should by default I'm guessing ?

I clicked continue (to finish setting up the header section) in which in that section I also setup the config-user,header-user,db and passwords set

I filled in those as I desire, then at the bottom I've selected write config, and I assume this is correct ? leaving all other sections as default.

Which brings me back to the setup page, which I then login to the (setup config) login.

At this point I can't get any further, when login to (setup config section) I get a page that says this:
http://www.foolishlys.com/cyberspace/1.jpg
http://www.foolishlys.com/cyberspace/2.jpg

I'm not sure what this is or why it's done this, but when trying to login or selecting to create database, it appears when using my db user and pass, or any other login name and pass it gets this message:
http://www.foolishlys.com/cyberspace/3.jpg
http://www.foolishlys.com/cyberspace/4.jpg

I'm assuming I'm suppose to use the db user and pass that was created when I setup the header login section ?

Perhaps I've not setup the selections correctly in the header and the  config login section ?

Please advise ?

Thanks

Offline Agent86

  • *****
  • 592
  • +0/-0
    • http://www.iclbiz.com
Please advise
« Reply #31 on: August 01, 2006, 03:28:41 AM »
Thanks

Offline Agent86

  • *****
  • 592
  • +0/-0
    • http://www.iclbiz.com
Step 11 E-groupware
« Reply #32 on: August 19, 2006, 04:09:48 PM »
Hi all

I'm getting this error for step 11 in the How To for installing egroupware

When using ssh and login as root the other commands completed, but this one is an error

# mysql>FLUSH PRIVILEGES;
ERROR 1049 (42000): Unknown database 'PRIVILEGES'

Please advise
I would loooove to use e-groupware

Thanks

Offline Agent86

  • *****
  • 592
  • +0/-0
    • http://www.iclbiz.com
Step 6 ?
« Reply #33 on: August 20, 2006, 02:31:13 AM »
I'm not sure how to do this, any pointers ?

Modification of PHP.INI file for good experience with eGroupWare :

[root@laboria ~]#mkdir –p /etc/e-smith/templates-custom/etc/php.ini

[root@laboria ~]#pico /etc/e-smith/templates-custom/etc/php.ini/30mbstring

Put this text in the file 30mbsting :

mbstring.func_overload = 7

After save the file…

Export all modifications in the PHP.INI file and restart http service :

[root@laboria ~]#/sbin/e-smith/expand-template /etc/php.ini

[root@laboria ~]#service httpd-e-smith restart

Offline Agent86

  • *****
  • 592
  • +0/-0
    • http://www.iclbiz.com
The How Do Instruction Do Not Work
« Reply #34 on: August 20, 2006, 04:21:46 AM »
Please confirm does anyone have egroupware working on SME 7 using the instructions in the SME 7 how to's ?

I have followed them over and over and it simply will not complete many different things but the user DB will not work, And when creating one using the how to's there are errors as well. I'm going to abandon this idea as it simply does not work.This topic is now closed

Offline sits

  • ***
  • 68
  • +0/-0
egroupware
« Reply #35 on: September 29, 2006, 08:10:55 AM »
sorry I hadn't responded to this thread for awhile
But egroupware does work using this how to and I have it running at several different locations now
still havn't found a decent outlook connector though.
...

Offline Agent86

  • *****
  • 592
  • +0/-0
    • http://www.iclbiz.com
Thanks
« Reply #36 on: October 04, 2006, 04:04:02 AM »
Thanks for the reply

I would love to get this working, but I cannot seem to get a successful install.

I may try some more later, but I just cannot seem to figure this out.

Thanks for the reply

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: Step 11 E-groupware
« Reply #37 on: October 04, 2006, 09:39:19 AM »
Quote from: "Agent86"
Hi all

I'm getting this error for step 11 in the How To for installing egroupware

When using ssh and login as root the other commands completed, but this one is an error

# mysql>FLUSH PRIVILEGES;
ERROR 1049 (42000): Unknown database 'PRIVILEGES'

Please advise
I would loooove to use e-groupware

Thanks


You don't do that on one line.

First.
Code: [Select]
mysql
Then
Code: [Select]
FLUSH PRIVILEGES;
Finally
Code: [Select]
quit
Regards,
William

IF I give advise.. It's only if it was me....

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: Step 6 ?
« Reply #38 on: October 04, 2006, 09:52:50 AM »
Quote from: "Agent86"
I'm not sure how to do this, any pointers ?

Modification of PHP.INI file for good experience with eGroupWare :

[root@laboria ~]#mkdir –p /etc/e-smith/templates-custom/etc/php.ini

[root@laboria ~]#pico /etc/e-smith/templates-custom/etc/php.ini/30mbstring

Put this text in the file 30mbsting :

mbstring.func_overload = 7

After save the file…

Export all modifications in the PHP.INI file and restart http service :

[root@laboria ~]#/sbin/e-smith/expand-template /etc/php.ini

[root@laboria ~]#service httpd-e-smith restart


Login as root.

Now type what is in the code boxes.
Code: [Select]
mkdir –p /etc/e-smith/templates-custom/etc/php.ini
Code: [Select]
nano /etc/e-smith/templates-custom/etc/php.ini/30mbstring
Code: [Select]
mbstring.func_overload = 7
Press Ctrl then x together
Code: [Select]
y
Press Enter
Code: [Select]
/sbin/e-smith/expand-template /etc/php.ini
Code: [Select]
service httpd-e-smith restart


You may not get much help because you posted in the wrong section.
Regards,
William

IF I give advise.. It's only if it was me....

Offline Agent86

  • *****
  • 592
  • +0/-0
    • http://www.iclbiz.com
egroupware
« Reply #39 on: October 09, 2006, 03:42:27 AM »
I'll work on that, thanks

I think your right about the section for this post, but I sort of rolled into this from the original poster and sort of piled on.

Anyhow thanks for the help I'll give this a try