[PHP] Fatal error: Maximum execution time

2005-02-21 Thread Stanislav Kuhn
). And error message always displays 30 seconds... I have tried to grep a source for ini_set as well, nothing important anywhere in the code. PHP Fatal error: Maximum execution time of 30 seconds exceeded in .php on line 130 Has somebody seen something like this or has an idea what's going

Re: [PHP] Fatal error: Maximum execution time

2005-02-21 Thread Bret Hughes
minutes and not in same place (in any of included script). And error message always displays 30 seconds... I have tried to grep a source for ini_set as well, nothing important anywhere in the code. PHP Fatal error: Maximum execution time of 30 seconds exceeded in .php on line 130 Has

Re: [PHP] Fatal error: Maximum execution time

2005-02-21 Thread Richard Lynch
in your source. PHP Fatal error: Maximum execution time of 30 seconds exceeded in .php on line 130 Has somebody seen something like this or has an idea what's going on there? At the *TOP* of your real script, use http://php.net/error_log to log ini_get('max_execution_time') and see

Re: [PHP] Fatal Error Handling

2005-02-10 Thread James Taylor
snip -bash-2.05b$ php test.php Content-type: text/html X-Powered-By: PHP/4.3.10 Memory Limit: 32K Memory Used: 13432 Error (1024) in /www/l-i-e.com/web/test.php:12 - Test -bash-2.05b$ Note a complete lack of Made it nor an error message trapped by my error handler when the RAM runs out. :-(

[PHP] Fatal Error Handling

2005-02-09 Thread James Taylor
Hi, I have a set of functions which are potentially dangerous in terms of memory hogging, and need to protect from memory overflow - this is I want to detect when the memory overflow occurs. The manual says that eval() will return false on a fatal error, so I thought I could do something like

Re: [PHP] Fatal Error Handling

2005-02-09 Thread Richard Lynch
James Taylor wrote: So finally quit that music thing and got a real job? :-) [Sorry. I'm sure you've heard them all, but I couldn't resist...] I have a set of functions which are potentially dangerous in terms of memory hogging, and need to protect from memory overflow - this is I want to

Re: [PHP] Fatal Error Handling

2005-02-09 Thread James Taylor
Richard Lynch wrote: James Taylor wrote: So finally quit that music thing and got a real job? :-) [Sorry. I'm sure you've heard them all, but I couldn't resist...] /me adds Richard Lynch onto the list of those who must die when the revolution comes... I have a set of functions which are

Re: [PHP] Fatal Error Handling

2005-02-09 Thread Guillermo Rauch
On Wed, 9 Feb 2005 08:21:25 -0800 (PST), Richard Lynch [EMAIL PROTECTED] wrote: James Taylor wrote: So finally quit that music thing and got a real job? :-) [Sorry. I'm sure you've heard them all, but I couldn't resist...] I have a set of functions which are potentially dangerous in

Re: [PHP] Fatal Error Handling

2005-02-09 Thread Richard Lynch
James Taylor wrote: Richard Lynch wrote: James Taylor wrote: Ok, using the @ that would get rid of the error message agreed, but it still crashes the script (as a fatal error would and should). I took the code from set_error_handler and that does not seem to work in this instance - if I

[PHP] Fatal error: Call to a member function on a non-object

2004-12-22 Thread Tim Burgan
Hello, I have a database driven (MS Access 2000) PHP website that runs fine on my localhost (Apache, WinXP, PHP 4.3.9), but when I upload it to the web host (IIS, PHP 4.3.10) and try to access a page I receive the following error: Fatal error: Call to a member function on a non-object in

RE: [PHP] Fatal error: Call to a member function on a non-object

2004-12-22 Thread Michael Sims
Tim Burgan wrote: Fatal error: Call to a member function on a non-object in c:\XXX\inc\dbConnOpen.php on line 17 [...] The file in question contains code that forms a connection to the database. I've used this EXACT same code on this same website for the last 8 months (both on localhost and

Re: [PHP] Fatal error: Call to a member function on a non-object

2004-12-22 Thread Tim Burgan
Hi Michael, Michael Sims wrote: [...] These might be relevant: http://bugs.php.net/bug.php?id=31159 http://marc.theaimsgroup.com/?l=php-devm=110375720614120w=2 Thanks for your reply. This does sound like it is the problem. Does anyone know if there is a workaround for this? Tim

Re: [PHP] Fatal error: Call to a member function on a non-object

2004-12-22 Thread Chris
Did you upgrade Zend Optimizer when you upgraded to 4.3.10 ? People are seeing quite a few problems when they dont, and this could be releated to that. Chris Tim Burgan wrote: Hello, I have a database driven (MS Access 2000) PHP website that runs fine on my localhost (Apache, WinXP, PHP

[PHP] Fatal error on parsedate.c While Building 4.3.9

2004-11-03 Thread Andrew Hauger
I am trying to build PHP 4.3.9 on Solaris 8, and I can't get past the make step. At first I get the following message: bison -y /opt/php/php-4.3.9/ext/standard/parsedate.y M4sugar requires GNU M4. Install it before installing M4sugar or set the M4 environment variable to its path name.*** Signal

Re: [PHP] Fatal error on parsedate.c While Building 4.3.9

2004-11-03 Thread Greg Donald
On Wed, 3 Nov 2004 11:32:30 -0800 (PST), Andrew Hauger [EMAIL PROTECTED] wrote: I am trying to build PHP 4.3.9 on Solaris 8, and I can't get past the make step. At first I get the following message: Did you try using gmake? Using non-GNU utilities while compiling PHP may cause problems.

[PHP] Fatal error

2004-10-16 Thread Pahlevanzadeh Mohsen
Dear members,I get an error,What does mean my error? : Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/html/votting/vote_implement.php on line 8 = -DIGITAL SIGNATURE--- ///Mohsen Pahlevanzadeh Network administrator programmer

Re: [PHP] Fatal error

2004-10-16 Thread Juan Pablo Herrera
In your script use set_time_limit(0), and look http://ar2.php.net/manual/en/function.set-time-limit.php for understand the function. Regards, JP Dear members,I get an error,What does mean my error? : Fatal error: Maximum execution time of 30 seconds exceeded in

Re: [PHP] Fatal error

2004-10-16 Thread Kevin Waterson
This one time, at band camp, Pahlevanzadeh Mohsen [EMAIL PROTECTED] wrote: Dear members,I get an error,What does mean my error? : Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/html/votting/vote_implement.php on line 8 It means the Maximum execution time of 30 seconds

[PHP] Fatal error: Call to undefined function

2004-08-28 Thread gc
Let me try this again, I'm Gene Candelaria and I'm a PHP and MySQL newbie. I have a feeling a lot of you may have seen this before. I'm teaching myself PHP/MySQL and trying to setup a guestbook. I'm running latest versions of Apache, PHP and MySql on WIN 2000. PHP is installed from the zip file.

Re: [PHP] Fatal error: Call to undefined function

2004-08-28 Thread Justin Patrin
On Sat, 28 Aug 2004 16:57:27 -0700, gc [EMAIL PROTECTED] wrote: Let me try this again, I'm Gene Candelaria and I'm a PHP and MySQL newbie. I have a feeling a lot of you may have seen this before. I'm teaching myself PHP/MySQL and trying to setup a guestbook. I'm running latest versions of

Re: [PHP] Fatal error: Call to undefined function

2004-08-28 Thread John Nichel
gc wrote: snip-a-roo It's been awhile since I've done php on Windows, but I think you have to uncomment the mysql dll in the php.ini file (make sure you're editing the right one as per phpinfo), and restart your web server. -- By-Tor.com It's all about the Rush http://www.by-tor.com -- PHP

RE: [PHP] Fatal error: Call to undefined function

2004-08-28 Thread gc
Thanks, John. I have the line uncommented, am editing php.ini in my winnt directory and have restarted the server. No magic, yet. Thanks again. g -Original Message- From: John Nichel gc wrote: snip-a-roo It's been awhile since I've done php on Windows, but I think you have to

RE: [PHP] Fatal error: Call to undefined function

2004-08-28 Thread Philip Olson
It's been awhile since I've done php on Windows, but I think you have to uncomment the mysql dll in the php.ini file (make sure you're editing the right one as per phpinfo), and restart your web server. Thanks, John. I have the line uncommented, am editing php.ini in my winnt

RE: [PHP] Fatal error: Call to undefined function

2004-08-28 Thread gc
PROTECTED] Subject: RE: [PHP] Fatal error: Call to undefined function It's been awhile since I've done php on Windows, but I think you have to uncomment the mysql dll in the php.ini file (make sure you're editing the right one as per phpinfo), and restart your web server. Thanks, John. I

Re: [PHP] fatal error undefined call to mysql_connect

2004-08-26 Thread Angelo Zanetti
Ok I found out that php is installed as an RPM so do activate mysql? thanks Angelo Zanetti Z Logic [c] +27 72 441 3355 [t] +27 21 464 1363 [f] +27 21 464 1371 www.zlogic.co.za John Nichel [EMAIL PROTECTED] 08/25/04 4:44 PM Angelo Zanetti wrote: so to include the mysql extensions to I have to

[PHP] fatal error undefined call to mysql_connect

2004-08-25 Thread Angelo Zanetti
Hi all, I have installed my php scripts on a new server (linux) and when attempting to run them I get this error. Is this error a configuration issue in my PHP.ini file or is it a user issue with mysql and connecting to the database? thanks in advance Angelo

Re: [PHP] fatal error undefined call to mysql_connect

2004-08-25 Thread John Holmes
From: Angelo Zanetti [EMAIL PROTECTED] I have installed my php scripts on a new server (linux) and when attempting to run them I get this error. Is this error a configuration issue in my PHP.ini file or is it a user issue with mysql and connecting to the database? Enable mysql support in PHP. I

Re: [PHP] fatal error undefined call to mysql_connect

2004-08-25 Thread ramil
On Wed, 25 Aug 2004 16:12:53 +0200, Angelo Zanetti [EMAIL PROTECTED] wrote: Hi all, I have installed my php scripts on a new server (linux) and when attempting to run them I get this error. Is this error a configuration issue in my PHP.ini file or is it a user issue with mysql and connecting

Re: [PHP] fatal error undefined call to mysql_connect

2004-08-25 Thread Angelo Zanetti
so to include the mysql extensions to I have to reinstall PHP or can I simply just change the values in the PHP.ini file for the mysql entries? Thanks to those who responded ramil [EMAIL PROTECTED] 8/25/2004 4:21:14 PM On Wed, 25 Aug 2004 16:12:53 +0200, Angelo Zanetti [EMAIL PROTECTED]

Re: [PHP] fatal error undefined call to mysql_connect

2004-08-25 Thread John Nichel
Angelo Zanetti wrote: so to include the mysql extensions to I have to reinstall PHP or can I simply just change the values in the PHP.ini file for the mysql entries? Thanks to those who responded How did you install php? RPM (or similiar package), or source? If you installed from RPM, you can add

Re: [PHP] fatal error undefined call to mysql_connect

2004-08-25 Thread Angelo Zanetti
I never installed it so... here is my next question. how would I find out how it was installed? John Nichel [EMAIL PROTECTED] 8/25/2004 4:44:18 PM Angelo Zanetti wrote: so to include the mysql extensions to I have to reinstall PHP or can I simply just change the values in the PHP.ini file

Re: [PHP] fatal error undefined call to mysql_connect

2004-08-25 Thread John Nichel
Angelo Zanetti wrote: I never installed it so... here is my next question. how would I find out how it was installed? Ask the person who set it up? If you're on a RPM based system (Red Hat, Fedora, etc), do this at the command line... rpm -qa | grep php and if PHP is installed as an RPM, it will

Re: [PHP] fatal error undefined call to mysql_connect

2004-08-25 Thread Ian Firla
On Wed, 2004-08-25 at 17:08, Angelo Zanetti wrote: I never installed it so... here is my next question. how would I find out how it was installed? Look at the output of phpinfo(). But before doing that, read the documentation or you'll be back here in a flash with more really basic questions.

Re: [PHP] fatal error undefined call to mysql_connect

2004-08-25 Thread Jason Wong
On Wednesday 25 August 2004 23:09, Ian Firla wrote: On Wed, 2004-08-25 at 17:08, Angelo Zanetti wrote: I never installed it so... here is my next question. how would I find out how it was installed? Look at the output of phpinfo(). But before doing that, read the documentation or you'll be

[PHP] Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/includes/db_fns.php on line 6

2004-08-12 Thread Eric L. Sammons
Trying set up php-syslog-ng on my Red Hat EL 3.0 AS system. I have verified that I can in fact access mysql and that I have the necessary database and that the user, password, and host are setup correctly in db_fns.php. It seems; however, that I still receive the given error: Fatal error:

Re: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/includes/db_fns.php on line 6

2004-08-12 Thread bbonkosk
The tip.. copy and paste your error code into google ;-) Do it for all errors, you'll be amazed @ how many have already been answered - Original Message - From: Eric L. Sammons [EMAIL PROTECTED] Date: Thursday, August 12, 2004 2:44 pm Subject: [PHP] Fatal error: Call to undefined

FWD: RE: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/includes/db_fns.php on line 6

2004-08-12 Thread Eric L. Sammons
- From: Eric L. Sammons [EMAIL PROTECTED] Date: Thursday, August 12, 2004 2:44 pm Subject: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/includes/db_fns.php on line 6 Trying set up php-syslog-ng on my Red Hat EL 3.0 AS system. I have verified that I can in fact

Re: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/includes/db_fns.php on line 6

2004-08-12 Thread John Nichel
Eric L. Sammons wrote: Trying set up php-syslog-ng on my Red Hat EL 3.0 AS system. I have verified that I can in fact access mysql and that I have the necessary database and that the user, password, and host are setup correctly in db_fns.php. It seems; however, that I still receive the given

RE: RE: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/includes/db_fns.php on line 6

2004-08-12 Thread Jay Blanchard
[snip] did this, all answers came back stating to install php-mysql package. Already have that installed. Some have stated they recompiled php, I really would like to avoid doing that so I don't affect my Red Hat support agreements. [/snip] have you done phpinfo() to see if it really compiled?

RE: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/includes/db_fns.php on line 6

2004-08-12 Thread Eric L. Sammons
I have done phpinfo and I see --with-mysql=shared,/usr = Original Message From Jay Blanchard [EMAIL PROTECTED] = [snip] did this, all answers came back stating to install php-mysql package. Already have that installed. Some have stated they recompiled php, I really would like to avoid

RE: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/includes/db_fns.php on line 6

2004-08-12 Thread Jay Blanchard
[snip] I have done phpinfo and I see --with-mysql=shared,/usr [/snip] Have you started the mysql daemon? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/includes/db_fns.php on line 6

2004-08-12 Thread Eric L. Sammons
I have started mysql, all is working (when I use the mysql client). = Original Message From Jay Blanchard [EMAIL PROTECTED] = [snip] I have done phpinfo and I see --with-mysql=shared,/usr [/snip] Have you started the mysql daemon? -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/includes/db_fns.php on line 6

2004-08-12 Thread Justin Patrin
On Thu, 12 Aug 2004 15:38:45 -0400, Eric L. Sammons [EMAIL PROTECTED] wrote: I have done phpinfo and I see --with-mysql=shared,/usr That doesn't really matter. Is there a mysql section in the phpinfo()? It should have information similar to this: MySQL Support enabled Active Persistent Links

RE: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/includes/db_fns.php on line 6

2004-08-12 Thread Eric L. Sammons
No I see no mysql section in my phpinfo page. I am in the process of rebuilding php to see if this resolves the problem. = Original Message From [EMAIL PROTECTED] = On Thu, 12 Aug 2004 15:38:45 -0400, Eric L. Sammons [EMAIL PROTECTED] wrote: I have done phpinfo and I see

Re: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/includes/db_fns.php on line 6

2004-08-12 Thread John Nichel
Eric L. Sammons wrote: No I see no mysql section in my phpinfo page. I am in the process of rebuilding php to see if this resolves the problem. Did you restart Apache after installing the php-mysql rpm? -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing

Re: FWD: RE: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/includes/db_fns.php on line 6

2004-08-12 Thread Jason Wong
On Friday 13 August 2004 03:15, Eric L. Sammons wrote: did this, all answers came back stating to install php-mysql package. Already have that installed. Some have stated they recompiled php, I really would like to avoid doing that so I don't affect my Red Hat support agreements. Seems

Re: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/includes/db_fns.php on line 6

2004-08-12 Thread Jason Wong
Please do not top post. On Friday 13 August 2004 04:04, Eric L. Sammons wrote: No I see no mysql section in my phpinfo page. I am in the process of rebuilding php to see if this resolves the problem. If you mean recompile PHP then you had better be sure you know what you're doing. My

Re: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/includes/db_fns.php on line 6

2004-08-12 Thread Brad Bonkoski
- From: Eric L. Sammons [EMAIL PROTECTED] To: Jay Blanchard [EMAIL PROTECTED]; php-general [EMAIL PROTECTED] Sent: Thursday, August 12, 2004 3:49 PM Subject: RE: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/includes/db_fns.php on line 6 I have started mysql, all

Re: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/includes/db_fns.php on line 6

2004-08-12 Thread Eric Sammons
rebuilding PHP. -B - Original Message - From: Eric L. Sammons [EMAIL PROTECTED] To: Jay Blanchard [EMAIL PROTECTED]; php-general [EMAIL PROTECTED] Sent: Thursday, August 12, 2004 3:49 PM Subject: RE: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/includes

[PHP] Fatal Error Help

2004-06-03 Thread Ryan Schefke
Can someone verify that the solution to this problem is to change my php.ini file's memory_limit = 8M; line to memory_limit = 16M;? My script was working fine (file uploading) before. Then, last night I upgraded to php 4.3.6 and installed Turck mmcache. Now I get the following error:

Re: [PHP] Fatal Error Help

2004-06-03 Thread Marek Kilimajer
Ryan Schefke wrote: Can someone verify that the solution to this problem is to change my php.ini file's memory_limit = 8M; line to memory_limit = 16M;? What about verifying it yourself? Yes, that should help. If not, try higher values. Don't forget to restart the webserver. -- PHP General

RE: [PHP] Fatal Error Help

2004-06-03 Thread Ryan Schefke
, June 03, 2004 12:48 PM To: Ryan Schefke Cc: Php-General-Help Subject: Re: [PHP] Fatal Error Help Ryan Schefke wrote: Can someone verify that the solution to this problem is to change my php.ini file's memory_limit = 8M; line to memory_limit = 16M;? What about verifying it yourself? Yes

Re: [PHP] Fatal Error Help

2004-06-03 Thread raditha dissanayake
Ryan Schefke wrote: I will try it but I wanted to make sure that was the best way to solve the issue. Why would the same script work before (with memory_limit = 8MB) and now it has that error? That's where I'm confused. depends on the data you are working with. What about verifying it

[PHP] Fatal error help

2004-05-19 Thread robi
hello I am programing a simple chat and I am using my own classes and I get this error I have no idea what it is. pls help. Fatal error: Cannot redeclare class ch in /var/www/html/class/common.php on line 3 troby -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Fatal error help

2004-05-19 Thread Haseeb Iqbal
PM Subject: [PHP] Fatal error help hello I am programing a simple chat and I am using my own classes and I get this error I have no idea what it is. pls help. Fatal error: Cannot redeclare class ch in /var/www/html/class/common.php on line 3 troby -- PHP General Mailing List (http

Re: [PHP] Fatal error help

2004-05-19 Thread robi
] Sent: Wednesday, May 19, 2004 1:15 PM Subject: [PHP] Fatal error help hello I am programing a simple chat and I am using my own classes and I get this error I have no idea what it is. pls help. Fatal error: Cannot redeclare class ch in /var/www/html/class/common.php on line 3

[PHP] Fatal error: Call to undefined function: mysql_connect()

2004-04-16 Thread Tim
Setup: 2 servers, one with PHP 4.1.2 and no MySQL installed, the other has MySQL and PHP 4.1.2 Problem: I am attempting to connect to the MySQL server from the server without MySQL, but I get the error that shows in the subject. Fatal error: Call to undefined function: mysql_connect() in

Re: [PHP] Fatal Error: PDFlib error ...

2003-12-12 Thread Matthias Nothhaft
Evan Nemerson wrote: On Wednesday 10 December 2003 09:08 pm, Matthias Nothhaft wrote: Hi, I'm trying to get the pdflib work... [] Fatal error: PDFlib error: function 'PDF_begin_page' must not be called in 'object' scope in /var/www/Software/cms4rent/pdftest.php on line 5 Why is that?

[PHP] Fatal Error: PDFlib error ...

2003-12-10 Thread Matthias Nothhaft
Hi, I'm trying to get the pdflib work... I use pdflib 4.0.3 downloaded from pdflib.de and php 4.3.4 on Debian Linux. I wrote this test code: ?php dl(libpdf_php.so); $pdf = pdf_new(); pdf_begin_page($pdf, 421, 595); pdf_set_font($pdf, Helvetica, 24, host); pdf_show_xy($pdf, Hello World!, 75,

Re: [PHP] Fatal Error: PDFlib error ...

2003-12-10 Thread Evan Nemerson
On Wednesday 10 December 2003 09:08 pm, Matthias Nothhaft wrote: Hi, I'm trying to get the pdflib work... I use pdflib 4.0.3 downloaded from pdflib.de and php 4.3.4 on Debian Linux. I wrote this test code: ?php dl(libpdf_php.so); $pdf = pdf_new(); pdf_begin_page($pdf, 421, 595);

[PHP] Fatal error: Allowed memory size

2003-11-26 Thread Shashin
I am using the PHP GD functions to resize my images. I get the following error when trying to resize multiple images. It works for one image. - Fatal error: Allowed memory size of 20971520 bytes exhausted at (null):0 (tried to

Re: [PHP] Fatal error: Allowed memory size

2003-11-26 Thread David Otton
On Wed, 26 Nov 2003 12:43:35 -0800, you wrote: Ok, please bear in mind that I've never run into this, so what follows if guesswork. I am using the PHP GD functions to resize my images. I get the following error when trying to resize multiple images. It works for one image.

[PHP] Fatal error: Call to undefined function: xpath_new_context()

2003-11-04 Thread Ian Williams
I am trying to do a little XPath, but I get this error: Fatal error: Call to undefined function: xpath_new_context() in Can someone please help me find my problem? cheers ian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Fatal error: Call to undefined function: xpath_new_context()

2003-11-04 Thread Jay Blanchard
[snip] I am trying to do a little XPath, but I get this error: Fatal error: Call to undefined function: xpath_new_context() in Can someone please help me find my problem? [/snip] Xpath is not being seen...have you installed it correctly? Are the paths defined correctly? -- PHP General Mailing

Re: [PHP] Fatal error: Call to undefined function: xpath_new_context()

2003-11-04 Thread Ryan Thompson
Problems one of two things. A - you're version of PHP doesn't have support for that function yet (v4.1.0). or B - You didn't compile support for DOM http://ca.php.net/manual/en/ref.domxml.php On Tuesday 04 November 2003 12:51, Ian Williams wrote: I am trying to do a little XPath, but I

[PHP] Fatal error: Call to undefined function: mysql_connect()

2003-09-12 Thread Naintara Jain
I get this error Fatal error: Call to undefined function: mysql_connect() in one script. whereas phpMyAdmin is installed in another directory and it works fine. Any ideas why? -Naintara -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Fatal error: Call to undefined function: mysql_connect()

2003-09-12 Thread Jason Sheets
Are you using the bundled MySQL libraries under Unix/Linux? What version of PHP are you running with what operating system? If MySQL compiled as a module that must be loaded? Jason Naintara Jain wrote: I get this error Fatal error: Call to undefined function: mysql_connect() in one

Re: [PHP] Fatal error: [] operator not supported for strings

2003-08-19 Thread Daniel
I checked ant that is not the cause of this problem. Any other sugesstion? John W. Holmes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Daniel wrote: hi, how do i solve this error? Fatal error: [] operator not supported for strings in /var/www/html/p.../magazin/cos.php on

Re: [PHP] Fatal error: [] operator not supported for strings

2003-08-19 Thread desa15
: Asunto: Re: [PHP] Fatal error: [] operator not supported for strings 19/08/2003 10:06

Re: [PHP] Fatal error: [] operator not supported for strings

2003-08-19 Thread Curt Zirzow
* Thus wrote Daniel ([EMAIL PROTECTED]): I checked ant that is not the cause of this problem. Any other sugesstion? Yes it is the problem. Somewhere the $_SESSION['id_produs'] is set to a string or number. John W. Holmes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Daniel

[PHP] Fatal error: [] operator not supported for strings

2003-08-18 Thread Daniel
hi, how do i solve this error? Fatal error: [] operator not supported for strings in /var/www/html/p.../magazin/cos.php on line 13 line 13 is this line: $_SESSION[id_produs][]=$_POST[id_produs]; no error when i run in local host , when i upload in server (with PHP 4.2.2) only got this error.

Re: [PHP] Fatal error: [] operator not supported for strings

2003-08-18 Thread John W. Holmes
Daniel wrote: hi, how do i solve this error? Fatal error: [] operator not supported for strings in /var/www/html/p.../magazin/cos.php on line 13 line 13 is this line: $_SESSION[id_produs][]=$_POST[id_produs]; no error when i run in local host , when i upload in server (with PHP 4.2.2) only got

Re: [PHP] Fatal Error: Call to undefined function: *mail()*? What's next, echo?

2003-06-26 Thread Jason Wong
On Thursday 26 June 2003 12:38, [EMAIL PROTECTED] wrote: I was testing a boring little FormMail script I've used on dozens of PHP installations (Apache and IIS), when I got an error: Fatal error: Call to undefined function: mail() in /usr/local/apache/vweb/redfishinsurance/form2mail.php on

[PHP] Fatal Error: Call to undefined function: *mail()*? What's next, echo?

2003-06-25 Thread weston
I was testing a boring little FormMail script I've used on dozens of PHP installations (Apache and IIS), when I got an error: Fatal error: Call to undefined function: mail() in /usr/local/apache/vweb/redfishinsurance/form2mail.php on line 65 What? How? I quote from the PHP manual entry for the

[PHP] Fatal error: Call to undefined function: str_word_count()

2003-06-18 Thread nabil
when i use str_word_count() i got the following : Fatal error: Call to undefined function: str_word_count() and my PHP is Version 4.2.3 What is the problem ??? thanks in advance -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Fatal error: Call to undefined function: mysql_connect()

2003-03-04 Thread AD
I'm getting this error while testing the script below just for connectivity. Mysql is running on XP and apache and php are on openbsd. It seems like I don't have something configured right in php I guess but I'm not sure. Here is the script: ?php $link = mysql_connect(192.168.2.4, root, )

Re: [PHP] Fatal error: Call to undefined function: mysql_connect()

2003-03-04 Thread Jason Wong
On Wednesday 05 March 2003 11:15, AD wrote: I'm getting this error while testing the script below just for connectivity. Mysql is running on XP and apache and php are on openbsd. It seems like I don't have something configured right in php I guess but I'm not sure. Here is the script: Search

Re: [PHP] Fatal error: Maximum execution time of 30 seconds exceeded

2002-10-14 Thread Maxim Maletsky
Don't try using PHP for sending mass-mails. You'd better use some other C/Phyton/Perl apps for that. Just manage the start of this process via PHP. -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // where PHP Begins On Sun, 13 Oct 2002 19:06:01 +0100 scott [EMAIL PROTECTED] wrote:

[PHP] Fatal error: Maximum execution time of 30 seconds exceeded

2002-10-13 Thread scott
Hello Trying to send a html email to 5000 people on a list Keep getting Fatal error: Maximum execution time of 30 seconds exceeded Any pointers on the best way to achieve this lengthily operation without the script failing? Best regards Scott -- PHP General Mailing List (http://www.php.net/)

RE: [PHP] Fatal error: Maximum execution time of 30 seconds exceeded

2002-10-13 Thread John W. Holmes
www.php.net/set_time_limit ---John Holmes... -Original Message- From: scott [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 13, 2002 2:06 PM To: [EMAIL PROTECTED] Subject: [PHP] Fatal error: Maximum execution time of 30 seconds exceeded Hello Trying to send a html email

RE: [PHP] Fatal error: Maximum execution time of 30 seconds exceeded

2002-10-13 Thread Thoenen, Peter Mr. EPS
In you php.ini, find max_execution_time = 360 and up it. -Peter -Original Message- From: scott [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 13, 2002 20:06 To: [EMAIL PROTECTED] Subject: [PHP] Fatal error: Maximum execution time of 30 seconds exceeded Hello Trying

Re: [PHP] Fatal error: Maximum execution time of 30 seconds exceeded

2002-10-13 Thread Chris Hewitt
scott wrote: Hello Trying to send a html email to 5000 people on a list Keep getting Fatal error: Maximum execution time of 30 seconds exceeded Any pointers on the best way to achieve this lengthily operation without the script failing? Best regards Scott If the email is the same for all

Re: [PHP] Fatal error: Maximum execution time of 30 seconds exceeded

2002-10-13 Thread Sascha Cunz
Yet another very fine way to do this job, is to set up a mailinglist manager (ezmlm i.e.), whom you subscribe all your recipients - And then send just one mail to the mailinglist manager. Of course, works only if you got control to the server. --Sascha -- PHP General Mailing List

Re: [PHP] Fatal error: Cannot use [] for reading

2002-10-11 Thread Leif K-Brooks
I am using quotes around the key, just a dumb mistake in the example... Leif K-Brooks wrote: Any idea what that error means? I'm trying to do something like: $array[] = array(a = a value); -- The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt

Re: [PHP] Fatal error: Cannot use [] for reading

2002-10-11 Thread Bogdan Stancescu
It works both with and without quotes around the key. Which is normal - you will be amazed at how forgiving PHP is - try this: ? echo(test); ? Bogdan Leif K-Brooks wrote: I am using quotes around the key, just a dumb mistake in the example... Leif K-Brooks wrote: Any idea what that

[PHP] Fatal error: Cannot use [] for reading

2002-10-11 Thread Leif K-Brooks
Any idea what that error means? I'm trying to do something like: $array[] = array(a = a value); -- The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law. -- PHP General Mailing List

[PHP] Fatal Error: Cannot use assign-op operators

2002-05-24 Thread John Holmes
Hi. I'm getting this error on my scripts: Fatal error: Cannot use assign-op operators with overloaded objects nor string offsets in c:\inetpub\wwwroot\usap\reports\Daily_Report_Student.php on line 40 After doing some searching, I concluded the errors are caused by using .=, +=, etc on an array.

[PHP] Fatal error: Call to a member function on a non-object in /www/xynz on line 19

2002-05-03 Thread Richard Brenner
Hi there. I created an inc file with a single function and included it in my general script. When I try to start the function out the the program, I receive the following error message: Fatal error: Call to a member function on a non-object in /www/xynz on line 19 Does someone know, what

RE: [PHP] Fatal error: Call to a member function on a non-object in /www/xynz on line 19

2002-05-03 Thread John Holmes
03, 2002 4:33 AM To: [EMAIL PROTECTED] Subject: [PHP] Fatal error: Call to a member function on a non-object in /www/xynz on line 19 Hi there. I created an inc file with a single function and included it in my general script. When I try to start the function out the the program, I receive

[PHP] Fatal error : Call to undefined function dbmopen()

2002-05-01 Thread Bernard Chamberland
Hello, I run PHP 4.0.4 on a Redhat 7.1 I receive the following message 'Fatal error : Call to undefined function dbmopen()' when trying to open a new DBM file. phpinfo() returns : - configure command : '--with-db2''--with-db3''--with-gdbm' - DBA support : enabled - Supported handlers : gdbm

[PHP] FATAL ERROR

2002-02-11 Thread Jérome Moisy
Hy, I have install this weekend PHP 4.10 and Microsoft SQL Server Developper on Windows XP professionnal. I use IIS for the web server. When I test the Web Site I have this message: FATAL_ERROR unientify command mssql_connect(); Anyone know what does it means. Thanks -- PHP General

[PHP] Fatal error: Call to a member function on a non-object in example1.php on line 66

2002-01-17 Thread Sandeep Murphy
Hi, I keep getting this error Fatal error: Call to a member function on a non-object in /www/html/smurthy/example1.php on line 66 and simply unable to figure out why this is occuring.. 64 $root = $dom-root(); 65 $All_nodes = $root-children(); 66 $childNodes=$All_nodes [1]-children();

Re: [PHP] Fatal error: Call to a member function on a non-object in example 1.php on line 66

2002-01-17 Thread Jason G.
First of all, make sure the $root-children() returns an array of objects. Second of all, remove the space between $All_nodes and [1]. Your code should look like: $childNodes=$All_nodes[1]-children(); If that does not work, you may have to create a temp var to use... $tmp = $All_nodes[1];

RE: [PHP] Fatal error: Call to a member function on a non-object in example 1.php on line 66

2002-01-17 Thread Sandeep Murphy
: quinta-feira, 17 de Janeiro de 2002 18:41 To: Sandeep Murphy; [EMAIL PROTECTED] Subject: Re: [PHP] Fatal error: Call to a member function on a non-object in example 1.php on line 66 First of all, make sure the $root-children() returns an array of objects. Second of all, remove the space between

RE: [PHP] Fatal error: Call to a member function on a non-object (again)

2002-01-17 Thread Sandeep Murphy
-Original Message- From: Jason G. [mailto:[EMAIL PROTECTED]] Sent: quinta-feira, 17 de Janeiro de 2002 18:41 To: Sandeep Murphy; [EMAIL PROTECTED] Subject: Re: [PHP] Fatal error: Call to a member function on a non-object in example 1.php on line 66 First of all, make sure the $root-children

[PHP] Fatal error: Cannot instantiate non-existent class

2002-01-12 Thread millw0rm
i hav just upgraded from php3 to php4 i m getting this error through out my website what can be the problem... can anyone help me out Fatal error: Cannot instantiate non-existent class -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] Fatal Error

2002-01-12 Thread millw0rm
i hav just upgraded from php3 to php4 i m getting this error through out my website what can be the problem... can anyone help me out Fatal error: Cannot instantiate non-existent class -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] Fatal error: Cannot instantiate non-existent class

2002-01-12 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * On 12-01-02 at 11:10 * millw0rm said i hav just upgraded from php3 to php4 i m getting this error through out my website what can be the problem... can anyone help me out Fatal error: Cannot instantiate non-existent class Let's see

[PHP] Fatal error: The script tried to execute a method or access a property of an incomplete object.

2002-01-02 Thread Sturm
I have a problem I'm getting the following error: Fatal error: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition myappl of the object you are trying to operate on was loaded _before_ the session was started in

[PHP] fatal error: out of dynamic memory in yy_create_buffer() in unknown on line 0

2001-12-20 Thread Henri
Hello, When I try to access my .php4 pages I get this error : fatal error: out of dynamic memory in yy_create_buffer() in unknown on line 0 These pages used to work before, but it seems that my Host has updated to PHP 4.0.6. Is there some relation ? Can you help me ? You can try this page :

<    1   2   3   >