🇮🇱Israel @AviG

Account created on 12 July 2013, over 11 years ago
#

Recent comments

🇮🇱Israel AviG

I am using Drupal 10.2.7 and Open Social 12.4.2. In every installation I try I get the above error with the 3 missing keys activity_notification_status
user_activity_digest
user_activity_send
The way I managed to remove the error from the Status page is by creating the column on the database itself, like that:

ALTER TABLE `user_activity_send`
ADD COLUMN `uadid` INT NOT NULL AUTO_INCREMENT PRIMARY KEY FIRST;

and did that with the other 2 tables.

It removed the error. Hopefully, I won't get any issues further down the road.

🇮🇱Israel AviG

I am getting the same error when trying to install with composer.

Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires drupal/facets_block, it could not be found in any version, there may be a typo in the package name.

Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see for more details.
- It's a private package and you forgot to add a custom repository to find it

Read for further common problems.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

🇮🇱Israel AviG

I am getting the same error when trying to install with composer.

🇮🇱Israel AviG

When I saved the form in the following order I did not get any errors:

Drupal = Shopify
API key = API key
Password = Admin API access token
Shared Secret = API secret key

Went to synch the products from the Shopify store and its all here and working as expected.

🇮🇱Israel AviG

Another issue with the mobile version of this theme is the scrolling up and down, which doesn't really work as expected.
You have to slide up twice in order for the page to scroll up and the same for scrolling down. It seems somehow related to the cart that you need to click twice for it to work?

🇮🇱Israel AviG

I tried the two patches and none of them removed the duplicated popup message.

Production build 0.71.5 2024