Hi
I am totally new to php and have to mainain an existing site written. Just to make it more fun, the existing site was written in germany so I can uderstand any of the comments.
My problem is this:
I am running the site on a Windows2000 server but when I access the first php page I get the follwing error message:
The following errors were found in "php3.ini":
nw_host missing ! Set to the correct value a INFORMIX database.
nw_user missing ! Set to the correct INFORMIX user.
nw_password missing ! Set to the correct INFORMIX password.
nw_root missing ! Set to the correct application root-alias.
nw_carimage_alias missing ! Set to the correct car-images alias.
nw_carimage_path missing ! Set to the correct car-images path.
nw_pdf_path missing ! Set to the correct pdf path (web-writable).
nw_pdf_down missing ! Set to the correct pdf download path (for pdf download).
nw_debug missing ! Set to the value '0' means off or '1' means on.
nw_err_reaction missing ! This is used by SQL-Error handler function sql_error().
Set to 'show', 'ignore' or 'redirect'.
show = show SQL-Error
ignore = do nothing, go on in PHP-Script
redirect = Redirect Browser to URL defined in 'nw_err_redirect'
program aborted.
The following are the line inside my php3.ini file but I have no clue what to do with this.
nw_host = "db_carconf@etx1tli";
nw_user = "mrc_nw";
nw_password = "y7719a";
nw_root = "/cc/D";
nw_carimage_alias = "/bilder";
nw_carimage_path = "/u/websites/fzbilder";
nw_pdf_path = "/u/websites/mrc_cc/down";
nw_pdf_down = "/cc/down";
nw_debug = "0";
nw_maxtypentreffer = 600; maximale Anzahl Typen-Treffer bei Suche, sonst Meldung
nw_maxtypenselect = 10; maximale Anzahl Fahrzeuge fuer den Vergleich
nw_err_reaction = "redirect"; show/ignore/redirect
nw_err_redirect = "oops_error.php";
nw_dataload = 0; auf 1 setzen wenn monatlicher Dataload laeuft
Any help, comments or suggestions would be really appreciated.
Best Regards
Peter Jones
mcp