02-12-2008, 11:46 AM
02-12-2008, 04:07 PM
There are many outdated Config files. In RC4 ispCP should be working with FreeBSD.
02-12-2008, 06:23 PM
There was already a user which get ispCP running under FreeBSD.
But this was a long time ago and as gOOvER said, wait for the RC4.
Maybe you can help to correct the config for FreeBSD.
Greez BeNe
But this was a long time ago and as gOOvER said, wait for the RC4.
Maybe you can help to correct the config for FreeBSD.
Greez BeNe
02-13-2008, 09:19 PM
There were some changes for FreeBSD. Maybe you can test it with the Trunk from tomorrow morning.
02-13-2008, 10:28 PM
gOOvER Wrote:There were some changes for FreeBSD. Maybe you can test it with the Trunk from tomorrow morning.
Good news ! I'll try it !
Thanks
02-13-2008, 10:43 PM
Fine, please let us know, if all works. 

02-27-2008, 02:19 AM
Hi,
I tried to install the actual package of ispcp-omega on FreeBSD7, and succeeded so long.
but if I try to call the website omega can't connect to MySQL
looks like:
ERROR: Unable to connect to SQL server !
SQL returned: Access denied for user 'root'@'localhost' (using password: YES)
I created a databank with phpmyadmin which is working fine.
ispcp.conf part seems right to me:
#
# SQL backend variables
#
# Don't change this one
DATABASE_TYPE = mysql
DATABASE_HOST = localhost
DATABASE_NAME = ispcp
DATABASE_PASSWORD = admin
DATABASE_USER = root
DATABASE_DIR = /usr/local/lib/mysql
CMD_MYSQLDUMP = /usr/local/bin/mysqldump
DATABASE_UTF8 = yes
have anyone an idea? might I make an misstake at the nstallation or is there a way to create the databank with ispcp?
thanks for any help.
Greetz
Steve
I tried to install the actual package of ispcp-omega on FreeBSD7, and succeeded so long.
but if I try to call the website omega can't connect to MySQL
looks like:
ERROR: Unable to connect to SQL server !
SQL returned: Access denied for user 'root'@'localhost' (using password: YES)
I created a databank with phpmyadmin which is working fine.
ispcp.conf part seems right to me:
#
# SQL backend variables
#
# Don't change this one
DATABASE_TYPE = mysql
DATABASE_HOST = localhost
DATABASE_NAME = ispcp
DATABASE_PASSWORD = admin
DATABASE_USER = root
DATABASE_DIR = /usr/local/lib/mysql
CMD_MYSQLDUMP = /usr/local/bin/mysqldump
DATABASE_UTF8 = yes
have anyone an idea? might I make an misstake at the nstallation or is there a way to create the databank with ispcp?
thanks for any help.
Greetz
Steve
02-27-2008, 02:27 AM
Which Version of ispCP did you try to install? RC3 or an actual Nightly?
02-27-2008, 02:33 AM
actual nightly from ehm last thursday I think; only used the actual trunk for it and made some small changes in the install files and then it worked so far.
02-27-2008, 02:46 AM
StevenE Wrote:DATABASE_PASSWORD = admin
DATABASE_USER = root
Is this the pw you set or did you change it for posting?
Can you post your changes? Maybe the Dev's can need them.