palepzy Posted February 2, 2023 Share Posted February 2, 2023 I receive this error after lost my site Error: Internal error. Developer Details: tNG_fields.getFakeRecordset: SQL error: Error creating fake recordset: Access denied for user 'avjopazg_com'@'localhost' to database 'avjopazg_com' SQL: SELECT '' AS kt_login_user, '' AS kt_login_password, '0' AS kt_login_rememberme (FIELDS_FAKE_RS_ERROR) Online error troubleshooter tNG Execution Trace - VIEWtNG_login.executeTransaction STARTER.Trigger_Default_Starter tNG_login.getRecordset tNG_login.getLocalRecordset tNG_login.getFakeRecordset* Quote Link to comment https://forums.phpfreaks.com/topic/315873-need-help-with-tng/ Share on other sites More sharing options...
requinix Posted February 2, 2023 Share Posted February 2, 2023 You've received an error. What have you tried to do about it? Do you understand what the error means? Quote Link to comment https://forums.phpfreaks.com/topic/315873-need-help-with-tng/#findComment-1605307 Share on other sites More sharing options...
palepzy Posted February 2, 2023 Author Share Posted February 2, 2023 I really don’t understand I think I have to downgrade my php version ? Quote Link to comment https://forums.phpfreaks.com/topic/315873-need-help-with-tng/#findComment-1605309 Share on other sites More sharing options...
requinix Posted February 2, 2023 Share Posted February 2, 2023 This is the error. Access denied for user 'avjopazg_com'@'localhost' to database 'avjopazg_com' Do you know what that means? Quote Link to comment https://forums.phpfreaks.com/topic/315873-need-help-with-tng/#findComment-1605312 Share on other sites More sharing options...
palepzy Posted February 2, 2023 Author Share Posted February 2, 2023 What do I do next ? Quote Link to comment https://forums.phpfreaks.com/topic/315873-need-help-with-tng/#findComment-1605314 Share on other sites More sharing options...
Barand Posted February 2, 2023 Share Posted February 2, 2023 Check the code where you connect to the database server. You appear to be using the database name as the user name - is that correct? Quote Link to comment https://forums.phpfreaks.com/topic/315873-need-help-with-tng/#findComment-1605315 Share on other sites More sharing options...
palepzy Posted February 2, 2023 Author Share Posted February 2, 2023 Yes Quote Link to comment https://forums.phpfreaks.com/topic/315873-need-help-with-tng/#findComment-1605316 Share on other sites More sharing options...
palepzy Posted February 2, 2023 Author Share Posted February 2, 2023 What do I do ? Quote Link to comment https://forums.phpfreaks.com/topic/315873-need-help-with-tng/#findComment-1605317 Share on other sites More sharing options...
Barand Posted February 2, 2023 Share Posted February 2, 2023 If the username is correct then is your password valid for the usename? Quote Link to comment https://forums.phpfreaks.com/topic/315873-need-help-with-tng/#findComment-1605318 Share on other sites More sharing options...
palepzy Posted February 2, 2023 Author Share Posted February 2, 2023 Yes the password is correct Quote Link to comment https://forums.phpfreaks.com/topic/315873-need-help-with-tng/#findComment-1605319 Share on other sites More sharing options...
palepzy Posted February 2, 2023 Author Share Posted February 2, 2023 Quote Link to comment https://forums.phpfreaks.com/topic/315873-need-help-with-tng/#findComment-1605321 Share on other sites More sharing options...
requinix Posted February 2, 2023 Share Posted February 2, 2023 sigh Your username is wrong, and/or your password is wrong, and/or the database name is wrong, and/or that's all correct except those accounts don't actually have the access they need granted yet. Quote Link to comment https://forums.phpfreaks.com/topic/315873-need-help-with-tng/#findComment-1605322 Share on other sites More sharing options...
palepzy Posted February 2, 2023 Author Share Posted February 2, 2023 I just check it’s correct Quote Link to comment https://forums.phpfreaks.com/topic/315873-need-help-with-tng/#findComment-1605325 Share on other sites More sharing options...
Barand Posted February 2, 2023 Share Posted February 2, 2023 Is the database on same computer as your script? Quote Link to comment https://forums.phpfreaks.com/topic/315873-need-help-with-tng/#findComment-1605327 Share on other sites More sharing options...
palepzy Posted February 3, 2023 Author Share Posted February 3, 2023 Yes is the same Quote Link to comment https://forums.phpfreaks.com/topic/315873-need-help-with-tng/#findComment-1605335 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.