Can somebody please tell me what the code in the pages I added is exactly doing, because I need to get the site working in Windows IIS, and it is written in PHP, but I have never worked with PHP before. And my mentor here doesn´t know anything about PHP either, so maybe if I'm able to figure out what it exactly does, I will be able to get rid of the errors
Starting the page, I get this:
Erro: Não foi possível carregar o header '/www/htdocs/pesquisa/config/header.php'. But I know that is coming from the index.php
if I check the radiobutton "no site" and try to search for something, I get this:
Notice: Undefined index: REQUEST_METHOD in C:\WebPub[url]www.upt.pt\www\htdocs\pesquisa\libs\utils.php[/url] on line 401
Notice: Undefined index: debug in C:\WebPub[url]www.upt.pt\www\htdocs\pesquisa\main.php[/url] on line 4
Error: Configuration error(s) in config.php. Details below:
Unable to access language 'portuguese' (/www/htdocs/pesquisa/libs/language/portuguese.php).
The other radiobuttons are working
(this is the existing site in Linux Apache, where it works properly: www.uportu.pt)
Thank you on forehand for helping me...