Hello all,
In an effort to stay off the superhighway of the general list, I have
searched through the other lists and found this one. Searching the
archives showed that some other people had the error I am having back
in 1998 - 2001. Lucky me, bringing back the oldies. Anyway, I am
running
php-install Digest 4 Apr 2003 03:49:19 - Issue 1320
Topics (messages 10479 through 10499):
Oracle 8 problem
10479 by: Frédéric Lhoest
10485 by: Jim Thome
10486 by: Jim Thome
PHP not accepting variables
10480 by: Anton Piatek
10481 by: Matt Schroebel
I have upgraded apache to 2.0.44, mysql to 4.0.12 (binary) and php to
4.3.2RC1
I encountered that on one machine it is working without any visible
problems. (SUSE 8.0)
On another SuSE 8.0 it shows the same errors like on a RedHat 7.3 machine.
The problems:
1. text in phpnuke will be truncated,
Make sure you are saving this as .PHP. (I know it's a dumb thing to check,
but make sure Windows or Homesite or notepad or whatever is not appending
.TXT onto the end of it.)
Make sure you can see the extensions of your files.
"Leigh Hall" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTE
You must define your variables in the FOO.PHP page. Try this:
Also, POST is probably a better choice than GET.
"E.E. Jan" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Could anybody give me a pointer for my problem?
> I just installed php 4.3.1 on my w2k platform
> I also insta
Turn off zlib compression in PHP.INI
"Wade" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Note: I am using Apache 1.3 with PHP 4.3
>
> "Wade" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Bear with me, I am new to this.
> >
> > I am trying to install PHP on an
Try turning off ZLIB compression or in PHP.INI (zlib.output_compression =
Off)
"Wade" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Okay, I wrote in the other day and so far have not solved my problem, so
> here is some more info.
>
> I installed Apache 1.3 with PHP 4.3 on my Wi
hi,
that's it, sendmail rejects the message with an error:
Apr 3 22:52:25 chicago231 sendmail[17259]: NOQUEUE: SYSERR(wwwrun):
/etc/sendmail.cf: line 71: readcf: DontBlameSendmail option:
GroupReadableSASLFile unrecognized
i will switch to the sendmail newsgroup to get this fixed ;-)
apache ru
Dorian, it could be your 'sendmail from' line in there. Sometimes sendmail
will reject sending emails from invalid from addresses. Make it a real
address on your server and make sure apache is allowed to send from that
address (its in the trusted-users) file of your /etc/mail folder. I'm
willing to
Hi all,
i installed PHP 4.3.1 on a fresh Apache 2.0.44 on Suse Linux 7.3
after configuration of the php.ini:
sendmail_path = /usr/sbin/sendmal -t
sendmail_from = [EMAIL PROTECTED]
i started to write a simple script to test the mail() function, but nothing
happens - no error message
the returnco
> -Original Message-
> From: Bill Hudspeth [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 03, 2003 2:43 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] PHP with PDFlib installation on Windows
>
> I am having problems getting the PDF extension to work with
> PHP on Windows.
> I am r
Hello,
I am having problems getting the PDF extension to work with PHP on Windows.
I am running PHP 4.2.3 on Windows NT 4.0 using IIS as my internet server. I
have enabled the PDF extension in the php.ini file, with no apparent
success. When I try to load the page, I get an empty screen (i.e., n
Are you sure it is an error?
On Thu, 3 Apr 2003, Kevin Angus wrote:
> I just installed yoper and tried to get PHP-4.3.2RC1 to compile but MAKE
> keeps failing with an error on my_tempnam, I hunted around and found some
> bogus bug reports about the error but nothing that would help me. Apache
I just installed yoper and tried to get PHP-4.3.2RC1 to compile but MAKE
keeps failing with an error on my_tempnam, I hunted around and found some
bogus bug reports about the error but nothing that would help me. Apache
2.045 compiled without any problems.
The yoper people say "glibc-2.3.2 is hope
Hello,
I installed Apache-1.3.27 + PHP-4.3.1 as static.
So, I have two doubts:
1. Someone has told me that Safe_mode don't permit
any intaration with the system like phpinfo()
and the users couldn't execute a cat, ls and so on.
I enabled PHP safe_mode and executed a test with
phpinfo
/lib/libpthread.so.0: undefined reference to
[EMAIL PROTECTED]'
/lib/libpthread.so.0: undefined reference to
[EMAIL PROTECTED]'
/lib/libpthread
.so.0: undefined reference to
[EMAIL PROTECTED]'
/lib/libpthread.so.0: undefined reference to
[EMAIL PROTECTED]'
/lib/libpthread.so.0: undefined reference
/lib/libpthread.so.0: undefined reference to
[EMAIL PROTECTED]'
/lib/libpthread.so.0: undefined reference to
[EMAIL PROTECTED]'
/lib/libpt
hread.so.0: undefined reference to
[EMAIL PROTECTED]'
/lib/libpthread.so.0: undefined reference to
[EMAIL PROTECTED]'
/lib/libpthread.so.0: undefined reference
> -Original Message-
> From: Anton Piatek [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 03, 2003 11:26 AM
> To: Matt Schroebel; [EMAIL PROTECTED]
> Subject: Re: [PHP-INST] PHP not accepting variables
>
>
> Sorry, PHP v 4.2.2
>
> and register_globals is off... id rather not have to
Sorry, PHP v 4.2.2
and register_globals is off... id rather not have to rewrite all my pages
again, so would like to get it working.
funny though... i installed gallery (gallery.sourceforge.net) and it works
fine using the variables...
eg http://piatek.kicks-ass.net/gallery/view_album.php?set_alb
> Hi,
> I just installed php on apache 1.3 under SUSE 8.1 (all the
> SUSE rpms) and it doesnt seem to like passing variables in the
> http request...
>
> eg.
> http://piatek.kicks-ass.net/tanzania2001/diary/index.php?Open=day0
> 6.php the index.php page doesnt seem to get passed that
> var
> -Original Message-
> From: Anton Piatek [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 03, 2003 10:57 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] PHP not accepting variables
>
>
> Hi,
> I just installed php on apache 1.3 under SUSE 8.1 (all
> the SUSE rpms) and it doesnt
Hi,
I just installed php on apache 1.3 under SUSE 8.1 (all the SUSE rpms) and it
doesnt seem to like passing variables in the http request...
eg. http://piatek.kicks-ass.net/tanzania2001/diary/index.php?Open=day06.php the
index.php page doesnt seem to get passed that variable... and i have n
Help !
I cannot install php with oci8 on my second server ... on the first one it was very
easy ... Anyone can help ?
Here is the dump :
---
[...]
alloc.lo Zend/zend_compile.lo Zend/zend_constants.lo Zend/zend_dynamic_array.lo
Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist
php-install Digest 3 Apr 2003 14:45:38 - Issue 1319
Topics (messages 10476 through 10478):
Re: The Document contains no data
10476 by: Michael Mauch
10478 by: Sander Sokk
Re: php and Apache won't play nice
10477 by: Michael Mauch
Administrivia:
To subscribe to the
Michael Mauch wrote:
Sander Sokk <[EMAIL PROTECTED]> wrote:
$php phpinfo.php > index.html
File phpinfo consists following
Normally should this produce me html file (phpinfo function output), but
i get answers without html tags like this:
This is ok. Since PHP 4.3.0 the command line (CLI) ve
25 matches
Mail list logo