Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   [Request] Mod freeleech in TBDev.Heavy.beta (http://www.bvlist.com/showthread.php?t=9437)

wongsa 24th August 2013 16:44

ok
line pass, but there is another error.

Notice: Undefined index: akcija in /home/xxx/domains/xxx.com/public_html/freeleech.php on line 8

Notice: Undefined index: napaka in /home/xxx/domains/xxx.com/public_html/freeleech.php on line 9

Notice: Undefined index: odstraniid in /home/xxx/domains/xxx.com/public_html/freeleech.php on line 10

Fatal error: Call to undefined function get_reputation() in /home/xxx/domains/xxx.com/public_html/templates/1/template.php on line 336

I need to know the fix.
Thank.

firefly007 24th August 2013 17:53

Quote:

Originally Posted by wongsa (Post 42347)
ok
line pass, but there is another error.

Notice: Undefined index: akcija in /home/xxx/domains/xxx.com/public_html/freeleech.php on line 8

Notice: Undefined index: napaka in /home/xxx/domains/xxx.com/public_html/freeleech.php on line 9

Notice: Undefined index: odstraniid in /home/xxx/domains/xxx.com/public_html/freeleech.php on line 10

Fatal error: Call to undefined function get_reputation() in /home/xxx/domains/xxx.com/public_html/templates/1/template.php on line 336

I need to know the fix.
Thank.

As it says the first three lines are only notices the last "Fatal error" is because you are missing a function, called "get_reputation()"

Either look for the function or null it by looking on line 336 in template.php and do the following...

PHP Code:


/*The code you want to null*/ 



All times are GMT +2. The time now is 17:34.

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