Re: Newbie Question - do I have php installed



On Aug 31, 2:16 pm, ELINTPimp <smsi...@xxxxxxxxx> wrote:
On Aug 31, 2:10 pm, Rabel <Ra...@xxxxxxxxxxxxxxxx> wrote:

I am a beginner to php and our database person told me that I would
have to run some commands on our linux vps before we have php
installed completely but I just did a phpinfo() test and everything
is coming up. But a ftp app that I am working on isnt showing anything
- just a white page. So I am not sure if the problem is somewhere else
or if its because php isnt installed completely. I also ran a
$_SERVER['HTTP_USER_AGENT']; script and that worked. So is there any
way for me to check to see if its completely uploaded?

Thanks,
Randy

if phpinfo() is working, then PHP is good. Your DB guy probably means
you might have to recompile PHP to get the db adapter working, but
that's a guess.

Make sure you have error reporting turned on, so you won't get a white
page if a fatal error occurs. Do this and hit refresh before going on
to my next comment:

You need to post some code for us to tell you what is wrong with it. =)

thanks pimp - Yeah I do have errors on but still nothing so I have to
go over all the stuff with the ftp developer then to make sure its set
up right. I dont even want to get you involved in that part theres to
much to go over. Thanks again.

.



Relevant Pages

  • Re: Error reporting
    ... seems that it indeed was my mistake in configuring PHP. ... looking at the output from phpinfo(). ... later in the same file the same settings were set to Off. ... > to the fake function. ...
    (comp.lang.php)
  • PHP XSS exploit in phpinfo()
    ... PHP XSS exploit in phpinfo() by Silent Needle ... int phpinfo ... Outputs a large amount of information about the current state of PHP. ...
    (Bugtraq)
  • Re: phpinfo is not affected by html_errors
    ... about the errors php output for an invalid line... ... > force the output from phpinfo to be either plain text or HTML. ... One is executes as CGI, ...
    (comp.lang.php)
  • Re: open_basedir problem
    ... then PHP may be taking the last directory as "/tmp no value". ... Master open_basedir value to "no value" (as evidenced by phpinfo)? ... I've tried using an .htaccess file to do a php_admin_value ... I'm running I'm running PHP Version 4.3.9 if that makes a difference. ...
    (comp.lang.php)
  • Re: PHP Setup
    ... reformat and have to do the installs all over again. ... Apache was working with PHP. ... extension is in the extension directory. ... phpinfo() page that I created is just blank. ...
    (comp.lang.php)