babak
07-15-2002, 01:48 PM
Hi
When I installed pkg of openwebmail and ssh from pkgmaster.com on my raq550 evrything was *****!!!
No VS no software no pkg enc... so he was really clean before instalation of pkg's, so I just dont understand what was go wrong??
My question is is there some one else who installed this 2 pkg succesfully?
First thing that broke was ASP!
Regards,
babak
have you fixed it asp now
my asp is not working the ssh stopped that i think
babak
07-16-2002, 03:07 AM
No, not yet.
I am going to do a os restore.
Because my CP was broken to. Raq 550 works whith php-4.0.6-C4, so dont think about a upgrade to php4.2.1. If you do so, your CP will not work any more.!!
Is your openwebmail installed succesfully? I get an error that I heve a wrong loggin user/passwd, whwn tray to loggin on webmail.
regards,
babak
i haven't instaaled openmail read the posts about the password side of it not working
just installed the SSH
its about time cobalt got there act together and got some patches out for PHP
i have some scripts that i need to get working and they wont work on the old version of php
Cheers Pete
babak
07-16-2002, 04:36 PM
I know.
A nothere problem is that php dont conect correctly to mysql:
--------
Fatal error: Call to undefined function: mysql_connect() in /home/.sites/106/site3/web/db.php on line 11
--------
Do you have the same problem too?'
Regards,
babak
yes i think thats because php4-mysql was not installed when php was installed
Cheers Pete
babak
07-16-2002, 05:02 PM
I have found the probleem.
Look at your phpinfo and you will see that the line on mysql.socket is /tmp/mysql.sock and actualy you have to chang that to /var/lib/mysql/mysql.sock but iI dont know yet how? I just have a conection made from phpmyadmin whith /var/lib/mysql/mysql.sock and it works correct. I can't find in php.ini a way to change this line, but I am shore that this is the problem.
thats fixed in my one you will have to add the line in there
i have phpmyadmin working but i think we will still have problems connecting to the database via other scripts
cheers Pete
ljprevo
07-16-2002, 05:20 PM
I can see the 550 being a disaster already, utilizing PHP for the control panel, is this going to be a problem everytime PHP comes out with a update?
babak
07-16-2002, 05:24 PM
yeeeeeeeeessssssssss I GOT IT.
add this line to your php.ini and then restart the apache.
extension=mysql.so
mysql.default_socket = /var/lib/mysql/mysql.sock
it works graet here.
see my attachment too.
regards,
babak
thats it it all should work now but i not shore about other scripts
cheers Pete
babak
07-16-2002, 05:40 PM
i just installed vbb and some other forum-scripts and Al works perfect. trust me :D I just had 2 os-restore to figure this out :bawling:
But did you already installed openwebmail from pkgmaster? is it work ok?
regards,
babak
i haven't installed openmail because of the password problem that there is with it
cheers Pete
Thijs
07-19-2003, 06:24 PM
I have the same problem. But everything is wordking very fine: openwebmail, SSH, phpMyAdmin. But I can't connect to a DB for my website. Does anyone already have the right solution ??