I just installed phpay and I now want to configure the package. I changed the permissions to the whole directory to 777 (chmod -R a+w) so that every file is writeable for everyone.
Like described I point to http://laptop.local/phpay/admin and fill out the form.
Just the same what values I use always the error
First enter database parameters:Datenbankparamter ndern:
occurs. PHP and mySQL is set up correctly - eGroupware runs fine on my system.
I then created the database manually and changed /admin/config_db.inc.php. Without success and with a lot of errors. Database not found and so on.
Thankyou for your help
Frank Becker
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello forum,
I just installed phpay and I now want to configure the package. I changed the permissions to the whole directory to 777 (chmod -R a+w) so that every file is writeable for everyone.
Like described I point to http://laptop.local/phpay/admin and fill out the form.
Just the same what values I use always the error
First enter database parameters:Datenbankparamter ndern:
occurs. PHP and mySQL is set up correctly - eGroupware runs fine on my system.
I then created the database manually and changed /admin/config_db.inc.php. Without success and with a lot of errors. Database not found and so on.
Thankyou for your help
Frank Becker
Database config script dont works with register_globals=off;
You have to set error_reporting to E_ALL & ~E_NOTICE; both values you fin in php.ini.
If you changed both(!) config_db.inc.php by hand, php.ini-settings and database errors occur, there will be something wrong with access to DB.
Greetings,
Andreas.
Thanks for your fast reply!
The mentioned changes in PHP.INI were already made but I then discovered the SQL-files to create the tables in the database.
Now I configure the package and at the first sight I see that you are doing a great job.
Best regards
Frank