User account creation issue and no logout - Prestashop - prestashop-1.6

There was a erfectly functional 1.6.1.7 prestasite before trying to upgrade, we since tried to restore but not all files copied over as per Softaculous.
The issue is users are unable to create an account nor existing users able to log out. Error debug is one and does not show anything. bedandwood.com is the site. I ensure header.tpl has a centre column but most of the code is untouched. Is there something in cookie or token that is causing the issue?
Thank you

We reinstalled the shop, given there was no response.

Related

Unable to get Salesforce ClientID and SecretID

I'm attempting to use Outh authentication for my PHP request to Salesforce but I can't get my ClientID and SecretID for my app.
I normally have an option to View these values but for some reason I'm unable to view them with an administrator login.
I created a new App and was able to get the credentials successfully, so I know it's not the account permissions preventing me from accessing this information.
Does anyone with experience of Salesforce have any experience with an inability to get these details?
Thanks!
Is it a normal app created in this org or managed connected app, coming from installed package? You can't see secrets of managed app.
For normal app they're hidden behind a button. For me clicking it takes me to email challenge (provide OTC or one-time code we've sent to your mailbox). Completing that I can access the page with key and secret I can copy-paste.
Your user might be misconfigured. Try to fish around with browser's source inspector, maybe the button's there but doesn't render?
<input id="appsetup:setupForm:details:oauthSettingsSection:manageConsumerKeySecretSection:manageConsumer" type="submit" name="appsetup:setupForm:details:oauthSettingsSection:manageConsumerKeySecretSection:manageConsumer" value="Manage Consumer Details" class="btn gsbutton">
Is your email valid in this org (maybe it's a fresh sandbox with ".invalid")? Do you use Multi Factor Authentication? Do you think you have "high assurance session" configured when accessing certain areas of setup? Can be in Setup -> Session Settings or in your Profile
thank you for writing back to me regarding the issue.
The issue I encountered was trying to get the API credentials for an existing app but I was able to create a new App which is posting the Leads successfully into the system.
So the answer to my problem was that the original app was misconfigured when it was created and I was able to create a new App to resolve the problem.

Can't access AppStore connect

Whenever I try to login to my AppStore connect console, I'm getting redirected to this page(https://appstoreconnect.apple.com/WebObjects/iTunesConnect.woa/ra/gettingstarted). This looks like to be older iTunes connect page which is no longer operational. I'm not able to access my AppStore connect console at all and have been facing this issue from past 5 to 6 days. Have also tried accessing it from other browsers and in incognito, nothing seems to work. Any idea what would be the reason? Anyone else facing this issue?
I contacted the Apple Support for this issue, but they couldn't figure out the issue right away and asked for some time to investigate the issue.
Meanwhile I could get credentials of our accounts team-agent and on logging in with his credentials we saw that in the Users and Roles section all the users were removed except the team-agent, even the admins(which was my role). And this was the reason why I couldn't access the App Store Console. The team agent user also confirmed that he has not deleted any of the users.
So, post realising what was the issue, we just added all the team members again in Users and Roles section, post that it's working fine. We also informed the apple support regarding what had happened, but they were not able to figure out why the issue occurred and told us to inform them if it ever reproduces again in future.
Hope this helps! :]

Properly adding permissions to MS Graph API to enable an app to delete users after logging in with admin account

I am writing a .Net Core 2.0 MVC-like app where users log in and then do such operations on an AAD B2C tenant such as add new user, edit user, delete user etc.
Listing and adding users was pretty easy to do, but now when I try to remove certain users, I get a 403 Forbidden error. I'm assuming it's because I missed permissions somewhere, but I don't really know where.
I have enabled literally ALL possible App permissions in my AAD B2C Tenant b2c-extensions-app and most of the ones that sound right (30 app+30 delegated) in apps.dev.microsoft.com. I added the account I log in to test to owner list, too. Any clues on why I keep getting those errors would be much appreciated. What are the things I could have missed?
// I found out that to delete users, Directory.AccessAsUser.All is required. I already have it in delegated permissions but I keep getting the same error.
// Yes, I did add myself as owner to b2c-extensions-app and I also added literally every possible permission to it. Windows Azure Active Directory has 7+9, Microsoft Graph has 37+78.
// Okay it seems that the same error occurs when I try to edit a user's password (or any contents, really), too.
Did you setup your permissions through Azure portal or PowerShell?
Delete permissions for a B2C application must be created using PowerShell.
You can find instructions on this page of Microsoft Docs, under the section 'Configure delete permissions for your application'.
Let me know if it helped!

Setting up Google Calendar API

I'm trying to use the Google Calendar API in one of my projects. To do so, I need to set up OAuth access in the Google API console.
But when creating the consent-form (which is required to use OAuth), I get a meaningless error message:
The translation is as follows:
A problem occured. Please check your data and try again . If you have
not given any details, the problem may solve itself . In this case, we
recommend that you wait and try again later.
I have set the E-Mail address and project name. The optional fields were left blank.
So far I have not been able to solve the problem. I tried to wait for hours/days. I tried three different browsers. I also tried to contact Google support. All without success.
After days of trying, this is the solution:
Create another Google account
Using your old account, add the new account as an owner to your Google API project in the console
Log in with your new user account and accept the invitation
Create the OAuth consent form with the new user account
I have no idea WHY this worked, but it did.

SharePoint 2007: How to sync profile with Active Directory?

I recently had an incident where the email details of a Sharepoint user were changed in Active Directory. These changes were not transferred into SharePoint and I had a problem in one of my web parts which uses the SPUser object to get the users email address.
Is there a way to configure Sharepoint to synchronise such data automatically?
Update
I changed my email address in AD and started a full profile import. I opened my Sharepoint user settings but see no change in my profile - it still shows my old email address
Just run a profile import from Central Admin, either a full or incremental import should update the affected profile.
The only way I've managed to get around this in the past is to dump the profile record that won't update and re-run the import.
This post explains there are actually both WSS and MOSS profiles and that you need to do profile synchronization between them. (If you look at your profile in SSP Admin you probably do see the update after the import runs, but the site itself has not been updated).
Anyway, I'm still trying to get the sync to work (it says it's set up), but I thought the additional info might be helpful even if I haven't yet figured out the whole solution.

Resources