5 years later and this helped me out - fixed first time thank you!
Many thanks @viniciusrp - Ive applied the patches manually - all good but social_user.install is very different as Im on 12.3.3. I added your lines anyway (sorry Im not a good progammer!)
I still get the error message "Error message 'show_mail_in_messages' is not a supported key." but I am able to save the page now!
Im getting this too when I try and save admin/config/people/accounts.
drupal 10.2.5
PHP 8.2.18
open social 12.3.3
Hi @eddumundia,
I had to edit two module files to fix this:
templates/opigno-dashboard.html.wig
templates/opigno-dashboard-default.html.twig
I replaced the basepath from
apiBaseUrl: '{{ base_path }}',
to
apiBaseUrl: '',
in both files and then it started working. Both these files were dding web/web/ so the base path was being added twice for some reason?
Ive noticed on the homepage that I have some script errors.
My site is running in a sub folder called web - everything seems to work fine, menu paths etc.
I see two 404 GET errors on the homepage which may give a clue
https://website.com/web/web/opigno_dashboard/get-positioning
https://website.com/web/web/opigno_dashboard/get-blocks
Surely those paths are wrong and should not have web/web/ but only web/ ?
In modules/contrib I have the opgino_dashboard module
Just tried again using:
composer create-project opigno/opigno-composer:3.1.0
on PHP 8.1 - same error
In GitDownloader.php line 500:
Failed to execute git checkout 'e9c97ad3412ff32cd66b1ba0846d6c22efc97f83' -- && git reset --hard 'e9c97ad3412ff32cd66b1ba0846d6c22e
fc97f83' --
fatal: not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
setting to major as this exposes a privacy issue on webforms
Because we were seeing webforms displaying the latest previous submission this is a privacy/data issue. I had no option but to uninstall the boost module. As soon as I deleted the webform page from the boost cache the issue disappeared - I tried to set the form fields as autocomplete=off and same with form but this didnt help.
Until the "Boost Path Cacheability Settings" works so certain paths/pages can be excluded I cant use this module. Exposing submitted form data in my eyes is a pretty big issue.
I hope this can be sorted as its a great module.
D 9.5.10
boost 8.x-1.x-dev
Im having the same problem - Im tyring to exclude the contact pages but no matter what settings I try in the Boost Path Cacheability Settings it is still caching form data?
I have 3 page URLs added to hide but its caching these and not caching any other pages now so doing the opposite of what is needed?
This looks to be fixed now. I noticed that my theme relied on bootstrap5 which was on 3.0.2 - I upgraded to 3.0.3 and it seems to have cleared the issue. I also had bootstrap3 (8.x-3.25) theme installed which I uninstalled and reinstalled which may have updated something.
Same here. Clean site setup D9.5.2, DXPR theme with bootstrap 5, no other menu systems.
Cant see the mega menu block in the block layout settings at all? No TB Mega Menu category showing.