🇺🇸United States @SocialNicheGuru

Account created on 2 February 2007, over 17 years ago
#

Recent comments

🇺🇸United States SocialNicheGuru

the composer.json file already outlines what is needed: https://git.drupalcode.org/project/mutual_credit/-/blob/6.0.x/composer.j...

I copied the repositories to my composer.json and ran composer require and it worked.

🇺🇸United States SocialNicheGuru

How does this committed issue 🐛 User logout is vulnerable to CSRF Fixed and the change record https://www.drupal.org/node/2822514 affect this issue, 🐛 CSRF check always fails for users without a session Needs work ?

Leaving as needs work.

🇺🇸United States SocialNicheGuru

The MR introduces files back to the h5p/vendor directory that I thought were being deleted.

🇺🇸United States SocialNicheGuru

@rolandoscott I do not have the Drush issue but 'Class "\Drupal\activity_send_push\MessageTemplatesOverrides" not found' is an error.

🇺🇸United States SocialNicheGuru

So if I enable the flexslider_example module and create a block there.
If I have a paragraph and reference media from within the paragraph. I can make a block that appears.
Now if I have a content type that then has a paragraph that then has media, the media does not render in the block.

🇺🇸United States SocialNicheGuru

I am getting this too in a block.
the preview is fine.
when I place a block on a page and allow authenticated users access, it is fine.
but when it is anonymous, nothing shows up:
<div class="hero-slide-show view view-cci-slideshow view-id-cci_slideshow view-display-id-block_1 js-view-dom-id-92b236c0a42202ec684c918f60a908e87d2493f63cf0166c52e096023daa21b2"> </div>

🇺🇸United States SocialNicheGuru

The updates are not reflected in the 9.0.x-dev#abc817c4.
This might be a packaging error.

🇺🇸United States SocialNicheGuru

can the branch be published to the homepage. It does not look like there is anything available right now.

🇺🇸United States SocialNicheGuru

if you disable the module you need to do a cache clear or you might get:

Class "Drupal\scheduler\Plugin\Field\FieldType\SchedulerRepeaterItem" does not exist in ReflectionClass->__construct() (line 26 of drupal10.2.6/html/modules/contrib/date_recur/src/DateRecurCachedHooks.php)

🇺🇸United States SocialNicheGuru

Server returned error code 404 for https://data.seattle.gov/resource/38vd-gytv.json?%24limit=1

Can this be removed from the main module and possibly placed in socrata_demo sub module. this is still creating issues.

html/modules/contrib/socrata/config/install/socrata.endpoint.sample.yml:url: 'https://data.seattle.gov/resource/38vd-gytv.json'
html/modules/contrib/socrata/src/Form/EndpointForm.php: '#description' => $this->t("URL of the dataset endpoint (e.g., https://data.seattle.gov/resource/tqh5-8vm2.json)."),
html/modules/contrib/socrata/tests/config/data.yml: url: https://data.seattle.gov/resource/rn6u-vkuv.json
html/modules/contrib/socrata/tests/config/data.yml: url: https://data.seattle.gov/resource/invalid-resource.json

sorry for the late response btw.

🇺🇸United States SocialNicheGuru

Do any of these patches support Group 2.x ?

🇺🇸United States SocialNicheGuru

Does not apply to Opensocial 13.0.0-alpha4 and I am not sure it is needed. Just wanted to note it.

🇺🇸United States SocialNicheGuru

Is there a way to have two releases with one that supports group 2.x and another that supports group 3.x?

🇺🇸United States SocialNicheGuru

can you make an official 2.0 release?

🇺🇸United States SocialNicheGuru

Do changes here, 📌 Drupal 10 update Needs review need to be incorporated?
Changing to needs work for that question.

Otherwise the MR works for me.

🇺🇸United States SocialNicheGuru

I think this has been incorporated into the MR at 📌 Drupal 10 update Needs review

Might be a duplicate a this point

🇺🇸United States SocialNicheGuru

And it needs to be updated to Drupal 10

🇺🇸United States SocialNicheGuru

this no longer applies to the new dev version. Is this an issue still?

🇺🇸United States SocialNicheGuru

that error is gone.
same symptoms though.
different error message

I actually think this is a conflict with other modules.
Is there anyway to restrict webform_score to webforms or webform_nodes instead of testing all content types?

🇺🇸United States SocialNicheGuru

Will not work without updating kpi_analytics: 🐛 Prepare for Open Social 13 Active

🇺🇸United States SocialNicheGuru

Thanks. I understand your proces now.

Just trying to download to help test.

🇺🇸United States SocialNicheGuru

Hmmmm.

this worked and pulled down social 12.3.0
composer create-project goalgorilla/social_template:dev-master social --no-interaction

going iinto social directory above and running 'composer update' updated to 13.0.0-alpha1

- Upgrading goalgorilla/open_social (12.3.3 => 13.0.0-alpha1): Extracting archive

this did not work

composer create-project goalgorilla/social_template:13.0.0-alpha1 social-13 --no-interaction
🇺🇸United States SocialNicheGuru

composer create-project goalgorilla/social_template social 13.0.0-alpha1 --no-install
Creating a "goalgorilla/social_template" project at "./social"

In CreateProjectCommand.php line 424:

Could not find package goalgorilla/social_template with version 13.0.0-alpha1.

create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--add-repository] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--ask] [--] [
[ []]]

composer create-project goalgorilla/social_template social 13.0.0 --no-install
Creating a "goalgorilla/social_template" project at "./social"

In CreateProjectCommand.php line 424:

Could not find package goalgorilla/social_template with version 13.0.0.

create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--add-repository] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--ask] [--] [
[ []]]

🇺🇸United States SocialNicheGuru

dev is my minimum which should cover alpha.

which command did you use then?

composer require goalgorilla/open_socia:13.0.0-alpha1

which command did you use

🇺🇸United States SocialNicheGuru

Not sure what issue this addresses? Was there an error?

🇺🇸United States SocialNicheGuru

@kevster I think you do have to take the steps outlined in #4

🇺🇸United States SocialNicheGuru

/fullpath/mysite-d10.2.4/html/core is where Drupal core is.
/fullpath/mysite-d10.2.4/html/sites/mysite is the sites file
/fullpath/mysite-d10.2.4/html/modules is the modules file

so just try the fullpath which could be /var/www/html/mysite-d10.2.4/ ?

🇺🇸United States SocialNicheGuru

This is a feature request I think.

When I select minify, there are over 32,000 js files on my install (not sure why. I think it is the library modules.). I am also using composer would it be looking in the vendor file?

I can start the minify process fine.
It does time out.
When I go back to the page I select minify (skip previously minified)
I would assume it would start from the last minified js file on.
But it starts from the beginning.
This leads to another timeout without any new files being added to minify.

🇺🇸United States SocialNicheGuru

I am testing it.
the uri has changed.
but i can't seem to get the image_style with the new public uri to be generated.
Should I add code to the hook to generate the image style

Drush cr does not seem to be doing it

🇺🇸United States SocialNicheGuru

OMG. Thank you. i can't believe this.

I have been going crazy around tis issue of items not being seen.

🇺🇸United States SocialNicheGuru

I am not sure of the type for logo_image_style_logo_style. I specified array. It looks like it is an array of Image styles from the code

🇺🇸United States SocialNicheGuru

The batch part is what is needed.

I got a 501 gateway timeout error.

Workaround: I can rerun and just select minify items not minified and select all.

🇺🇸United States SocialNicheGuru

it works already. I just missed how to use it.

🇺🇸United States SocialNicheGuru

@krystalcode could you updte patch so we can test.

In general is there a need to develop tests for this?

🇺🇸United States SocialNicheGuru

how is the uninstall managed?

Production build 0.69.0 2024