Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
error in termsofservice.php
Hi
i just mentioned that there's something wrong in the termsofservice.php (also in version 1.0.1 i think), i got this error:
is it an mistake of mine or the German Language?
Got it to work by adding this line to the termsofservice.php:
i just mentioned that there's something wrong in the termsofservice.php (also in version 1.0.1 i think), i got this error:
Fatal error: Call to undefined function GetUrl() in /home/.../languages/Deutsch/definitions.php on line 569
is it an mistake of mine or the German Language?
Got it to work by adding this line to the termsofservice.php:
include("appg/init_vanilla.php");
0
This discussion has been closed.
Comments
scythoior: where did you include the
"function GetUrl ($param1,$param2) {}"
in thersofservice.php) Did this solve the problem?
I would actually like to disable the whole terms of services business. Any idea how I can do that?
Thanks.
function GetUrl ($param1,$param2) {}
right after the description (so the file starts with
<?php
then comes the description (/* blabla descriptiontext */) and then
function GetUrl ($param1,$param2) {}
(below is "include "./appg/settings.php"); and stuff).
Strangely it works in Opera too now, so Firefox and Opera display it with the correct "umlaute", only internet-explorer displays it with incorrect "umlauten".
I'm still no coder, so everything i do is simple trial and error.
:-)