Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Help sos (http://www.bvlist.com/showthread.php?t=790)

Subzero 6th August 2008 02:23

Help sos
 
hello im useing netmanicks fully modded and i have the yacker up but when i go to signup i get
Code:

Fatal error: Call to undefined function: _() in C:\AppServ\www\signup.php on line 71
have not changed the signup in anyway i quick reply would be best thanks :sos: :sos:

Fynnon 6th August 2008 02:52

Quote:

Originally Posted by Darkseeder (Post 3190)
hello im useing netmanicks fully modded and i have the yacker up but when i go to signup i get
Code:

Fatal error: Call to undefined function: _() in C:\AppServ\www\signup.php on line 71
have not changed the signup in anyway i quick reply would be best thanks :sos: :sos:

You should post your signup.php

Subzero 6th August 2008 02:55

here it is :D
Code:


$max = 12; // Maximum chart
$min = 1; // Minimum chart
$siteweb = "http://www.unitedtorrents.net"; // Your web site, no / at the end (you can change by $SITEURL (i think))

require_once("include/bittorrent.php");
include("vImage.php");
$vImage = new vImage();
dbconn();

stdhead("Signup");

?>

















:
:
:
:
:showCodBox(1); ?>
The security code is case sensitive.

:

You will receive a confirmation email which you need to respond to. The email address won\'t be publicly shown anywhere.') ?>

tr( _("Gender"),""._('Male').""._('Female')."  *",1);
tr( _("Age (optional)"), " ", 1);
tr( _("Website (optional)"), " ", 1); ?>

', '') ?>
', '') ?>



stdfoot();

?>


Fynnon 6th August 2008 03:01

line 71 is very clear:

Code:


So check your browser ...
(last measure is to remove that line of code)

Subzero 6th August 2008 03:05

mu browser is accepting the cookes and now ive removed that i got
Code:

Fatal error: Call to undefined function: _() in C:\AppServ\www\signup.php on line 74

djlee 6th August 2008 16:06

you will get that everywhere as _() seems to be like the replaced print/echo command in this source (dont kno the reason for this as ive never used teh source) ... so i suggest you take a look and try and find the function named "_" without quotes in one of teh included files .. should look similar to this

Code:

function _() {

//some stuff in between braces

}

or with fnction parameters like
Code:

function _($a=5, $b, $c) {

//some stuff in between braces

}

if you cant find it then either someone will hopefully have the function for you or get a later/earlier release of the source


All times are GMT +2. The time now is 12:35.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.