On 05/26/2010 04:20 PM, Elena-Ramona Modroiu wrote:
Hi,
do you have mysql module for php installed?
Yes I do.
Package matching php-mysql-5.1.6-27.el5.i386 already installed.
joe
Regards, Ramona
On 05/26/2010 10:07 PM, Joe Micciche wrote:
RHEL5.5 server Kamailio 3.0 built from source via Git Apache/2.2.3 PHP 5.3.2 MySQL 5.1.47
chown -R apache /var/www/html/siremis-1.0.0, apache is the httpd user.
Used the instructions from Asipto's site for Siremis install and configure, added the alias to httpd.conf, Config.xml is:
<?xml version="1.0" standalone="no"?>
<Config> <DataSource> <Database Name="Default" Driver="Pdo_Mysql" Server="127.0.0.1" DBName="openser" User="openser" Password="*****" /> <Database Name="Siremis" Driver="Pdo_Mysql" Server="127.0.0.1" DBName="openser" User="openser" Password="*****" /> </DataSource> </Config>
I navigate to the Siremis page, http://10.5.10.21/siremis/ and get the login screen, enter the login credentials, Submit, and nothing happens.
httpd/error_log: [Wed May 26 12:49:45 2010] [error] [client 10.3.226.168] File does not exist: /var/www/html/siremis-1.0.0/siremis-web/js/sound.js, referer: http://10.5.10.21/siremis/bin/ [Wed May 26 12:49:45 2010] [error] [client 10.3.226.168] File does not exist: /var/www/html/siremis-1.0.0/siremis-web/js/sound.js, referer: http://10.5.10.21/siremis/bin/
I have wiped Siremis and done a fresh install, restarted httpd, and still nothing.
Does anyone have ideas or suggestions on where else to look?