Re: [PHP-INSTALL] Re: problems after upgrading from 4.2.3 to 4.3.3

2003-09-17 Thread mitesh bhimjiyani
hi  i made one php file test.php. In LAN is worked properly but when host this file . it shows following error Fatal error: Call to undefined function: imap_open() in /data/home/site/matrixnetmark/test.php on line 2 in web php is manually compiled.therefore i configure php.ini file and uncomment

Re: [PHP-INSTALL] Problem in host

2003-09-17 Thread mitesh bhimjiyani
hi  i made one php file test.php. In LAN is worked properly but when host this file . it shows following error Fatal error: Call to undefined function: imap_open() in /data/home/site/matrixnetmark/test.php on line 2 in web php is manually compiled.therefore i configure php.ini file and uncomment

[PHP-INSTALL] Re: PHP w/Apache on WinXP

2003-09-17 Thread Shadow
You didn't give much info...did you configure Apache? Where is the document root? Is that where you are saving or trying to access the files? Did you configure PHP? Where is its document root? Is Apache running? What do the error logs say for Apache and PHP? And so on. Shadow

[PHP-INSTALL] PHP w/Apache on WinXP

2003-09-17 Thread Anthony Calderon
I've installed Apache 2.0.47 and PHP 4.3.3 on a Windows XP machine, but I can't for the life of me get the damn thing to work. (Yes, I'm new at this.) I've attempted to view a test page in the C:\Program Files\Apache Group\Apache2\htdocs directory, both by right-clicking and choosing to open it wi

[PHP-INSTALL] Apache + PHP + mod_perl + putenv can segfault

2003-09-17 Thread moregan
Below is the report we had created describing the resolution to a series of sporadic Apache child process segfaults. It is being posted here so that, as the message has it, "it will be archived and Googlable". ++ Executive Summar

Re: [PHP-INSTALL] template problems

2003-09-17 Thread Simon
the code works fine. It doesnt need $_GET['page'] statement. registerglobals is turned off on the rented server and was on with the localhost. But still no difference.

[PHP-INSTALL] unable to fix this problem

2003-09-17 Thread Dan Gahlinger
Solaris 9 on an E450 system I've tried everything with gmp including the suggested -mv8plus option during compilation, and still get this error contents of debug.log - CONFIGURE: './configure' '--with-mysql' '--with-gd' '--with-gdbm' '--with-ftp' '--with-zlib' '--with-gmp' '--with-apxs=/usr/l

Re: [PHP-INSTALL] template problems

2003-09-17 Thread Martin Östlund
hi. Could it be that on your rented server, register globals is set to On, and on your local its set to off, and the code doesnt have a $page = $_GET['page'] statement? just my 2 cents.. -martin On Wed, 17 Sep 2003, Simon wrote: > hi, > > I've got this problem when using templates on my localh

[PHP-INSTALL] template problems

2003-09-17 Thread Simon
hi, I've got this problem when using templates on my localhost. The code works on my web server which i rent so the code is fine. I have ran php code for mysql functions and other for testing purposes. Below is the code i used in index.php. INDEX.PHP When i type say www.myrentedwebsite.com/

[PHP-INSTALL] Apache with php, ssl and cgi

2003-09-17 Thread Andy Marti
Hi together, I read a lot of tips and docs to install apache with php, cgi and ssl. php and cgi alone was not the problem. But now I want ssl to. And I compiled all, but when I use "LoadModule" for php there is a warning "...with EAPI apache might crash..." when I start apache. Kows somebody d