View Single Post
  #1  
Old 26th December 2009, 15:09
benjaminbih benjaminbih is offline
Senior Member
 
Join Date: Jul 2008
Bosnia-Herzegovina
Posts: 70
Default [FIX] Faulty vars in functions.php
Hi Folks,
/incldue/functions.php

There are more lines that have faulty vars.
search for

PHP Code:
$lang->global
in your comlete functions.php maybe in other files too.
And replace in thoose lines all between
PHP Code:

and
PHP Code:

by a string of youre choose.

Example: Maybe instead of
PHP Code:
$message $lang->global['redirect']; 
replace by
PHP Code:
$message "Redirect"
dont forgett to quote your strings with "
Reply With Quote
The Following 2 Users Say Thank You to benjaminbih For This Useful Post:
Phogo (29th December 2009), yoligim (3rd January 2010)