php mysql error
Posted: Wed Jun 25, 2008 7:46 am
hi,
I have downloaded Real Estate Management license. Version 1.27a from http://real-estate-management-software. ... -terms.php and followed the readme.htm file.
I uploaded the site to http://www.kncbuilders.com and gave full rights to the upload and upload/tmp folders CHMOD 777. Then I made the following changes in the site.xml file. and copy pasted the code from db.sql into sql section in phpmyadmin and it created all the tables. the database name I gave in my server is re001.
<database type="mysql">
<server>www.kncbuilders.com</server>
<login>charan123</login>
<password>abc123</password>
<default>realestate</default>
</database>
Thats all I had to do I guess, according to the readme.html file. Then when I try to access the website by typing in the url http://kncbuilders.com/admin I get the following error message.
CDatabase::SelectDB() error the declaration of call_user_func(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in D:\Domains\kncbuilders.com\wwwroot\admin\lib\forms.php on line 571
Can you please, tell me where am I making the mistake?
Thanks
I have downloaded Real Estate Management license. Version 1.27a from http://real-estate-management-software. ... -terms.php and followed the readme.htm file.
I uploaded the site to http://www.kncbuilders.com and gave full rights to the upload and upload/tmp folders CHMOD 777. Then I made the following changes in the site.xml file. and copy pasted the code from db.sql into sql section in phpmyadmin and it created all the tables. the database name I gave in my server is re001.
<database type="mysql">
<server>www.kncbuilders.com</server>
<login>charan123</login>
<password>abc123</password>
<default>realestate</default>
</database>
Thats all I had to do I guess, according to the readme.html file. Then when I try to access the website by typing in the url http://kncbuilders.com/admin I get the following error message.
CDatabase::SelectDB() error the declaration of call_user_func(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in D:\Domains\kncbuilders.com\wwwroot\admin\lib\forms.php on line 571
Can you please, tell me where am I making the mistake?
Thanks