Holger Lembke said at 23:19 15-6-2002:

>For example, I try to get 'phpticket' to run
>(http://sourceforge.net/projects/ticket/). It is on the server, databases,
>users and tables are created. If I call it, *nothing* happens and SAMBAR
>crashes/terminates.

Hmm, crash isn't good.
Make sure you're using php 4.2.1. There's a fix in there for at least one
crash.

>PHP Notice:  Undefined variable:  link in f:\virtuelle
>server\www.wsxc.de\phpticket\functions.inc.php on line 8

eeks - spaces in dirs.
Shouldn't be a problem, but try to move it to another dir, update vhost
and see if the crashing persists.

>PHP Warning:  Access denied for user: 'holger@localhost' (Using password:
>YES) in xxxxx on line 21

So - holger@localhost isn't allowed to connect with that password.
Verify with:
mysql -h localhost -u holger -p

Type the password and hit enter.

If you're denied, use:
C:\mysql\bin>mysql -u root -p
Enter password: **********************
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 43836 to server version: 4.0.1-alpha-nt

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> GRANT ALL ON test.* TO holger@localhost IDENTIFIED BY 'secret';
Query OK, 0 rows affected (0.29 sec)

Of course change 'test.*' to 'mydatabasename.*'.

PS: Holger - did you receive my other message? Apparently you're mailer
isn't reachable from emixode.com. I've sent you a reply from another
mail account.

____________________________________________________

</MELVYN>

void wakeup()
{
         for(long int cuppajava;drink();cuppajava++);
}

-------------------------------------------------------
To unsubscribe please go to http://www.sambar.ch/list/




Reply via email to