1.14.1 Error generating the feed
-
Hi there.
When we try to generate a feed we get an error in backend:
“Fehler beim Generieren des Feeds. Initialisierung der Feed-Generierung fehlgeschlagen. Bitte überprüfen Sie Ihre Fehlerprotokolle auf weitere Informationen zu diesem Problem.”
In english: “Error generating the feed. Initialisation of the feed generation failed. Please, check your error logs for more information about this problem.”The WordPress native wp-content/debug.log is empty even though we have WP_DEBUG on true.
Your plugin’s error.log has following three distinct lines:2019-07-24 17:40:27 - Error Message: PHP Warning: is_readable(): open_basedir restriction in effect. File(/dev/urandom) is not within the allowed path(s): (/var/www/site:/tmp/:/usr/lib/php) in file /var/www/cosmextprod/wp-includes/class-phpass.php on line 68 2019-07-24 17:40:38 - Error Message: PHP Warning: chmod(): Operation not permitted in file /var/www/site/wp-admin/includes/class-wp-filesystem-direct.php on line 151 2019-07-24 17:41:40 - Error Message: Error 9672 - Activation of a feed file update on feed nr 2 has failed. cURL error 28: Operation timed out after 40001 milliseconds with 0 bytes received
chmod() – We already use some plugins which are writing files to the filesystem without problems (chmod() shouldn’t be a problem). We also have proper filesystem permissions set (directories 755, files 644).
/dev/urandom – Although urandom is not available on our hosting, we have some plugins in use, which are generating random strings for filenames (or the parts of filenames).
The aforementioned two errors are being reported periodically (around every minute).
cURL error 28 – We checked if the cURL version is not too old. The version on server is 7.52.1 and if OpenSSL is not too old. The version on the server is 1.0.2r.
This error is being reported only when we trigger the feed generation.
Our Setup is:
PHP 7.2.16
WP 4.9.10
WC 3.5.8
Woocommerce Google Feed Manager 1.14.1Can you help us solve this problem?
Best regards
Rasti
- The topic ‘1.14.1 Error generating the feed’ is closed to new replies.