Wyskakuje mi taki błąd:
Kod
Fatal error: Non-static method PHProxy::decode_url() cannot be called statically in D:\Program Files\WebServ\httpd\proxy\PHProxy.class.php on line 276
a tutaj fragment kodu:
<?php 272 } 273 274 function set_url($url) 275 { 276 $this->url = decode_url($url); 277 279 { 280 $this->url = 'http://' . $this->url; ?>
czy ktoś wie w czym jest tutaj problem bo ja juz nie daje rady
