• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[help] website dont execute Website_Login_GetAccountData

Skilled Illusionist
Joined
Aug 24, 2011
Messages
383
Reaction score
36
hello so i he a question maybe some one can giveme a hint what to do

"so its like this my old db excute the procedure but in new db the website dont execute the procedute Website_Login_GetAccountData and say the acc its not exits /// si what i ed to do and what to change biicouse i try to change the procedure i try to edit my php information from my web site ?? so
this its the eroor
Screenshot_2 - [help] website dont execute Website_Login_GetAccountData - RaGEZONE Forums

And here the line what its in eror in my php file
Code:
[COLOR=#000000][B]$accountdata = odbc_exec($mssql, 'EXEC [atum2_db_account].[dbo].[Website_Login_GetAccountData] \''.mssql_escape_string($_POST['login_id']).'\'');
   switch(odbc_result($accountdata, 'AccountCount'))[/B][/COLOR][COLOR=#ff0000][B]
}[/B][/COLOR]


so what can cause this error?

 
Last edited:
Newbie Spellweaver
Joined
Dec 16, 2011
Messages
54
Reaction score
26
provide the accountname and password, not the accountuid
like
Code:
'EXEC [atum2_db_account].[dbo].[Website_Login_GetAccountData] \''.mssql_escape_string($_POST['accountName']).'\' \''.mssql_escape_string($_POST['password']).'\''
 
Upvote 0
Skilled Illusionist
Joined
Aug 24, 2011
Messages
383
Reaction score
36
[Solve] website dont execute Website_Login_GetAccountData

not work like this in my old db yes worck with no prob but on my new db dont worck to connect to web site and ghet that eror
so ?

so i solve this and i can share with you all
was simple
you go on
https://www.codementor.io
make acc and Charge like 60-100 euro and al your problem wil be fix
like Screenshot_1 - [help] website dont execute Website_Login_GetAccountData - RaGEZONE Forums
 
Last edited:
Upvote 0
Back
Top