Re: [PHP] Error while calling a function--Thanks

2001-12-20 Thread J.F.Kishor
Hi pals, Thanks a lot for all the PHP pals , I have recoded my script an' now itz working fine. cheers an' regards, - JFK kishor Nilgiri Networks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-m

[PHP] Error during session_start - is this a bug?

2001-03-29 Thread Michael Champagne
Ok, in testing our site that heavily uses sessions I came across this error: Warning: open(/tmp/sess_f3051699b0f1ae4a89570e66dab05de9, O_RDWR) failed: m (0) in /ora9ias/Apache/Apache/php/cisweb_global.inc on line 19 I can't figure out what causes it. It just happens occasionally when I'm calli

[PHP] Error Running PHP4 Under NES 3.6 SP3

2001-06-20 Thread Daryl DuLong
Hi All, I've searched through the archives for an answer to this error and I can't seem to come up with one. I am trying to run PHP4 under Netscape Enterprise Server 3.6 SP3 on an IRIX box. It compiled correctly, and, yes, I did remember to include "--enable-libgcc" to the configuration process

RE: [PHP] Error Message with sessoin variables [solved]

2001-07-13 Thread Johnny Nguyen
Thanks. c:\temp took care of it. now if i can only get the extensions to work. -Original Message- From: Inércia Sensorial [mailto:[EMAIL PROTECTED]] Sent: Friday, July 13, 2001 4:39 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Error Message with sessoin variables. Windows plataform

[PHP] Error Handling: How to handle fatal errors?

2001-08-06 Thread Darius Ivanauskas
Hello, I have red all about Error handling but there isn't mentionet that user cant handle fatal errors :( I'm writing some application and need to hide all fatal errors from user and do some hidden reporting/logging such errors. But the handler function set by set_error_handler() din't get contr

Re: [PHP] Error while passing parameters as path

2001-08-25 Thread Rasmus Lerdorf
Are you running PHP 3 as a CGI? Things work/don't work a bit differently in CGI mode. -Rasmus On Sun, 26 Aug 2001, Anas Mughal wrote: > All, > I read the article by John Coggeshall on building search engine friendly > pages. Now, I trying to pass my script parameters as path (instead of > "?pa

RE: [PHP] Error while passing parameters as path

2001-08-25 Thread Anas Mughal
in that mode? -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 26, 2001 2:14 AM To: Anas Mughal Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Error while passing parameters as path Are you running PHP 3 as a CGI? Things work/don't work

RE: [PHP] Error while passing parameters as path

2001-08-26 Thread Rasmus Lerdorf
> Actually, I need to run as CGI because I have customized extensiont to PHP > that my hosting company will not imbed in their PHP-Apache module. I am > totally fine with that. Why don't you just dl() your extension into the module version? > Bottom line is that I need to run PHP as CGI. > > Is

RE: [PHP] Error while passing parameters as path

2001-08-26 Thread Anas Mughal
. -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 26, 2001 9:07 AM To: Anas Mughal Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Error while passing parameters as path > Actually, I need to run as CGI because I have customized extensiont to PHP > that my h

RE: [PHP] Error while passing parameters as path

2001-08-26 Thread Rasmus Lerdorf
> -Original Message- > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] > Sent: Sunday, August 26, 2001 9:07 AM > To: Anas Mughal > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] Error while passing parameters as path > > > > Actually, I need to run as CGI because I have

RE: [PHP] Error while passing parameters as path

2001-08-27 Thread Jaxon
07 AM > To: Anas Mughal > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] Error while passing parameters as path > > > > Actually, I need to run as CGI because I have customized > extensiont to PHP > > that my hosting company will not imbed in their PHP-Apache module. I am &g

[PHP] error about sk_new_null with apache/php lib

2001-09-12 Thread Tom Eicher
Hi, in our case the error message > Syntax error on line 239 of /home/mmulsy/apache/etc/httpd.conf: > Cannot load /home/mmulsy/apache/libexec/libphp4.so into server: > ld.so.1: /home/mmulsy/apache/bin/httpd: fatal: relocation error: file > /home/mmulsy/apache/libexec/libphp4.so: symbol sk_new_

Re: [PHP] Error: Parse error: parse error, unexpected $ in...

2002-07-06 Thread Jose Arce
that error appears many times to me...you can show some code so we all can see what's wrong, but i've solved it adding a }, as i told you, manny times it has appear to me, and that's the way i've solved it :D >From: Shiloh Madsen <[EMAIL PROTECTED]> >To: [EMAIL

[PHP] Error: Can't redeclare already declared function (PHP 3.0.15)

2001-10-26 Thread Patrick Dunford
I have a script (let's call it a.php3) that brings in another script b.php3 with the include or require call. In script b.php3 there is an include or require call to bring in script c.php3. Script a.php3 after making one and only one include (the include is not repeated anywhere in a.php3) then

[PHP] PHP error parsing SQL string containing assoc. array

2001-03-23 Thread Michael Champagne
I'm trying to write a sql statement (for Oracle) that uses an associative array element as a dynamic value. PHP is choking on this line: $sql = "insert into sessions(session_id, user_id, session_expiration) values ('$sess_id', $user_fields['USER_ID'], sysdate + ($user_fields['MINS_TILL_EXPIRE']

Re: [PHP] Error during session_start - is this a bug?

2001-04-02 Thread Richard Lynch
out? Like Music? Buy a CD: http://l-i-e.com/artists.htm Volunteer a little time: http://chatmusic.com/volunteer.htm - Original Message - From: Michael Champagne <[EMAIL PROTECTED]> Newsgroups: php.general Sent: Thursday, March 29, 2001 2:18 PM Subject: [PHP] Error during session_start

[PHP] Error in Configuring PHP 4.2.1 httpd.h cannot be found

2002-05-22 Thread Nelson . Broat
Hi, I'm getting errors when trying to install PHP 4.2.1 on Solaris 2.8 with as a Dynamic module and as a Static module. The error for the Static Module creation is: configure: error: Invalid Apache directory - unable to find httpd.h under /usr/l ocal/apache/include The thing is, it does exist

[PHP] Error: 1 is not a valid mysql link resource

2001-10-24 Thread Rafael Steil
Hi all. With php version 4.0.1, I made a database class. I use a function called connect() to open database connection to mysql, and the link resource is stored in $GLOBALS["CONNETION_ID"] global variable. All of code work perfectly, with no any problems.. But when I upgraded

Re: [PHP] PHP error parsing SQL string containing assoc. array

2001-03-23 Thread Frank M. Kromann
Hi All, PHP is unable to resolve the variable you are trying to use within a stting. If you use complex array structures you have to write it like this: $sql = "insert into sessions(session_id, user_id, session_expiration) values ('$sess_id', " . $user_fields['USER_ID'] . "', sysdate + (" .

Re: [PHP] PHP error parsing SQL string containing assoc. array

2001-03-23 Thread Matt Friedman
p are hashes (associative). That's why they're so quick. Happy interpolation! Matt Friedman - Original Message - From: "Frank M. Kromann" <[EMAIL PROTECTED]> To: "Michael Champagne" <[EMAIL PROTECTED]> Cc: "PHP General Mailing List" &l

[PHP] error on last line of file (tearing hair out)

2001-04-03 Thread Justin French
hi, it's happened before, but it's happening again, and it's giving me the s**ts!!! I get this error: Parse error: parse error in /home/clients/jfrench/public_html/indent/tests/simple2/login4.php on line 88 Problem is, line 88 is the last line of the file, which simply has "" My question is

[PHP] Error: symbol _erealloc not found, PHP 4.0.6 under Solaris/Sparc

2002-01-26 Thread Arcady Genkin
When trying to load Zend optimizer, the following error gets logged: Failed loading /var/www/lib/ZendOptimizer.so: ld.so.1: \ /opt/apache/bin/httpd: fatal: relocation error: file \ /var/www/lib/ZendOptimizer.so: symbol _erealloc: referenced \ symbol not found I

[PHP] error compiling LDAP support into PHP, causes Apache to crash.

2001-10-25 Thread Scott Singleton
Could someone glance at my situation and the enclosed PHP error log snippet and give me an idea as to where to procede? I'm pretty stuck. Stats: OS: Linux (RH 7.1) Apache 3.19 Have latest openLDAP and Berkeley DB 3 Installed with no build errors (/usr/local;/usr/local/BerkeleyDB.3.3) M

RE: [PHP] error on last line of file (tearing hair out)

2001-04-03 Thread Peter Houchin
your missing a } most likely some where in your code -Original Message- From: Justin French [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 11:14 AM To: php Subject: [PHP] error on last line of file (tearing hair out) hi, it's happened before, but it's

Re: [PHP] error on last line of file (tearing hair out)

2001-04-03 Thread Steve Werby
"Justin French" <[EMAIL PROTECTED]> wrote: > Problem is, line 88 is the last line of the file, which > simply has "" > Since the last line of the file has NO PHP CODE, and all the php code > prior to that has been closed off (?>), or is it more likely a bug in my > code, but PHP4 isn't reporting t

Re: [PHP] error on last line of file (tearing hair out)

2001-04-03 Thread CC Zona
In article <148501c0bcad$35052e70$6501a8c0@workstation7>, [EMAIL PROTECTED] ("Steve Werby") wrote: > "Justin French" <[EMAIL PROTECTED]> wrote: > > Problem is, line 88 is the last line of the file, which > > simply has "" > > Since the last line of the file has NO PHP CODE, and all the php code

[PHP] Error: Supplied argument is not a valid MySQL result resource

2001-05-24 Thread Internaut
Hello I am in the process of learning php by following the examples out of the book, as I try to run this script an error message appears with the following: Warning: Supplied argument is not a valid MySQL result resource in /home/httpd/vhtdocs/tosh/php/show_more_db.php on line 10 Here is the s

[PHP] Error: Unable to open *\index.php in Unknown on line 0

2001-10-03 Thread Scott Fletcher
Hi ya all! I'm having some trouble with PHP on IIS. Yes, I know IIS suck! When I have one website, I have no problem. But when I have more than one website on IIS. This is when I have problem with PHP. I looked up on php.ini to make sure the line, "doc root = " is left blank and the othe

[PHP] Error: Unable to open *\index.php in Unknown on line 0

2001-10-03 Thread Garth Dahlstrom
On a *nix based system this type of error is caused by the file permissions being wrong (like -rw- that is only the owner can read the file, usually its set to -rw-r--r-- so group and world can read the file too) I don't know about IIS but you might investigate wheither or not your everyone

Re: [PHP] error log apache over 250 mb after 2 weeks! undefinedvariable?

2002-06-18 Thread Michael Sweeney
It's nothing you have to worry about, but you need to edit your php.ini file and change the error reporting settings. Find the error_reporting directives (there will be several, all but one commented out) and uncomment the one that looks like: error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING

Re: [PHP] Error: Supplied argument is not a valid MySQL result resource

2001-05-24 Thread Miles Thompson
db_connect doesn't exist. Try mysql_connect, or better yet, mysql_pconnect() Online manual at www.php.net. You can get quick results for any function by entering http://www.php.net/name_of_function and it is automatically searched for. Miles At 03:15 PM 5/24/01 +0100, Internaut wrote: >Hello

[PHP] error in running apache while --with-apxs is a config option

2001-06-27 Thread Yamin Prabudy
i got this error Syntax error on line 205 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: Undefined symbol "alloc_globals" can anybody help me fix it i used php4.05 with apache 1.3.20 with ./configure --w

[PHP] Error logging in PHP-4pl1 and Apache 1.3.19 w/ output buffering

2001-05-03 Thread Simon Stewart
I've an installation of PHP4pl1 running under Apache 1.3.19. Without output buffering enabled, the error logging is fine (going to Apache's error_log as expected) The problem is that when I turn on output buffering (to enable me to send cookies when I feel like it ;) the error logging stops being

[PHP] argh please help! starting PHP error: Cannot load into server, uncompressis undefineed symbol

2002-04-30 Thread Peter Revill
I just finished recompiling PHP, and attempt to start the webserver agian, but i get the following error: Setting up Web Service: Syntax error on line 58 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp4.so into server: /etc/httpd/modules/libphp4.so: undefined symbol: uncomp

<    1   2   3