Account created on 23 January 2007, over 17 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States timb

see issue: https://www.drupal.org/project/manage_display/issues/3371841 πŸ’¬ LoaderError Template field--node--uid.html.twig Active

can be mitigated by copying twig files into theme

πŸ‡ΊπŸ‡ΈUnited States timb

I ran into this error when trying to view a feeds node. Fix was to copy and rename template files into custom theme:
field--node--created.html.twig
field--node--uuid.html.twig

πŸ‡ΊπŸ‡ΈUnited States timb

As an update to anyone else looking for this module and ending up here.

It appears the development of this module has been taken private and is no longer being updated on drupal.org.

Here was my quick (& dirty) solution to getting RETS queries into Drupal 8+:
- use composer to include PHRets library in drupal install
- create a module to run RETS query and store as CSV to drupal filesystem
- use feeds (and feeds tamper) to read csv file into nodes

πŸ‡ΊπŸ‡ΈUnited States timb

I reset the rule as suggested above as and have now encountered memory errors:

EVENT: Before saving a content item
ACTION: Publish a content item (Parameters: node: node)

Page white screens with:
Fatal error: Allowed memory size of 268435456 bytes exhausted

In the error logs:
Deprecated function: Return type of Drupal\rules\Engine\ActionExpressionContainer::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in include() (line 13 of /code/web/modules/contrib/rules/src/Engine/ActionExpressionContainer.php)

This also occurs with the other default Content actions such as Unpublish and Make selected content sticky.

This is both w/ and w/o revisions on the node.

This occurs in both the alpha and dev version of module.

πŸ‡ΊπŸ‡ΈUnited States timb

Thank you @tr I will give it a try with the new event.

πŸ‡ΊπŸ‡ΈUnited States timb

I have begun developing a module using PHRets. Which will probably be hardcoded to the specific RETS server and queries I need to make.

I would still like to see (and possibly use / improve upon) the solution that the Drupal community has come up with.

πŸ‡ΊπŸ‡ΈUnited States timb

@shauntyndall Thank you for following up on this. I would love to be able to use Drupal for an upcoming project.

πŸ‡ΊπŸ‡ΈUnited States timb

I too am interested in any updates to the D8/9 version of dReality. Thanks

Production build 0.69.0 2024