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
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
+
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
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
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
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
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
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
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
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
[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
[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
--
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]
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
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
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 ?
> > 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
>
> > 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
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
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'
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
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
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
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
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
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).
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.
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
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
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
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
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
-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-
-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
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
> >
>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
-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
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
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
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
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
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
42 matches
Mail list logo