Re: [PHP-DB] Re: WAMP

2006-03-16 Thread Ludvig Ericson
Please, this isn't PHP w/ Databases related at all. Consider using the main list or any other medium, I must say my inbox is getting crowded pretty fast. On 3/16/06, Nadim Attari <[EMAIL PROTECTED]> wrote: > Hello, > > I use XAMPP locally to test my scripts.. i haven't tested it online. > Have a l

Re: [PHP-DB] Apache Service Could not be started

2006-03-16 Thread Ludvig Ericson
The line is not sure to be what you said, and probably isn't, the format would be 'Listen ' [interface][':' port] In other news, this is a PHP w/ Databases mailing list, not a WAMP5 support-list. On 3/16/06, Bastien Koert <[EMAIL PROTECTED]> wrote: > > No, they can run concurrently.What you need

[PHP-DB] Re: maxdb

2006-03-16 Thread João Cândido de Souza Neto
Now i tried to use: $connection= new maxdb($host, $user, $psw, $db); It gives me the bellow error: Fatal error: Cannot instantiate non-existent class: maxdb in /var/www/buffets/config.php on line 3 João Cândido de Souza Neto wrote: > I'm trying to use the maxdb extension in php4 but it isn't

[PHP-DB] maxdb

2006-03-16 Thread João Cândido de Souza Neto
I'm trying to use the maxdb extension in php4 but it isn't working fine. When i tri to use the command: $connection = maxdb_connect($host, $user, $psw, $db); It gives me the bellow error: Warning: maxdb_connect() [function.maxdb-connect]: -10709 Connection failed (RTE:connection refused: x_serve

RE: [PHP-DB] Apache Service Could not be started

2006-03-16 Thread Bastien Koert
No, they can run concurrently.What you need to do is change the port that apache listens on. Open the httpd.conf file in the apache conf folder. Find the line that says LISTEN:127.0.0.1 and append :8080. This tells apache to listen on port 8080 Then to access the page http://127.0.0.1:8080

[PHP-DB] Re: Apache Service could not be started!

2006-03-16 Thread Kinfe Tadesse
Hello,   I got the answer for my last question. I stopped the IIS service and reinstalled WAMP5. Everything seems OK.   Best regards,   Kinfe T.  

[PHP-DB] Apache Service Could not be started

2006-03-16 Thread Kinfe Tadesse
Hello everyone,   I just installed WAMP5 and the Apache Service could not be started. I also tried XAMPP but the problem persists. I suspect that the problem could be attributed to the Microsoft's IIS I already installed on this machine. http://localhost displays Microsoft's Welcome to IIS 5.

[PHP-DB] Re: MySQL - Unable to run service

2006-03-16 Thread Dusty Bin
Ralph Brickley wrote: > I have been using MySQL for quite some time and am now running Server 4.1. I > have been developing custom web-based software for a customer and recently > moved their server to a different machine. I have everything running > smoothly EXCEPT for mySQL. Any time I try to st