foz1234 Posted March 9, 2023 Share Posted March 9, 2023 (edited) As title says, I am unable to login to my cubecart site, the user and password is correct, it doesn't say anything about wrong credentials. Should it say wrong user or password if incorrect? Thanks P.s sorry for double post in general area Edited March 10, 2023 by foz1234 Quote Link to comment Share on other sites More sharing options...
foz1234 Posted March 9, 2023 Author Share Posted March 9, 2023 (edited) After further investigation in public_html folder my admin folder has a different name eg admin_sGf07b but my web links saved are domain/admin_4Kpxxx My provider moved over to a new system a few weeks back, not sure I've logged in since, could this explain my issues? I have tried the domain/admin_sGf07b but it resolves to the main landing page any ideas? Edited March 9, 2023 by foz1234 Quote Link to comment Share on other sites More sharing options...
bsmither Posted March 9, 2023 Share Posted March 9, 2023 Please examine the file /includes/global.inc.php. There you will find the current name of the adminFile script file. The web address for the administration backend would be: https://www.example.com/admin_aBcDeF.php (where aBcDeF is a series of random letters) Quote Link to comment Share on other sites More sharing options...
foz1234 Posted March 9, 2023 Author Share Posted March 9, 2023 Hi Brian it's been a while hope your keeping well mate, Yes that is the url i have been using so that is correct, just not clear why I am unable to login to cubecart site or reset the admin password. I know people say they know the password but i use password manager across all my devices 99.9% sure its correct I have not changed it anyway. When I login it doesn't say wrong password or anything, should it? What would you recommend Brian? When I try resetting the password I receive the email, click the link, put new password in twice as requested but then it says wrong validation key or email. Is it possible I have been hacked and they have changed my password? Cheers for your time replying. Foz Quote Link to comment Share on other sites More sharing options...
bsmither Posted March 9, 2023 Share Posted March 9, 2023 (edited) Hopefully, there will be something in PHP's error_log. https://forums.cubecart.com/topic/51550-how-to-create-the-error-log/ Please review this issue in the Github. Does any of it resemble your situation? https://github.com/cubecart/v6/issues/3155 Edited March 9, 2023 by bsmither Quote Link to comment Share on other sites More sharing options...
foz1234 Posted March 9, 2023 Author Share Posted March 9, 2023 I am trying to access it from home network on pc, i had tried using a commercial vpn and also mobile data before posting, i even used a site-to-site vpn to eliminate my ISP being the issue and another pc. I have that code to create the log renamed from a previuos debug ini-custom.inc.php-stopped the problem when i renamed it i see i have another file with the name ini-custom.inc.php this contains the below code <?php if( ( (isset($_GET['seo_path']) && $_GET['seo_path'] == "register") || (isset($_GET['_a']) && $_GET['_a'] == "register") ) && !empty($_POST['first_name']) && !empty($_POST['last_name']) && ( (!empty($_POST['phone']) && $_POST['phone']=="123456") || # //preg_match('/[A-Z]\z/',trim($_POST['first_name']))===preg_match('/[A-Z]\z/',trim($_POST['last_name'])) (ctype_upper(substr(trim($_POST['first_name']),-2)) && ctype_upper(substr(trim($_POST['last_name']),-2))) || !empty($_GET['agreed']) ) ) exit; // Kills PHP leaving browser with white screen if (preg_match('/.*[\x{0400}-\x{04ff}\x{0500}-\x{052f}\x{2de0}-\x{2dff}\x{a640}-\x{a69f}\x{1d2b}-\x{1d78}].*/u', $_POST['contact']['enquiry'])) exit; Quote Link to comment Share on other sites More sharing options...
bsmither Posted March 9, 2023 Share Posted March 9, 2023 Please rename the existing (seems it was implemented to stop rogue customer account creations) to something else, re-name the '-stopped' file to what it should be. Quote Link to comment Share on other sites More sharing options...
foz1234 Posted March 9, 2023 Author Share Posted March 9, 2023 Renamed both so correct now, but no error_log created as i can see Quote Link to comment Share on other sites More sharing options...
foz1234 Posted March 10, 2023 Author Share Posted March 10, 2023 The correct wording error I am getting while trying to reset my password, I receive the email from my site to reset the password click the reset link, enter the password twice and press submit then error: The validation key and/or email address are not valid. Please try again. Quote Link to comment Share on other sites More sharing options...
foz1234 Posted March 10, 2023 Author Share Posted March 10, 2023 (edited) Further update, I followed the I cant login to the admin side of my store changed the password as instructed, it went all as expected, again when i try and login it just doesn't login past the login screen using the new password. i see the new password changed from 0 to 1 after i attempted to login and i see the login value go up except i can not login. So further investiation shows, in the store, if i try and add any item into my basket it does not add to the basket. Something is messed up, the cpanel lowest php version is 7.4 could this be the issue? i can't remember the store version but its about 2 years since updating i bet it could be v6.2.5 as signature. Edited March 10, 2023 by foz1234 Quote Link to comment Share on other sites More sharing options...
foz1234 Posted March 10, 2023 Author Share Posted March 10, 2023 Update: Working now with PhP 7.2. Will get CubeCart updated this coming week. Quote Link to comment 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.