Just so everyone knows what the solution was... I forgot to forward it to
the mailing list last time!
- Original Message -
From: "Stephen Edmonds" <[EMAIL PROTECTED]>
To: "thkiat" <[EMAIL PROTECTED]>
Sent: Thursday, January 02, 2003 3:52 PM
Subject: Re: [PHP-INST] Index page
> Do a searc
Hi.
I have this in my error_log of apache webserwer when i accessing php
pages:
Character set '#9' is not a compiled character set and is not specified in
the 'NONEXISTENT/charsets/Index' file
File 'NONEXISTENT/charsets/?.conf' not found (Errcode: 2)
What is this ?
I use linux 6.2,
php-install Digest 3 Jan 2003 12:24:11 - Issue 1184
Topics (messages 9504 through 9509):
Re: php.ini unfunctional in php4.3release on apache2.0.43
9504 by: omer k
Http error 403
9505 by: Javed.TechnoCanada
php with gd with bcmath apache+mysql
9506 by: Marcus
Re: In
Hallo everybody,
I have PHP 4.0.6 installed on my win2k server, and it works just fine except one tiny
problem:
I have a website which uses the gd-extension, and it has worked for me before, but
after I re-installed the server, I get the following error, whenever I have the
extension "turned o
Here's the solution to the problem I posted yesterday:
What I was missing is the "pam-devel-0.75-19.i386.rpm" package, which I now
downloaded from the RedHat Network. After installation the IMAP check passes
fine.
And on we go...
Take care,
Joerg.
-Original Message-
From: Joerg Al
Hi,
Have someone a good, usefull (and recent) tutorial or faq which explain what
to do to complie PHP as CGI for Apache
Thanks
--
Regards,
Benoit.
--
"Le possible est déjà fait, l'impossible je le fais de suite, pour les
miracles, prière de prévoir un délai"
--
PHP Install Maili
Simple Answer:
The file 'php_gd.dll', which is used for GD, is not in the C:\PHP\extensions
folder. All you need to do is find the file (Try downloading the windows zip
package, as this has most of the extensions in the folder called
extenstions) and move the file into the C:\PHP\extensions folder
See, that was my first thought, but it IS in the folder, I even downloaded it again,
just to see if the .dll could be corrupt or something, but that did not do anything...
thanx anyway.
kimblim | www.kimblim.dk
- Original Message -
From: "Stephen Edmonds" <[EMAIL PROTECTED]>
To: "ki
./configure && make && make install
Or you could do something crazy and read the INSTALL file in the
distribution.
-Rasmus
On Thu, 2 Jan 2003, Perroud Benoit wrote:
> Hi,
>
> Have someone a good, usefull (and recent) tutorial or faq which explain what
> to do to complie PHP as CGI for Apache
>
When i try to compile Apache 1.3.27 with PHP 4.3.0 as module i get an error.
Tried to compile with gcc 2.95.3 and gcc. 3.2.1 always the same
problem PHP 4.2.3 works fine.
First configure SSL:
./configure --with-apache=../apache_1.3.27 --with-ssl=../openssl-0.9.6h
then in Apache path i ty
hi
can u share ur code with us
toby
_
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://ww
kim
if ur using apache try copying ur extensions folder to
\Program Files\Apache Group\Apache\
its rathr silly but thats how i got it workin fo me
hope dis helps
good luck
toby .
_
The new MSN 8 is here: Try it fre
thanx for the tip, but im using IIS :(
kimblim | www.kimblim.dk
- Original Message -
From: "toby -" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, January 03, 2003 3:10 PM
Subject: Re: [PHP-INST] first post, be gentle
>
> kim
>
> if ur using apache
ur welcome kim
im sorry i cant help u with that as i ve fogotton all bout workin with iis
and php
but do tell me y are u using iis
if u dont realy have to switch on to apache
ping m eif u need any help with that
good luck
toby .
___
Hello - I'm trying to install PHP 4.3 as a module along with Apache 2 on win2k sp3.
Apache is working fine. I'm using the latest snapshot of PHP available (
php4-win32-STABLE-200301030930.zip ) and the php.ini-dist file for my php.ini file,
which I have copied over to C:\WINNT\
When I load my ba
Hello - I'm trying to install PHP 4.3 as a module along with Apache 2 on win2k sp3.
Apache is working fine. I'm using the latest snapshot of PHP available (
php4-win32-STABLE-200301030930.zip ) and the php.ini-dist file for my php.ini file,
which I have copied over to C:\WINNT\
When I load my ba
When I loaded the page on the localhost, I actually got an error. It was the
force_redirect that was not set right. But, in my PHP.ini it was. So I did a
little looking, and somehow another php.ini in a different location on my
machine was messing up my c:\winnt\php.ini. So I deleted the other on
Try the following:
Go into PHP ini and make the following changes:
log_errors = On
error_log = C:\PHP\errorlog.txt
Then, go into C:\PHP, and create a file called errorlog.txt. Then, try to
start your webserver up and access the php page. Hopefully, the file will
then be filled with the error mess
Hi,
The ./configure script completed successfully but during the make following
error message occurs:
/usr/bin/ld: cannot find -ldb2
collect2: ld returned 1 exit status
make: *** [libphp4.la] Error 1
This behavior is interesting since I had no troubles at all with version 4.2.3.
I used the same
I am generating static HTML pages from a PHP script that forms the
content based on a database query. One problem is that old page gets
cached.
For instance, if I write, http://localhost/index.php, from a PHP script
called http://localhost/generateindex.php, when I call the URL
http://localhost,
ok, tried it, and the log now reads:
[03-Jan-2003 18:26:39] PHP Fatal error: Call to undefined function:
imagecreate() in C:\shares\sites\dvd\php\rating.php on line 7
and that file looks like this:
is this making any sense at all?
.kim
- Original Message -
From: "Stephen Edmonds" <[E
I have a system that is currently running Redhat 7.3, and has the
default Apache 1.3.x and PHP 4.1.x RPM's installed. We also have suexec
enabled for CGI's. I would like to create a suexec PHP-CGI for a single
VHOST. I compiled a standalone CGI PHP system with the following
configure line:
Okay, its a good start. First, we will check that GD is actually being
started by php.
Create a new file and call it test.php
Into the file put this:
Then browse to the test.php file. It will output a list of all the installed
modules on your version of php. Then, all you need to do is look for
Hi, i have read your post, it seams that your PHP instalation doesnt have
support for GD compiled into it.
You should add the required DLL( sorry, but i dont your wich DLL ) to your
php.ini file.
Take a look at the output of phpinfo function to check if GD is
installed/compiled or not.
Take a l
thanx Stephen, I really appreciate it..
well, it seems like it isn't loading it, because I dont even have a
paragraph about GD in the phpinfo file...
like i wrote in one of my earlier posts, I re-installed php yesterday, so it
is really wierd..
anyway, what to do now???
kimblim | www.kimblim.dk
You said you re-installed php... do a search for all 'php.ini' files on your
hard drive. It *could* be that an older version of php.ini in a different
directory is messing things up. Your php.ini should be located in the
C:\Windows folder (Or whatever your windows folder is)... Let me know how
that
To uninstall php on RedHat Linux, type, as root: rpm -e php
See my FAQ for building PHP with Apache 2:
http://dan.drydog.com/apache2php.html
Reinstall it in the same location as the php rpm, /usr/lib/httpd/modules/libphp4.so
M A <[EMAIL PROTECTED]> wrote:
> well, i downloaded PHP 4.2 and
To whom it may concern,
Hello, my name is Rika Yamada. I have a problem installing php 4.3.0 on my
Mac OS 10.2.
As far as I can see from debug.log, it seems like the conftest cannot find
libpq.3.0.dylib. However, libpg.3.0.dylib is located at
/usr/local/pgsql/lib/. Attached file is the debug.l
Matt - Thankyou for the suggestions. Security isn't a _big_ issue for me, since I
really only wanted to install Apache so that I could install PHP on top of it and
basically mirror my website on my own computer. Since it's behind a very 'strict'
school, I am not extremely concerned about securit
Hi,
I'm running PHP on an XP system (with IIS) and am having a bit of a
problem with some of the extensions...the php_yaz.dll to be exact. I've
set extension_dir = c:\php\extensions where all of the extensions are
located. When I uncomment the extension=php_yaz.dll line, I get a
warning box that p
hallo wayne,
I am having that exact same problem right now, except none of my extensions
work at all! And I know they are in the right directory, which php.ini
points to...
I am running PHP on a win2K server under the IIS.
kimblim | www.kimblim.dk
- Original Message -
From: "Wayne Graham
31 matches
Mail list logo