[HELP] Website...

03/09/2017 13:31 yazuka21#1
Screen Shot :
[Only registered and activated users can see links. Click Here To Register...]

I don't know why I am getting this error 'coz I already test this on local ip/test

Help me please...

Thanks in Advance..
03/10/2017 20:19 dpkidz#2
"call to undefined function odbc_connect()"
Could not define the connection, or something like that
03/10/2017 22:39 Sedrika#3
Activate odbc in php/iis.
03/11/2017 03:12 yazuka21#4
Quote:
Originally Posted by Sedrika View Post
Activate odbc in php/iis.
How to do that sir ?
03/11/2017 12:00 ThoughtfulDev#5
[Only registered and activated users can see links. Click Here To Register...]

tldr:
remove ; from php_pdo_odbc.dll in php.ini
03/13/2017 13:11 yazuka21#6
Fixed by adding " extension=php_odbc.dll " to php.ini..

Thanks for help..