Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Snoopyski on April 29, 2004, 03:34:27 AM

Title: NEW Howto eGroupware English and French Version...
Post by: Snoopyski on April 29, 2004, 03:34:27 AM
Hello Everybody,

It's done ! Finaly !

On my website: http://www.serviceinfosg.com in the download section...

PS. I'm not responsable if you have some problems with this help file ! ;-)  But I never had any bug !!! If you are affraid about that... test on testing labs ! :-D  

Snoopyski
Title: Don't speak Francais...HELP???
Post by: ghost_dog on March 30, 2005, 03:46:49 AM
Hey there,
I have had a look at your site for the download section for the how-to and have no idea what I'm looking for.


THanks
Title: NEW Howto eGroupware English and French Version...
Post by: Tib on March 30, 2005, 05:12:00 AM
ghost_dog

Try here

http://serviceinfosg.com:8185/index.php?option=com_remository&Itemid=42&func=selectfolder&filecatid=1

I had a wild guess at it.

Tib
Title: Good Wild Guess
Post by: ghost_dog on March 30, 2005, 05:54:55 AM
Fantastic. Thanks for that.

Could you tell me what account I would use to create a new database under mysqladmin? When I type out the commands as listed on the howto, I get an error on the user acount. the user account as written is :
yourmysqladmin

I have tried root, admin and still get an authentication error.

thanks in advance,

ghostie.
Title: found phpmyadmin
Post by: ghost_dog on March 30, 2005, 06:21:39 AM
All sorted now. Should have done a search in the first place.

I'll learn. :hammer:
Title: PHP.ini help with an warning on setup
Post by: ghost_dog on March 30, 2005, 07:45:23 AM
I am getting the following warning and have tried toinsert this into the php.ini file but to no avail:

*** Please make the following change in your php.ini (/etc/php.ini): mbstring.func_overload = 7
*** AND reload your webserver, so the above changes take effect !!!


Any ideas?
Title: NEW Howto eGroupware English and French Version...
Post by: Tib on March 30, 2005, 01:54:58 PM
hmm ... it's been a while since I got it going and I don't remember how I did it apart from folling the howto.

Got it to work fine ... but there was a reason I didn't use it but can not remember. Guess I'll have to try it again and find out why.

How are you trying to edit the php.ini file ... I do all my editing through winscp3 or editplus for windows instead of notepad.

Sorry for not being much help on this one.

Tib
Title: Editing through WINSCP
Post by: ghost_dog on March 31, 2005, 01:16:03 AM
The trouble is,. there are plemty of articles that talk about unicode and so forth and mention the mbsting line that needs to go into the php.inin file, but none of them mention into what section I put it!!
Very annoying.
I have tried putting it into a few sections but to no avail.

What are your thoughts?
Would it be better to use postgress?

I found this article that mentions the problem but doesn't really give me any answers.

http://www.xaraya.org/index.php/newsgroups/xaraya.bugs/16223
Title: does this support palm import???
Post by: drywalldude on March 31, 2005, 04:29:57 AM
"Groupware" and sme is something that would be very usefull in my business if it would only support import/export to a palm os or something simmular.
Running a service related company techs in the field could upload schedule info and a master schedule could be imported. Anyone have the solution or is it in the works with another app???
Title: NEW Howto eGroupware English and French Version...
Post by: Tib on March 31, 2005, 09:11:22 AM
I'll put this back onto my test server tonight and see if I can get it going again.

Tib
Title: NEW Howto eGroupware English and French Version...
Post by: soprom on May 20, 2005, 02:16:20 AM
For the mbstring.func_overload = 7 parameter, we add template in /etc/e-smith/templates-custom/etc/php.ini/mbstring

with the following line:
mbstring.func_overload = 7

Then expand it and restart httpd
Code: [Select]
mkdir /etc/e-smith/templates-custom/etc/php.ini
echo "mbstring.func_overload = 7" > /etc/e-smith/templates-custom/etc/php.ini/mbstring
/sbin/e-smith/expand-template /etc/e-smith/templates-custom/etc/php.ini


EGroupware will keep quiet with this...