Address requires the commerceguys/addressing library

Hello,

I am trying to install address field type module. I get this:

Address requires the commerceguys/addressing library

This link https://github.com/commerceguys/addressing takes me to github. I am not sure what to do next. 

I am doing it in shared hosting server. I do not have access to composer. 

How can I install the library?

Thanks!

Single Add-More button for multiple fields

I created a new content type with the following fields:

1. Title
2. product description (text with unlimited option set)
3. product links (link with unlimited option set)

Now, when the form renders. It shows the "Add More" button on both fields.

But, I want a single "Add more" button and that should add another set of these two fields as separate. Currently, it creates the new field below the original field. But, I want those new fields as a fieldset.

Please help in achieving this.

Thanks

Difference between composer and extend to install module

Hello, 

I am trying to play with the module https://www.drupal.org/project/geofield_map

Instruction says to install the module using composer. I do not have composer set up in shared hosting server and I also have to learn how to use composer. All I did was structure > extend> Installed the module. I was able to successfully install the module. 

Document says 

[solved]Localhost problem of copy of production site

Hello,

I make a copy of production site on local. On web, everything is allright.

On localhost, I get this error message

Image src failed to load when move from local to remote server

In my article body, I use IMCE to upload and insert image at local, image's src is "/sites/all/files/imagename.jpg". Everything works fine.

When I move my site to remote server, at mydomain.com/subfolder/othersubfolder, every inline image is broken. To correct, I must adjust their's src to "/subfolder/othersubfolder/sites/all/files/imagename.jpg"

Is there any solution to prevent this happen everytime I upload from local to remote.

Thanks

Installing Commerce fails without allow_url_fopen enabled

[Drupal 8.8.4, Apache, PHP 7.2.26 with a big tick in the Status Report]

I'm trying to install Drupal Commerce the recommended way, using Composer (which is new to me) to ensure all the dependencies are included etc.

[myhost public_html]$ composer require drupal/commerce

When I first tried this, nothing happened. I checked the logs and discovered I need the PHP phar extension enabled. I enabled that, but now the installation won't proceed without enabling allow_url_fopen in the PHP options.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x