Topic: [Error RepGen] function add_domain() in repgen_const.inc
Hello all..
After installing Report Generator, and want to open the Report Generator,
all I got was a blank screen..
When I changed the $go_debug = 1 in the config.php, the error that i got was this :
Undefined index: get_text in file: C:\wamp\www\frontaccounting\modules\repgen\includes\repgen_const.inc at line 9
Call to a member function add_domain() on a non-object in C:\wamp\www\frontaccounting\modules\repgen\includes\repgen_const.inc on line 9
( ! )
Call Stack
# Time Memory Function Location
1 0.0014 830920 {main}( ) ..\repgen_select.php:0
2 0.0938 12029224 require_once( 'C:\wamp\www\frontaccounting\modules\repgen\includes\repgen_const.inc' ) ..\repgen_select.php:38
Line 9 in repgen_const.inc was this :
$_SESSION['get_text']->add_domain($_SESSION['language']->code, $path_to_root.'/modules/repgen/lang');
So, what should I do?
Any recommendation would be a great help..
Thx..