the Cacti folk claim it isn't their
issue but a PHP one.
From: Jonathan Sundquist [mailto:jsundqu...@gmail.com]
Sent: Friday, October 26, 2012 2:25 PM
To: Stormont, Stephen (IMS)
Cc: php-install@lists.php.net
Subject: Re: [PHP-INSTALL] Symbolic link needed with mysql and PHP?
Sorry I m
/var/lib/mysql/mysql.sock
Uptime: 50 min 29 sec
From: Jonathan Sundquist [mailto:jsundqu...@gmail.com]
Sent: Friday, October 26, 2012 2:18 PM
To: Stormont, Stephen (IMS)
Cc: php-install@lists.php.net
Subject: Re: [PHP-INSTALL] Symbolic link needed with mysql and PHP?
Whe
[mailto:jsundqu...@gmail.com]
Sent: Friday, October 26, 2012 2:11 PM
To: Stormont, Stephen (IMS)
Cc: php-install@lists.php.net
Subject: Re: [PHP-INSTALL] Symbolic link needed with mysql and PHP?
A quick google search turned up a few answers that might help you,
http://docs.cacti.net/manual:087:4_help
We have a new CentOS installation using PHP5 and MySQL. We were having an
issue getting Cacti running, but the problem appears to boil down to a PHP
issue.
When attempting to access Cacti via the web, we got this error:
FATAL: Cannot connect to MySQL server on 'localhost'. Please make sure you
Hi all,
I have been having real troubles trying to compile php as a servlet to
work under tomcat.
I have followed the guide here:
http://wiki.apache.org/tomcat/UsingPhp
and can patch up the necessary files but am having trouble in the 'make'
step.
I've tried several different combinations but it
ve also changed --with-config-file-path to just point to the
directory, not the file itself)
I'm at wits end here, so I would really appreciate any pointers.
Thanks,
-- Stephen.
stop laughing and give me a hand?
thanks!!
Stephen Wan
Terry OIT Research Support
Brooks hall room #108
University of Georgia
[EMAIL PROTECTED]
Office) 706-542-3914
Fax 706-542-9437
nstalled. I've also gotten
this to work on AIX 5.1. Can anyone help me out?
Thanks!
-Stephen Spalding
__
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools
nstalled. I've also gotten
this to work on AIX 5.1. Can anyone help me out?
Thanks!
-Stephen Spalding
__
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools
Hi --
I have followed the installation guide for installing Apache 1.3.14 and
PHP 4.3.3 on a Windows XP machine (SP2). I am able to view html pages,
but not php.
My httpd.conf file contains
ScriptAlias /php/ "E:/DevTools/PHP/"
AddType application/x-httpd-php .php
Action application/x-httpd-
Looks like that machine has got quite a nasty virus. I'm glad I keep mine
fully protected with a virus scanner! Well, I just wasted a good 10 minutes
deleteing all the rubbish, I hope this doesn't happen again or I'll end up
following everyone else in removing myself...
Stephen
remove me
In kindness
Stephen K Knight
Check out our new book! Open Source Technology: Expanding FileMaker
http://www.fmwebschool.com/opensource.htm
Live at ICQ 337223754
1-800-353-7950
A number of people are using php 4.3 and Apache 2 successfully, but to my
knowledge it is still in the "beta" testing stages. Basically, it works
fairly well, but there may be unknown security risks. Use at your own risk.
Stephen
- Original Message -
From: "Daniel Witt
I believe you missed out
AddModule mod_php4.c
Try adding that (It should be in the section below the loadmodule command)
Stephen
- Original Message -
From: "Arkady Kukarkin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 08, 2003 1:44 AM
Subj
If you are using Windows, it should be built in to any of the latest php
versions... Otherwise as far as I know you have to compile PHP with MySQL
support enabled (How you do that I have no idea, I only use windows)
Stephen
- Original Message -
From: "Deborah Vorndran" <[EM
Register Globals? $PHP_SELF would be null if you still have it set to 0 (I
believe).
Also, phpBB is designed for php 4, there may be some issues/coding problems
which prevent it being used in php 5. Then again, they could both be PHP 5
bugs...
Stephen
- Original Message -
From: &quo
this:
$GDArray = gd_info();
foreach( $GDArray as $key=>$value ) {
print '$GDArray['.$key.'] = '.$value.'';
}
Stephen
- Original Message -
From: "Kolboom Andreas" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 27, 2003 2
) are
still supported IF you set register_globals to ON in your php.ini file. For
more infomation, please go to the php site and look up sessions. I
personally believe the new method is a lot better than the older methods,
and suggest you consider updating!
Hope this helps,
Stephen
- Original
php4apache2.dll is meant only for use with Apache 2. However, since Apache 2
and php is still in the experiemental stages, you are better off just
sticking with Apache and php. I hope this helps
Stephen
- Original Message -
From: "Doris Pelger .:. Eva Horner" <[EMAIL P
copied every dll
> from the dlls-folder to the system root, and enabled some extensions
> (the extensions require those dlls)
>
> hope this helps?
>
> .ma
>
> e: [EMAIL PROTECTED]
> w: http://www.abendstille.at
>
> # life would be easier if i knew the source code
>
&g
I think thats a unix/linux file. In windows, you only need the
php4apache.dll and php4ts.dll file (I might have got the spellings wrong!).
They need to be in the same directory, and by default one is in the php base
root and the other is the php/sapi
Stephen
- Original Message -
From
You need to put phpapache2.dll into C:/php-4.2.3-Win32/sapi/
You also need to copy the file called php4ts.dll into the SAME directory. If
you do not have both files in the same place, Apache will fail to start.
Stephen
- Original Message -
From: "David Jennings" <[EMAIL P
execution order.
#
# The modules listed below, without a corresponding LoadModule directive,
# are static bound into the standard Apache binary distribution for Windows.
#
etc...
AddModule mod_php4.c
Oh, and finally... is the file called "hello.php" or "hello.php.txt"?
Stephen
--
y default. Apache works
from left to right so this:
DirectoryIndex index.php index.html
Would first look for an "index.php" file, and if it was not found, then
search for an "index.html"
Good Luck
Stephen
- Original Message -
From: "Bud Roble" <[EMA
n/apxs
--enable-force-cgi-redirect --enable-safe-mode
--enable-magic-quotes --without-mysql
--with-oci8=/oracle/app/oracle/product/8.1.7 --enable
sigchild --enable-shared
I saw one similar message to this in the archives, but
there was no answer as to how to fix it. Can anyone
help me out?
T
.pinc
AddType application/x-httpd-php-source .phps
# Stephen Reese
# 1204 NW 34TH ST
# Gainesville, Fl.
# [EMAIL PROTECTED]
-Original Message-
From: Tom Tsongas [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2003 5:54 PM
To: [EMAIL PROTECTED]
Subject: File Download instead of s
I previously built php w/the following:
'./configure' '--prefix=/usr/local'
'--with-apache=/home/src/Apachetoolbox-1.5.58/apache_1.3.26' '--enable-exif'
'--enable-track-vars' '--with-calendar=shared' '--enable-magic-quotes'
'--enable-trans-sid' '--enable-wddx' '--enable-ftp'
'--enable-inline-opti
-with-ldap --with-xml
--with-imap=/home/ftp/pub/imap-2002b --with-mcrypt
--with-mcal=/home/ftp/pub/libmcal
When I do php info I still showing the previous version with no changes?
You may notice that I don't have the orginal apache source that php was
built with so I grabed another one c
Its not in the Apache config file, its in the php.ini file normally found in
your windows directory
- Original Message -
From: "b b" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 20, 2003 9:13 PM
Subject: Re: [PHP-INST] php and forms
>
> You are right Tiago. When I d
code
below. Can someone please look and help me so that I can upload the image
to that folder.
Thank you!
In Kindness
Stephen K Knight
\n";
// echo "newname = '" . $newname . "';\n";
// echo "\n";
}
--
PHP Install Mailing List (http://
I am currently running on a Windows Box the OS is ME
I have installed apache 2.0.44 and I have downloaded the newest PHP download
for windows.
I have read the configuration manual repeatedly for getting the php into the
apache httpd.conf doc file. but I still cannot get php to be recognized.
Can a
Um this may seem like a stupid question, but why don't you stick to Apache
1.3.X (Or whatever the lastest Apache 1 is). PHP and Apache 2 are supposed
to be in beta and hence not recommended on public servers...
Stupid questions make the world go round :-D
Stephen
- Original Me
I run a webserver with PHP 4.2.3 currently working on
it. I recently tried to download and install either
PHP 4.3.0 or PHP 4.3.1 to no avail.
Running the simplest possible configuration with:
./configure
make
I get the following output from make after a
successful configure:
In file included f
Apache 2.0 and PHP are not yet designed to be compatible, and so they
strongly recommend aganist using it in public enviroments. Basically, php is
in its Beta testing stages of Apache 2 compatibility. Hopefully the two will
be re-designed to be compatibile in the not to distant future. Also the
rea
ck that C:\PHP\sapi\php4apache.dll is present in the
correct folder, and that the following two files are in the SAME directory
as php4apache.dll :
php4ts.dll
php4ts.lib
Good Luck, let me know how it goes
Stephen
- Original Message -
From: "news" <[EMAIL PROTECTED]>
To
ck that C:\PHP\sapi\php4apache.dll is present in the
correct folder, and that the following two files are in the SAME directory
as php4apache.dll :
php4ts.dll
php4ts.lib
Good Luck, let me know how it goes
Stephen
- Original Message -
From: "Joseph Chow" <[EMAIL PROTECTED]&
, and that the following two files are in the SAME directory
as php4apache.dll :
php4ts.dll
php4ts.lib
Good Luck you two, let me know how it goes
Stephen
- Original Message -
From: "Zavier Sheran" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, Februa
If you are running Windows as your operating system, you can not use /tmp as
the session directory. You have to specify a valid windows directroy (e.g.
it must exist)
Most people use something like
C:/PHP/SessionData
Stephen
- Original Message -
From: "jacusy" <[EMAIL P
L & ~E_NOTICE
will stop those notices poping up in the future.
Hope this answers your question. Any more problems, don't hesitate to email
again
- Original Message -
From: "Stephen Goehler" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January
Hey all,
Thanks in advance for your help...
I'm getting an undefined variable error in my code, and I'm not sure what is
wrong. I just installed PHP, which is why I am posting here.
Contents of the HTML Form:
Contents of test.php:
Here are the results:";
echo date("H:i, jS F");
echo $custna
ing that I can't change the header information on a web page. I
tried to set the second parameter of header() to True/False but none help.
What could I do?
William Cheung, B.Sc. MCSE MCDBA
Databyte Corp.
--
Stephen Cuppett, CEO
WebMasters, Inc.
http://www.webmastersinc.org
[EMAIL PROTECTE
Still no solution for configging apache(1.3.27) when PHP(4.3.0) is done with --
with-imap.
Any suggestions?
Thanks,
Stephen
Here's my output:
hostname# ./configure --prefix=/usr/local/apache --activate-
module=src/modules/php4/libphp4.a
Configuring for Apache, Version 1.3.27
+
LOL! I can't even get the site to load. It seems to be giving a http 403.1
error. This means that your security setting in ISS are stopping the php
program from being run...
- Original Message -
From: <[EMAIL PROTECTED]>
To: "Johan (natkejs)" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sen
e know how
that goes, I'll try to think up something else to check!
Stephen
Originally from Miguel Carvalho:
>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 wi
http://scryt.no-ip.com/test.php
Let me know how it goes!
Stephen
- Original Message -
From: "kim johannesen" <[EMAIL PROTECTED]>
To: "Stephen Edmonds" <[EMAIL PROTECTED]>
Cc: "PHP Installation Helplist" <[EMAIL PROTECTED]>
Sent: Friday,
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
tions have changed). Also remember that if you do
upgrade, to check the new php.ini file carefully for things like register
globals, a feature that has caused much confusion recently.
Good luck
Stephen
- Original Message -
From: "kimBlim" <[EMAIL PROTECTED]>
To: <[EMAIL PROT
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
That is due to the configuration of your webserver. You need to set it to
accept index.php as an 'index' page. Most webservers come with index.html as
the page to open. What web server are you using?
- Original Message -
From: "thkiat" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thur
The most likely problem is that php_mcrypt.dll is not in the directory
c:\php-4.3.0-Win32\extensions. Check the directory and see if you can find
it. If not, then you will need to find a version for php 4.3.0 and place it
in the extensions folder before you can use it.
Good Luck
Stephen
Hr. This lets php compile but apache still breaks with similar errors.
Anyone else having this prob?
Stephen
Quoting Stephen <[EMAIL PROTECTED]>:
> Ummm, duh!
> To prevent this error use --disable-cli with ./configure
>
>
> Regards,
> Stephen
>
>
>
Ummm, duh!
To prevent this error use --disable-cli with ./configure
Regards,
Stephen
Quoting Stephen <[EMAIL PROTECTED]>:
> PHP 4.3.0
> Linux 2.2.21
> --with-mysql=/usr/local/mysql seems to be generating this compile
> error:
>
>
> ext/mys
n function `zif_mysql_real_escape_string':
/usr/src/php-4.3.0/ext/mysql/php_mysql.c:1671: undefined reference to
`mysql_real_escape_string'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
It ./configures fine - but breaks when compiling.
Ideas?
Anyone else run into this
che_1.3.27 --with-
dbase --with-ftp --with-imap
cclient is installed in /usr/local/include/c-client
Apache config:
./configure --prefix=/usr/local/apache --activate-
module=src/modules/php4/libphp4.a
Any help would be MORE than welcome.
Thank you.
Regards,
Stephen
--
PHP Install Mailing
Also, try calling phpinfo(32);
The 32 settings makes it show all the variables and how to access them
EG _SERVER["NAME"] mysever
Just add on the $ and you have the variable to use
Stephen
- Original Message -
From: "Robert Duran" <[EMAIL PROTECTED]>
To: <[E
Stephen
- Original Message -
From: "Mike Franklin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 18, 2002 10:13 PM
Subject: [PHP-INST] IIS and PHP 4
I am using php 4.2.2 and IIS 5 and everything works except sending mail
using the mail() command.
You will need to change the settings on your sever too. In Xitami, I had to
change my maximum CGI Execution to a higher number. I suggest looking for
something similar in your web server
Stephen
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Mond
is a mystery to me... Anyway, its fixed now and hopefully it won't happen
again.
Thank you for all your help
And no, Apache is still evil :p
Stephen
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
mplates/BlackSoul/images/folder_lock.gif HTTP/1.1" 200 454
"http://scryt.no-ip.com/members/phpBB2/index.php"; "Mozilla/4.0 (compatible;
MSIE 6.0; Windows NT 5.0)"
--- SYSTEM CRASHED ---
Okay, I give up. I had no idea what could be causing it. Anyone got any
ideas/want more
I tried to use GD-2 on php with Windows, however it kept giving me errors
over my fonts. As far as I know I was using the correct command, so I gave
up and went back to version 1!
- Original Message -
From: "Rasmus Lerdorf" <[EMAIL PROTECTED]>
To: "Richard Pijnenburg" <[EMAIL PROTECTED]>
C
feature, you will need to
edit the error reporting level in the php.ini file. Look in your php.ini
file for 'Error handling and logging'
Stephen
[php.ini - what you are looking for]
;;
; Error handling and logging ;
;;
; error_re
n the same place
c) It is probably best not to put the dll in the OS main folder, as some
systems restrict access to the files. It also makes it harder to find (Hence
why my .dll are all in a subdirectory of my php folder!)
Stephen
- Original Message -
From: "rainer" <[EMAIL
g for cookie ID ( PHPSESSID=7c7b9b50c724fc18c59c436d78b4992d )
So, as you can see, Session_Start(); has actually started a NEW session
rather than the old session refered to in the session cookie. This is most
annoying... and I have no idea what could be causing it.
Thank you for your time. I h
Trying to build PHP 4.2.2 with Sablot-0.95 and expat-1.95.4 using
the --enable-xslt --with-xslt-sablot config flags causes a 'multiple define'
when then trying to build Apache (static build of PHP). The dynamic build
causes same error.
The error is in sablot.c multiple definition of 'SXPF_DISPOSE
Trying to build PHP 4.2.2 with Sablot-0.95 and expat-1.95.4 using
the --enable-xslt --with-xslt-sablot config flags causes a 'multiple define'
when then trying to build Apache (static build of PHP). The PHP build for
dynamic module install with Apache causes same error.
The error is in sablot.c m
Hi ther I am having some problems compiling the latest version of the source
code on a solaris box
The inital configure runs fine but when I go for the make this is what happens.
# make
Making all in Zend
Making all in main
gcc -I. -I/usr/local/dev/php-4.2.0/main -I/usr/local/dev/php-4.2.0/main
Sounds like a coding issue. Is your connect string correct?
Stephen
"Marios Karagiannopoulos" <[EMAIL PROTECTED]> wrote in message
000101c194b8$df8df3c0$999af2c3@marios">news:000101c194b8$df8df3c0$999af2c3@marios...
> I finally got my php-gmp binary with built-in mys
how to do this
stuff, but once you figure it out, you can make it run like a dream and most
importantly, it runs the way YOU want it to run. Let me know if I can help.
Stephen
"Martin Cloutier" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
Never mind :) I deleted the source directory and untared it again. I forgot
I had been playing around in there a little too much LOL. Louie, you're the
best! Everything works great now!
Stephen
"Stephen Loeckle" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]&q
onfigure: /usr/local/apache/bin/apxs: bad interpreter: No such file or
directory
configure: error: Aborting
I seen lots of messages about people having problems with this, but I have
only seen one post with the 'bad interpreter' problem with no resolution.
Any ideas?
Any help is much appr
i have php running. now i would like to access script files in
sub-directories, but i dont seem to be able to do this, is it necessary to
add extra lines to th ephp.ini or httpd.conf files?
tia
[confirm: b34c3d15e890017ea19b0ddb5cb64359 [EMAIL PROTECTED]]
hi,
im having problems running index.php scripts. the following is the set up
that ive made:
httpd.conf:
ScriptAlias /php/ "c:/apache/ApacheGroup/php/"
AddType application/x-httpd-php .php .phtml
Action application/x-httpd-php "/php.exe"
php.ini:
doc_root=c:\apache\ApacheGroup\apache\htdocs
ext
Can someone help me with how I would install PHP on a Gateway microserver.
I am led to believe that the microserver is a rebadge of the Cobalt Cube 2.
Gateway are no longer present in Australia and their Technical support folk
have no idea (Australian).
Many thanks
Stephen
--
PHP Install
find one.
Any suggestions on why the file would be empty even after installing a newer
version?
Thanks,
Steve
------
Stephen Ferwerda
Central Wyoming College
Web Technologies Instructor
2660 Peck Avenue
Riverton, WY 82501
307.855.2160
800.735.8418 x2160
[EMAIL
Hi,
I am completely new to PHP and need some assistance. I want to build and
run PHP/MySQL applications on a standalone Windows 98 PC. What is the best
way to go about doing this? I have a CD from a book, 'PHP fast&easy web
development', the CD includes PHP, MySQL and Apache. Will these work
- Original Message -
From: Jani Taskinen <[EMAIL PROTECTED]>
To: Alain Defrance <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, March 12, 2001 9:19 PM
Subject: Re: [PHP-INST] starting pache
> On Mon, 12 Mar 2001, Alain Defrance wrote:
>
> >hello,
> >i've suceeded compiling Apa
if anyone
knows.
Stephen Grier
- Original Message -
From: Steve Brazill <[EMAIL PROTECTED]>
To: Michael Middleton <[EMAIL PROTECTED]>; deco
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, March 03, 2001 7:07 PM
Subject: Re: [PHP-INST] apache+mysql+php4+re
78 matches
Mail list logo