Quote Originally Posted by blumcafe View Post
Ok. so I should comment out everything like so?
PHP Code:
 
/* function selfURL() { 
    $s = empty($_SERVER["HTTPS"]) ? '' : ($_SERVER["HTTPS"] == "on") ? "s" : ""; 
    $protocol = strleft(strtolower($_SERVER["SERVER_PROTOCOL"]), "/").$s; 
    $port = ($_SERVER["SERVER_PORT"] == "80") ? "" : (":".$_SERVER["SERVER_PORT"]); 
    return $protocol."://".$_SERVER['SERVER_NAME'].$port.$_SERVER['REQUEST_URI']; 
 // }
*/ 
There is another reference to the selfURL further down in the code. Will doing this above affect that function call?
yes it should, but i can tell you way, that function is already declared. i think your installation is mixed or not fully v1.2. Or you have a other contribution with the same function name.

im adding to the TODO list,
  • add "gc_" to all GC internal functions
ropu