Creating this file by hand with a texteditor and upload into phpay/ and phpay/admin directories should fix problem.
config_db.inc.php contents the following lines:
<?php
$db_type = "mysql";
$db_host = "name or IP of your db-server";
$db_user = "username to access this server";
$db_pass = "users password";
$db_name = "databasename which contents tables of phPay";
?>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The Frameset loads but than comes nothing.
Das saugt. ;o)
Btw. there comes NO error or anything else.
Just the <!-- blabla --> copyrights.
Just want to say that the v2.0 works fine.
Only the v2.01 makes this problem.
Seems to be a problem, that no config_db.inc.php exists.
Please visit: http://sourceforge.net/forum/message.php?msg_id=1607842
Creating this file by hand with a texteditor and upload into phpay/ and phpay/admin directories should fix problem.
config_db.inc.php contents the following lines:
<?php
$db_type = "mysql";
$db_host = "name or IP of your db-server";
$db_user = "username to access this server";
$db_pass = "users password";
$db_name = "databasename which contents tables of phPay";
?>