thazer
06-12-2007, 10:04 AM
hello guys , i'll try to be as fast as i can , i know this topic was previously discussed , but the conclusion of that thread quite didn't help me
i previously owned a free hosting plan , witch seems they use php4.x , i say seems because they don't allow phpinfo() , when i changed the provider and plan , they have php5.x , i have installed a Real Estate Management System , that uses that sqladmin.php file
the error :
Fatal error: Cannot redeclare CSQLAdmin::$functions in /home/impho/public_html/test/realestate/admin/lib/sqladmin.php on line 38
is still there after i try adding the
php_flag allow_call_time_pass_reference 1 and php_value error_reporting "E_ALL & ~E_NOTICE" to .htaccess but no luck the 1st change does nothing and the 2nd shows a blank page , no output
the allow_call_time_pass_reference seems to be on from phpinfo in the payd hosting plan
Directive Local Value Master Value
allow_call_time_pass_reference On On
so it's on , but still that damn error :( i guess recoding the sqladmin.php file could help , but have no idea on php coding, well basic stuff ....
the source code of that sqladmin.php file used by the realestate cms is available here : hoop://pastebin.ca/561456
please please help me
it's a matter of life and death :D
p.s. once again i must appologise for this post :P
i previously owned a free hosting plan , witch seems they use php4.x , i say seems because they don't allow phpinfo() , when i changed the provider and plan , they have php5.x , i have installed a Real Estate Management System , that uses that sqladmin.php file
the error :
Fatal error: Cannot redeclare CSQLAdmin::$functions in /home/impho/public_html/test/realestate/admin/lib/sqladmin.php on line 38
is still there after i try adding the
php_flag allow_call_time_pass_reference 1 and php_value error_reporting "E_ALL & ~E_NOTICE" to .htaccess but no luck the 1st change does nothing and the 2nd shows a blank page , no output
the allow_call_time_pass_reference seems to be on from phpinfo in the payd hosting plan
Directive Local Value Master Value
allow_call_time_pass_reference On On
so it's on , but still that damn error :( i guess recoding the sqladmin.php file could help , but have no idea on php coding, well basic stuff ....
the source code of that sqladmin.php file used by the realestate cms is available here : hoop://pastebin.ca/561456
please please help me
it's a matter of life and death :D
p.s. once again i must appologise for this post :P
