een deel van de INSTALL:
1e stap gaat goed.
2e stap krijg ik dit: ERROR 1049: Unknown database 'nuke'
als ik ipv 'nuke', 'keld' gebruik werkt het wel maar bij het uitvoeren van stap 4:
krijg ik dit in browser:
wat doe ik fout?
code:
1
2
3
4
5
6
7
8
9
10
| 1) Create a database called, for example, keld:
mysqladmin create keld
2) Now fill the databases with the tables in keld.sql file:
mysql nuke < keld.sql
3) In order for the news.txt and archive.txt file to be create, chmod the
keld/ directory to 777. |
1e stap gaat goed.
2e stap krijg ik dit: ERROR 1049: Unknown database 'nuke'
als ik ipv 'nuke', 'keld' gebruik werkt het wel maar bij het uitvoeren van stap 4:
code:
1
2
3
4
5
6
7
8
9
10
| 4) That's it!... now you need to edit the file "variables.php" to set the
database options.
After that, point your browser to:
http://yourdomain.com/keld/admin.php
Login with the following data at the prompt:
User: blaa
Password: blaa |
krijg ik dit in browser:
code:
1
2
| Warning: Supplied argument is not a valid MySQL result resource in /var/www/html/keld/login.php on line 9 Login failed |
wat doe ik fout?