Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I tried to install the promising Entity Pager module. It comes with this install instruction for Composer, which I used:
composer require drupal/entity_pager:^1.0@RC
Actually, there was a single quote before drupal and after RC, but past experience showed me that those quotes don't work with my setup. Anyway, a couple of seconds later, I get this:
I'm using the group module, but the problem/question would be the same for any entity type. I have 2 group types, initiative and partner. All initiatives have a supporting partner (field_er_supporting_partner) linked with an (corresponding (cer)) entity reference field (field_er_supported_initiatives) in the partner group. However, before the initiative (or a revision) is published, the partner needs to approve/confirm that they are indeed a supporting partner to that initiative.
I'm attempting to upload images into an image gallery for my Drupal website however, I'm unable to do so due to to the 2MB upload limit. I've tried consulting google but I cannot find the relevant way to change it based on the development tools I'm using.
I'm using Acquia Dev Desktop 2 to host my develop and use my website which I believe uses MySQL and Apache services. So far, I'm aware that if involves making adjustments to .php files but I'm baffled by the amount of .php files present and I'm not sure which one I should be editing