Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started 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
-
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
-
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
-
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.
-
All sorted now. Should have done a search in the first place.
I'll learn. :hammer:
-
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?
-
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
-
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
-
"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???
-
I'll put this back onto my test server tonight and see if I can get it going again.
Tib
-
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
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...