Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE » RADICORE Installation Issues » Installation problem with Parallels Plesk (Logon screen does not appear)
Re: Installation problem with Parallels Plesk [message #4175 is a reply to message #4174] Wed, 21 May 2014 05:59 Go to previous messageGo to previous message
htManager is currently offline  htManager
Messages: 415
Registered: May 2014
Senior Member
Hi Tony,

thank you very much for the quick reply.

I have checked the following things:

Existing databases: MGH_AUDIT, MGH_MENU, MGH_HTM, MGH_DICT, MGH_WORKFLOW

The user MGH_HTM_USER01 exists.

The account name is mgh.

I have checked the connection with both phpmyadmin and the following script:

/* Datenbankserver - In der Regel die IP */
$db_server = 'ip-address';

/* Datenbankname */
$db_name = 'MGH_AUDIT';

/* Datenbankuser */
$db_user = 'MGH_HTM_USER01';

/* Datenbankpasswort */
$db_passwort = 'password';

/* Erstellt Connect zu Datenbank her */
$db = @ mysql_connect ( $db_server, $db_user, $db_passwort )
or die ( 'Konnte keine Verbindung zur Datenbank herstellen' );

echo "<p> Encoding wird eingestellt.</p>";

/* Einstellen des richtigen Encodings */
mysql_query("SET NAMES 'utf8'");

$db_check = @ mysql_select_db ( $db_name );

$res = mysql_query('select * from audit_tbl');
$num = mysql_num_rows($res);

/*if ($num > 0)
{
// Tabellenbeginn
echo "<table border = '0'>";

// Überschrift
echo "<tr><td>&nbsp;</td><td>Session</td>";
echo "<td>Transaktion</td><td>Datenbank</td>";

while ($dsatz = mysql_fetch_assoc($res))
{

echo "<tr>";
echo "<td><input type='radio' name='auswahl'";
echo " value='"
. $dsatz["session_id"] . "'/></td>";
echo "<td>" . $dsatz["tran_seq_no"] . "</td>";
echo "<td>" . $dsatz["table_seq_no"] . "</td>";
echo "<td>" . $dsatz["base_name"] . "</td>";
echo "</tr>";
}

echo "</table>";
}
else
{
echo "Es gibt keine Datensätze in Tabelle AUDIT_TBL.";
}
*/

I inserted a record in the table and I got the result in my browser.

Is there a problem with the dbprefix?

Regards,

Juergen
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: V1.82 - postgresql 9.3.3 - Can't login
Next Topic: Failed opening required 'include.general.inc'
Goto Forum:
  


Current Time: Thu Mar 28 19:00:37 EDT 2024

Total time taken to generate the page: 0.00957 seconds