Account created on 14 November 2008, over 16 years ago
#

Recent comments

🇩🇪Germany paul_constantine

Okay, I installed the patch ( feeds_ex-libxml_disable_entity_loader-deprecated.patch 🐛 Function libxml_disable_entity_loader is deprecated on PHP8 Fixed ) and imported a couple of nodes manually. The "FeedsExXml" errors are gone and all is working fine.

Now there is only one error from the "feeds_fetcher_directory_fetcher" remaining:

Deprecated function: Creation of dynamic property FeedsState::$files is deprecated in feeds_fetcher_directory_fetcher->fetch() (line 61 of /var/www/html/www.zoootradio.com/htdocs/sites/all/modules/feeds_fetcher_directory/feed...).

Best wishes,
Paul

🇩🇪Germany paul_constantine

Hi megachriz,

like I wrote before the import works fine with PHP 8.3.16. If you want to I will install the patch tomorrow and do some more testing.

Best wishes,
Paul

🇩🇪Germany paul_constantine

Update: found some errors after all :-(

While the import works just fine, the following errors are generated with each import:

The file permissions could not be set on public:/...
Deprecated function: Function libxml_disable_entity_loader() is deprecated in FeedsExXml->stopErrorHandling() (line 302 of /var/www/html/www.zoootradio.com/htdocs/sites/all/modules/feeds_ex/src/FeedsExXml.inc).
Deprecated function: Function libxml_disable_entity_loader() is deprecated in FeedsExXml->startErrorHandling() (line 289 of /var/www/html/www.zoootradio.com/htdocs/sites/all/modules/feeds_ex/src/FeedsExXml.inc).
Deprecated function: Creation of dynamic property FeedsState::$files is deprecated in feeds_fetcher_directory_fetcher->fetch() (line 61 of /var/www/html/www.zoootradio.com/htdocs/sites/all/modules/feeds_fetcher_directory/feed...).

Regards,
Paul

🇩🇪Germany paul_constantine

Hello Megachriz,

I can now confirm that feeds (and the Feeds directory fetcher) does work with PHP 8.3.16 and is importing fine.

What bugged me, were the constant database errors that I encountered on each new Ubuntu install (24.04, 22.04, 20.04.)

Whereas in the past I used phpmyadmin to do the ex- and importing I tried using the direct terminal method of not just importing (onto mysql 8.*) but also exporting (from mysql 5.*) the datebase.

No more mysql errors. And the import works fine as well.

My learning: do not use phpmyadmin for migrating databases.

Sorry to have wasted your time and thank you very much for your input :-)

Best wishes,
Paul

🇩🇪Germany paul_constantine

Hello Megachriz,

I tried some more installs. So this happened after I migrated my website from Ubuntu 16.04 LTS to:

- Ubuntu 24.04 LTS
- Ubuntu 22.04 LTS
- Ubuntu 20.04 LTS

This Errors appeared after attempting to import a node manually:

PDOException: SQLSTATE[HY000]: General error: 1364 Field 'value' doesn't have a default value: INSERT INTO {sequences} () VALUES (); Array ( ) in db_next_id() (line 2774 of includes/database/database.inc).

After I manually migrated the table "sequences" the above error disappeared and the following error appeared when manually starting an import:

PDOException: SQLSTATE[HY000]: General error: 1364 Field 'item_id' doesn't have a default value: INSERT INTO {queue} (name, data, created) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2); Array ( [:db_insert_placeholder_0] => drupal_batch:0:0 [:db_insert_placeholder_1] => a:2:{i:0;s:11:"feeds_batch";i:1;a:3:{i:0;s:6:"import";i:1;s:13:"music_artists";i:2;i:0;}} [:db_insert_placeholder_2] => 1738862491 ) in SystemQueue->createItem() (line 221 of modules/system/system.queue.inc).

After I manually migrated the table "queue", no error appeared.

These errors never appeared before when I migrated my website between 16.04 LTS installations (virtualBox environment to live servers). Only now some years later do these errors appear. Always with these two tables.

But even with no errors nothing happenes.

A loading bar appeares, moves from left to right and disappears. There was no message informing me either of a successful import, nor that there was nothing new to import. The information about the last successful import and the total number of import stayed the same.

I remember many years ago, that the file mask '/\\.xml$/' thing was something I could not get going. Only with the help of a friend who's a real developer did we get this to work. Before that I recall the same behavior as outlines in the last paragraph.

Attached is my exported feed_importer and the tables I had to manually re-import.

Have you got any ideas why this is not working anymore? Or how to enable and where to find maximum logs where I can find out what is wrong?

Regards
Paul

🇩🇪Germany paul_constantine

Solved my problem with this module:

Contact Reply-To

If you enable this module, the "From" address on contact emails, both site emails via the contact form and user-to-user emails via the member contact form, will be "From" the email address configured in site_mail (admin/config/system/site-information in d7). The reply-to header will be set to the address that Drupal would have used as the From address.

You find it here .

Regards
Paul

🇩🇪Germany paul_constantine

Hello mcdruid,

that did the trick. I added the "domain.tld" to that little line of code and it worked. The errors are gone.

$conf['trusted_host_patterns'] = array('.domain.tld');

Thank you very much for the fast reply.

Paul

🇩🇪Germany paul_constantine

Hi Guys,

how do I remove this function?

This messed up my four Drupal 7.102 websites and none of the fixes I found, will make the error on the status page go away.

"This new security improvement is an opt-in feature - if you do not want to use this, there is no action needed."

Not true, after upgrading to 7.103 all my websites had errors. Neither adding:

$conf['trusted_host_patterns'] = array(
  '^www\.example\.com$',
);

Nor setting a precise base domain in settings.php made the errors go away.

Kind regards
Paul

🇩🇪Germany paul_constantine

Hi there,

found this because I have the same problem.

E-Mails from the website e-Mail address (which is also used to authenticate at the external mailserver) work and are sent.

E-Mails to the website contact form do NOT work since they use the E-Mail address that the user who's contacting the website. And that E-Mail address can not authenticate itself at the external mailserver and is refused.

But every website needs a working contact address.

What now?

Regards
Paul

🇩🇪Germany paul_constantine

Nevermind.

I fixed my problem myself by deleting this module and using the PHPMailer module instead. This module allows me to use the AUTH PLAIN method.

P.

🇩🇪Germany paul_constantine

I found out the following:

This error means my system used an outdated or unsupported authentication mechanism (such as AUTH LOGIN) to send the test email.
Note: Only the tech support of your system can fix this problem.

You can ask the tech support of your system that:

Proton SMTP Submission requires using the AUTH PLAIN mechanism to send emails.

So here is the real question: How do I change my authentication mechanism to AUTH PLAIN? Or does Drupal support AUTH PLAIN?

Is this even an issue of Drupal or is it the Ubuntu server?

Cheers
Paul

🇩🇪Germany paul_constantine

Dear Drupalists,

I don't know if my problem is the same, but it sounds similar.

I use terms for a radio website. For each title that is played, a node is generated on which the listeners can comment on and rate titles. These nodes also contain the following terms:

Artist

Album

Everything works fine and has been for years. There are more than 30,000 nodes already. (about 30,000 titles on 3,500 albums by 1,800 artists).

I use revisioning to calculate play counts of titles, artists and albums.

But.

What I can not get to work is the hierarchy of the terms.

When I click on the term for an artist, I get a list of all titles ever played in the order they were played (i.e. the order the nodes were generated).

What I would like is a list of all the albums played by that artist.

And upon clicking on that album it should then list all the titles on that album.

Is this even possible with Drupal 7.x or do I need a module to make that possible?

I tried the advice and set the contextual filters on the node to “1” but it did not help with the existing 30,000 terms. Has anyone got any ideas?

Kind regards,

Paul

Production build 0.71.5 2024