Re: cron daemon sends me errors re: php, mysql, apache

2011-03-08 Thread Camaleón
On Mon, 07 Mar 2011 23:40:55 -0500, Mark Grieveson wrote: > Hello. I recently upgraded to Squeeze, and I'm getting various cron > daemon errors mailed to me: > > Date: Mon, 07 Mar 2011 17:09:01 -0500 From: Cron Daemon > To: root@debian > Subject: Cron[ -x /usr/lib/php5/maxlifetime ] && [ -d

cron daemon sends me errors re: php, mysql, apache

2011-03-07 Thread Mark Grieveson
Hello. I recently upgraded to Squeeze, and I'm getting various cron daemon errors mailed to me: Date: Mon, 07 Mar 2011 17:09:01 -0500 From: Cron Daemon To: root@debian Subject: Cron[ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +

Re: trying to pin down a php mysql error

2009-06-25 Thread Ross Tsolakidis
I resolved this, it seemed to be an issue with boxes using php4 and apache2. Basically, for the boxes which reported the mysql error, I installed libapache2-mod-php5, which replaced all of php4*, it needed some extra php5 packages, just copy the ones that were removed, change the 4 to 5 :) I also d

trying to pin down a php mysql error

2009-06-24 Thread Ross Tsolakidis
Hi all, Over the last few days a lot of my Debian boxes are giving me errors via the phpmyadmin login page. == Error MySQL said: Documentation #1045 - Access denied for user 'root'@'localhost' (using password: NO) Invalid hostname for server 1. Please review your configuration. Cannot load mysqli

Re: About php-mysql error

2005-10-20 Thread Sanjay Debian
On 10/20/05, Nevruz Mesut Sahin <[EMAIL PROTECTED]> wrote:   Hello   Our company is an e-commerce company. The customers enter the web side and and chose products and buy them by credit card.   Tecnical definition:   order.php sends the customer_name amount and credit_cardno ccno  to xbank_xml.ph

About php-mysql error

2005-10-20 Thread Nevruz Mesut Sahin
  Hello   Our company is an e-commerce company. The customers enter the web side and and chose products and buy them by credit card.   Tecnical definition:   order.php sends the customer_name amount and credit_cardno ccno  to xbank_xml.php and xbank_xml.php sends to xbank these variables and  wri

Re: php-mysql

2005-10-07 Thread Del Boy
Mitja Podreka wrote: Bogdan Rotariu wrote: login as root and give the following command apt-get install php4 mysqlserver apache2 command should be apt-get install php4 mysql-server apache you could use apache2 but then I dont know where the config files are - probably in /etc/apache2 T

Re[2]: php-mysql

2005-10-07 Thread Bogdan Rotariu
Hello Mitja, Friday, October 7, 2005, 3:18:15 PM, you wrote: > Bogdan Rotariu wrote: >>login as root and give the following command >> >>apt-get install php4 mysqlserver apache2 >> >> > command should be > apt-get install php4 mysql-server apache > you could use apache2 but then I dont know

Re: php-mysql

2005-10-07 Thread Mitja Podreka
Bogdan Rotariu wrote: login as root and give the following command apt-get install php4 mysqlserver apache2 command should be apt-get install php4 mysql-server apache you could use apache2 but then I dont know where the config files are - probably in /etc/apache2 The configuration fil

Re: php-mysql

2005-10-07 Thread Bogdan Rotariu
Hello nano, Friday, October 7, 2005, 1:01:31 AM, you wrote: > Hi, I am trying to install php and mysql in Debian(Sarge) in a non gui > installation and I am not sure how to install these two programs, please > help. > Fernando login as root and give the following command apt-get install php4

Re: php-mysql

2005-10-07 Thread Mitja Podreka
[EMAIL PROTECTED] wrote: Thanks for your prompt answer, the LAMP I think is a good idea and it applies to what I want to do, install a webserver, php and mysql. However, I am trying to make a webserver that will be online. The lines below are from the link you send me, does this tutorial is fo

Re: php-mysql

2005-10-06 Thread Mitja Podreka
[EMAIL PROTECTED] wrote: Hi, I am trying to install php and mysql in Debian(Sarge) in a non gui installation and I am not sure how to install these two programs, please help. Easy LAMP on Debian Linux http://www.madcarters.com/content/view/26/1/ -- Mitja Podreka http://mitja.kizej.net --

php-mysql

2005-10-06 Thread nano
Hi, I am trying to install php and mysql in Debian(Sarge) in a non gui installation and I am not sure how to install these two programs, please help. Fernando -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: php-mysql connection pb

2005-09-15 Thread belahcene abdelkader
Thank you very much, Oliver It is Ok best regards bela --- Oliver Lupton <[EMAIL PROTECTED]> wrote: > belahcene abdelkader wrote: > > >hi, > >I am using sarge Official Distro. > > > >I have written an application with php-mysql thru > >apac

Re: php-mysql connection pb

2005-09-15 Thread Oliver Lupton
belahcene abdelkader wrote: hi, I am using sarge Official Distro. I have written an application with php-mysql thru apache, it ran correctly ( on previous release before the official sarge without any special config) , i move it to sarge, now I have a problem, I don't if it is a sar

php-mysql connection pb

2005-09-15 Thread belahcene abdelkader
hi, I am using sarge Official Distro. I have written an application with php-mysql thru apache, it ran correctly ( on previous release before the official sarge without any special config) , i move it to sarge, now I have a problem, I don't if it is a sarge pb or a mysql or mysql-php ?

Re: apache/php/mysql help

2004-06-02 Thread Shane Liebling
> > choices; downgrade php4-mysql, or upgrade the rest of your php4 > > packages, and possibly apache and mysql, too). > > > > > > If you would like to have the more or less "newest" versions, you should > really consider taking the ones from http://www.backports.org Uh, hate to be a bugaboo, but

RE: apache/php/mysql help

2004-05-24 Thread Jens Simmoleit
> > > I have been running apache/php/mysql successfully for a very long > > time. Suddenly this morning my php web pages return > > > > Fatal error: Call to undefined function: mysql_connect() > > > > I can process the web page from the command line but not

Re: apache/php/mysql help

2004-05-23 Thread Jacob S.
On Sun, 23 May 2004 19:48:25 -0400 Rick Pasotto <[EMAIL PROTECTED]> wrote: > I have been running apache/php/mysql successfully for a very long > time. Suddenly this morning my php web pages return > > Fatal error: Call to undefined function: mysql_connect() > > I can p

apache/php/mysql help

2004-05-23 Thread Rick Pasotto
I have been running apache/php/mysql successfully for a very long time. Suddenly this morning my php web pages return Fatal error: Call to undefined function: mysql_connect() I can process the web page from the command line but not from apache. OK, I've found the problem but I don'

php/mysql in testing

2003-06-03 Thread Sean Burlington
Hi All, I'm having some problems with php/mysql after a system update ... my code was working before ... (but I've messed with it since) test code is: #phpinfo(); print(time()); $db_config["database_host"] = "localhost"; $db_config["dat

RE: PHP/MySQL problem SOLVED

2002-12-26 Thread Michael Olds
Three teeth-grinding days! -Original Message- From: Steve [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 26, 2002 8:29 AM To: [EMAIL PROTECTED] Subject: Re: PHP/MySQL problem SOLVED On 12/25/2002 6:54 PM, Michael Olds wrote: > This problem solved. > > PHP was working fi

Re: PHP/MySQL problem SOLVED

2002-12-26 Thread Steve
On 12/25/2002 6:54 PM, Michael Olds wrote: This problem solved. PHP was working fine, MySql was working fine, MySql support was built into the PHP Apache module ok, but the PHP MySql module was not installed. That gets me every time. ;) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

RE: PHP/MySQL problem SOLVED

2002-12-25 Thread Michael Olds
This problem solved. PHP was working fine, MySql was working fine, MySql support was built into the PHP Apache module ok, but the PHP MySql module was not installed. Best Wishes! Mike Olds www.buddhadust.org -Original Message- From: Michael Olds [mailto:[EMAIL PROTECTED]] Sent: Tuesday

PHP/MySQL problem

2002-12-24 Thread Michael Olds
was none...is there something further that needs to be done to activate PHP/MySql interaction?). I have double checked the spelling, and given the root directory path properly. What happens is I can GET the first page of the "Administration" setup script for the BB and it appears to POST

Re: PHP+MYSQL unable to select database

2001-12-10 Thread Benjamin Pflugmann
Hi. First, please avoid cross-posting. Try to narrow down the problem by trying from the command line client (i.e. try to rule out PHP as source of the problem). If that doesn't work, try the PHP list. If you are successful, it belongs to the MySQL list (as PHP is no longer part of the problem).

PHP+MYSQL unable to select database

2001-12-10 Thread josep
I can't select a database from a php script. I've set privileges in both the user and the data base tables and I've done FLUSH PRIVILEGES; WHY? JOSEP.

PHP+MYSQL: unable to select database

2001-12-10 Thread josep
I get: unable to select database when I visit my guestbook.php The user trying it is set in the mysql.user (without any perms) and in the mysql.db (with all perms). Do I have to set all perms to this user in the mysql.user table? Josep

Re: php-mysql (apache) not found

2001-07-03 Thread Wayne Topa
Subject: php-mysql (apache) not found Date: Tue, Jul 03, 2001 at 05:34:09PM +0200 In reply to:Raffaele Sandrini Quoting Raffaele Sandrini([EMAIL PROTECTED]): > Hi, > > I have installed phpMyAdmin on my apache. Now if i call it i get the message " > Fat

php-mysql (apache) not found

2001-07-03 Thread Raffaele Sandrini
Hi, I have installed phpMyAdmin on my apache. Now if i call it i get the message " Fatal error: Call to unsupported or undefined function mysql_connect() in lib.inc.php3 on line 255" But i have installed the mysql module for php. after i have even installed the cgi version of the mysql php modul

Re: apache-php-mysql

2001-01-15 Thread Rob VanFleet
php4 is a seperate deb from apache, just 'apt-get install php4-mysql' to get the mysql version, it will handle the dependancies for you. -Rob On Mon, Jan 15, 2001 at 01:42:08PM -, Dominic Blythe wrote: > anyone know of a .deb for this lot that includes php4? > > ie apache with php4 compiled

apache-php-mysql

2001-01-15 Thread Dominic Blythe
anyone know of a .deb for this lot that includes php4? ie apache with php4 compiled in, php4 and mysql? pls copy reply direct, ta. __ Dominic Blythe Programmer

SUCCESS - Getting Apache/PHP/Mysql working on Debian Potato

2000-11-19 Thread John Griffiths
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well after my frantic squawking its not cooking along nicely! For the record and so everyone knows for the next time an inexperienced (dare i say incompetent) user like myself comes along, this is what i did wrong and this is how it got fixed... apt-

Re: bookmarker/PHP/MySQL problem

2000-11-18 Thread John S. J. Anderson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Corey Popelier <[EMAIL PROTECTED]> writes: > Yes you need a line under Dynamic Extensions that says: > extension=mysql.so Actually, I've _got_ that line in /etc/php3/apache/php3.ini. To re-iterate, bookmarker *was* working; I can only assume that t

Re: bookmarker/PHP/MySQL problem

2000-11-18 Thread Corey Popelier
Yes you need a line under Dynamic Extensions that says: extension=mysql.so Cheers, Corey J. Popelier http://members.dingoblue.net.au/~pancreas On Fri, 17 Nov 2000, John Griffiths wrote: > >Fatal error: Call to unsupported or undefined function > >mysql_pconnect() in > >

Re: bookmarker/PHP/MySQL problem

2000-11-16 Thread John Griffiths
>Fatal error: Call to unsupported or undefined function >mysql_pconnect() in >/var/www/bookmarker/lib/phplib/db_mysql.inc on line 73 I was going to ask about this very same error message myself, encountered using different code... php3, apache, mysql, php3-mysql all apt-g

bookmarker/PHP/MySQL problem

2000-11-16 Thread John S. J. Anderson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greetings -- I use the bookmarker deb to store my web bookmarks, because I was already running a local webserver, and it seemed like the best solution to the "where did I bookmark that site" problem when bouncing around (as I currently am) between Net

Re: Apache-ssl php/MySQL problem

1999-08-22 Thread finn
Ashley Clark wrote: > > On Sun, 22 Aug 1999, Andrew Glover wrote: > > LoadModule /usr/lib/php3/apache/mysql.so > Thanks for [both of yours] help. And sorry for the duplicate post by me. Andrew. -- Andrew Glover

Re: Apache-ssl php/MySQL problem

1999-08-22 Thread Ashley Clark
On Sun, 22 Aug 1999, Andrew Glover wrote: > LoadModule /usr/lib/php3/apache/mysql.so Close. You don't need the line you had here, just put in /etc/php3/apache/php3.ini a line saying extension=mysql.so and then restart apache, then your MySQL pages should load You might also want other extensio

Apache-ssl php/MySQL problem

1999-08-22 Thread Andrew Glover
Hi, Ive got a problem with php / mysql. Ive installed php3-mysql, although it doesnt want to load. apacheconfig doesnt even attempt to load it. After playing I figured out to add: LoadModule auth_mysql_module /usr/lib/apache/1.3/mod_auth_mysql.so into httpd.conf, but im also guessing I need

Re: Apache-ssl php/MySQL problem

1999-08-22 Thread Gergely Madarasz
On Sun, 22 Aug 1999 [EMAIL PROTECTED] wrote: > Hi, Ive got a problem with php / mysql. Ive installed php3-mysql, although > it > doesnt want to load. apacheconfig doesnt even attempt to load it. > > After playing I figured out to add: > > LoadModule auth_mysql_modul

Apache-ssl php/MySQL problem

1999-08-22 Thread finn2000
Hi, Ive got a problem with php / mysql. Ive installed php3-mysql, although it doesnt want to load. apacheconfig doesnt even attempt to load it. After playing I figured out to add: LoadModule auth_mysql_module /usr/lib/apache/1.3/mod_auth_mysql.so into httpd.conf, but im also guessing I