Help with Emisand Admin Panel and other websites!
Well, my team bought a webhost with a Kloxo Control Panel. I enabled remote MSSQL on a VPS then uploaded my web files at the webhost.
Here is what I got when I uploaded Emisand's admin panel:
Code:
Notice: Use of undefined constant Language - assumed 'Language' in /home/aerogunz/aerogunz.net/gmcp/index.php on line 8
Notice: Undefined variable: _CONFIG in /home/aerogunz/aerogunz.net/gmcp/index.php on line 8
Warning: include(lang/.php) [function.include]: failed to open stream: No such file or directory in /home/aerogunz/aerogunz.net/gmcp/index.php on line 9
Warning: include(lang/.php) [function.include]: failed to open stream: No such file or directory in /home/aerogunz/aerogunz.net/gmcp/index.php on line 9
Warning: include() [function.include]: Failed opening 'lang/.php' for inclusion (include_path='.:/usr/share/pear/') in /home/aerogunz/aerogunz.net/gmcp/index.php on line 9
Fatal error: Call to undefined function odbc_connect() in /home/aerogunz/aerogunz.net/gmcp/functions.php on line 17
Here is what I've got at my temporary registration page.
Code:
Fatal error: Call to undefined function odbc_connect() in /home/aerogunz/aerogunz.net/register.php on line 45
Advance thanks to anyone that will help.
Re: Help with Emisand Admin Panel and other websites!
go to php.ini then edit the display_errors on into display_errors off
Re: Help with Emisand Admin Panel and other websites!
That's why I enabled the display errors so I can see what is wrong at my set-up not to hide my errors. What the hell!
Re: Help with Emisand Admin Panel and other websites!
First of all , make sure the webhost is windows because it won't work on linux. Second , the register error is odbc which isn't enabled as I can see.
Re: Help with Emisand Admin Panel and other websites!
I have a linux webhost. So yeah damn, I guess it won't work.