DBALException: Field 'title' doesn't have a default value #1593
Answered
by
SMillerDev
simonspa
asked this question in
Feed issues
-
Explain the ProblemIssue with inserting one specific feed to database Steps to ReproduceExplain what you did to encounter the issue
System Information
Contents of nextcloud/data/nextcloud.log{
"reqId": "8ab9WRkoOr5KPFUaA7B5",
"level": 3,
"time": "2021-11-19T11:49:41+01:00",
"remoteAddr": "2001:638:700:e191::1:13d",
"user": "smn",
"app": "index",
"method": "POST",
"url": "/apps/news/feeds",
"message": "An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1364 Field 'title' doesn't have a default value",
"userAgent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0",
"version": "22.2.3.0",
"exception": {
"Exception": "OC\\DB\\Exceptions\\DbalException",
"Message": "An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1364 Field 'title' doesn't have a default value",
"Code": 1364,
"Trace": [{
"file": "/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 335,
"function": "wrap",
"class": "OC\\DB\\Exceptions\\DbalException",
"type": "::",
"args": [{
"__class__": "Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException"
}]
}, {
"file": "/var/www/nextcloud/lib/public/AppFramework/Db/QBMapper.php",
"line": 139,
"function": "executeStatement",
"class": "OC\\DB\\QueryBuilder\\QueryBuilder",
"type": "->",
"args": []
}, {
"file": "/var/www/nextcloud/apps/news/lib/Db/NewsMapperV2.php",
"line": 76,
"function": "insert",
"class": "OCP\\AppFramework\\Db\\QBMapper",
"type": "->",
"args": [{
"items": [],
"id": null,
"__class__": "OCA\\News\\Db\\Feed"
}]
}, {
"file": "/var/www/nextcloud/apps/news/lib/Service/FeedServiceV2.php",
"line": 235,
"function": "insert",
"class": "OCA\\News\\Db\\NewsMapperV2",
"type": "->",
"args": [{
"items": [],
"id": null,
"__class__": "OCA\\News\\Db\\Feed"
}]
}, {
"file": "/var/www/nextcloud/apps/news/lib/Controller/FeedController.php",
"line": 176,
"function": "create",
"class": "OCA\\News\\Service\\FeedServiceV2",
"type": "->",
"args": ["smn", "https://electronupdate.blogspot.com/feeds/posts/default?alt=rss", 1, false, null, null, null, true]
}, {
"file": "/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php",
"line": 217,
"function": "create",
"class": "OCA\\News\\Controller\\FeedController",
"type": "->",
"args": ["https://electronupdate.blogspot.com/feeds/posts/default?alt=rss", 1, null, null, null, true]
}, {
"file": "/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php",
"line": 126,
"function": "executeController",
"class": "OC\\AppFramework\\Http\\Dispatcher",
"type": "->",
"args": [{
"__class__": "OCA\\News\\Controller\\FeedController"
}, "create"]
}, {
"file": "/var/www/nextcloud/lib/private/AppFramework/App.php",
"line": 156,
"function": "dispatch",
"class": "OC\\AppFramework\\Http\\Dispatcher",
"type": "->",
"args": [{
"__class__": "OCA\\News\\Controller\\FeedController"
}, "create"]
}, {
"file": "/var/www/nextcloud/lib/private/Route/Router.php",
"line": 302,
"function": "main",
"class": "OC\\AppFramework\\App",
"type": "::",
"args": ["OCA\\News\\Controller\\FeedController", "create", {
"__class__": "OC\\AppFramework\\DependencyInjection\\DIContainer"
}, {
"_route": "news.feed.create"
}]
}, {
"file": "/var/www/nextcloud/lib/base.php",
"line": 1006,
"function": "match",
"class": "OC\\Route\\Router",
"type": "->",
"args": ["/apps/news/feeds"]
}, {
"file": "/var/www/nextcloud/index.php",
"line": 36,
"function": "handleRequest",
"class": "OC",
"type": "::",
"args": []
}],
"File": "/var/www/nextcloud/lib/private/DB/Exceptions/DbalException.php",
"Line": 71,
"Previous": {
"Exception": "Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException",
"Message": "An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1364 Field 'title' doesn't have a default value",
"Code": 1364,
"Trace": [{
"file": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1780,
"function": "convert",
"class": "Doctrine\\DBAL\\Driver\\API\\MySQL\\ExceptionConverter",
"type": "->",
"args": [{
"__class__": "Doctrine\\DBAL\\Driver\\PDO\\Exception"
}, {
"__class__": "Doctrine\\DBAL\\Query"
}]
}, {
"file": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1719,
"function": "handleDriverException",
"class": "Doctrine\\DBAL\\Connection",
"type": "->",
"args": [{
"__class__": "Doctrine\\DBAL\\Driver\\PDO\\Exception"
}, {
"__class__": "Doctrine\\DBAL\\Query"
}]
}, {
"file": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1173,
"function": "convertExceptionDuringQuery",
"class": "Doctrine\\DBAL\\Connection",
"type": "->",
"args": [{
"__class__": "Doctrine\\DBAL\\Driver\\PDO\\Exception"
}, "INSERT INTO `oc_news_feeds` (`url_hash`, `url`, `location`, `added`, `favicon_link`, `folder_id`, `user_id`, `last_modified`) VALUES(?, ?, ?, ?, ?, ?, ?, ?)", ["9b7937bd688674ea7910e41537737abc", "https://electronupdate.blogspot.com/feeds/posts/default?alt=rss", "https://electronupdate.blogspot.com/feeds/posts/default?alt=rss", 1637318981, "https://electronupdate.blogspot.com/favicon.ico", "And 3 more entries, set log level to debug to see all entries"],
[2, 2, 2, 1, 2, "And 3 more entries, set log level to debug to see all entries"]
]
}, {
"file": "/var/www/nextcloud/lib/private/DB/Connection.php",
"line": 267,
"function": "executeStatement",
"class": "Doctrine\\DBAL\\Connection",
"type": "->",
"args": ["INSERT INTO `oc_news_feeds` (`url_hash`, `url`, `location`, `added`, `favicon_link`, `folder_id`, `user_id`, `last_modified`) VALUES(?, ?, ?, ?, ?, ?, ?, ?)", ["9b7937bd688674ea7910e41537737abc", "https://electronupdate.blogspot.com/feeds/posts/default?alt=rss", "https://electronupdate.blogspot.com/feeds/posts/default?alt=rss", 1637318981, "https://electronupdate.blogspot.com/favicon.ico", "And 3 more entries, set log level to debug to see all entries"],
[2, 2, 2, 1, 2, "And 3 more entries, set log level to debug to see all entries"]
]
}, {
"file": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 354,
"function": "executeStatement",
"class": "OC\\DB\\Connection",
"type": "->",
"args": ["INSERT INTO `oc_news_feeds` (`url_hash`, `url`, `location`, `added`, `favicon_link`, `folder_id`, `user_id`, `last_modified`) VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8)", {
"0": "And 3 more entries, set log level to debug to see all entries",
"dcValue1": "9b7937bd688674ea7910e41537737abc",
"dcValue2": "https://electronupdate.blogspot.com/feeds/posts/default?alt=rss",
"dcValue3": "https://electronupdate.blogspot.com/feeds/posts/default?alt=rss",
"dcValue4": 1637318981,
"dcValue5": "https://electronupdate.blogspot.com/favicon.ico"
}, {
"0": "And 3 more entries, set log level to debug to see all entries",
"dcValue1": 2,
"dcValue2": 2,
"dcValue3": 2,
"dcValue4": 1,
"dcValue5": 2
}]
}, {
"file": "/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 287,
"function": "execute",
"class": "Doctrine\\DBAL\\Query\\QueryBuilder",
"type": "->",
"args": []
}, {
"file": "/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 333,
"function": "execute",
"class": "OC\\DB\\QueryBuilder\\QueryBuilder",
"type": "->",
"args": []
}, {
"file": "/var/www/nextcloud/lib/public/AppFramework/Db/QBMapper.php",
"line": 139,
"function": "executeStatement",
"class": "OC\\DB\\QueryBuilder\\QueryBuilder",
"type": "->",
"args": []
}, {
"file": "/var/www/nextcloud/apps/news/lib/Db/NewsMapperV2.php",
"line": 76,
"function": "insert",
"class": "OCP\\AppFramework\\Db\\QBMapper",
"type": "->",
"args": [{
"items": [],
"id": null,
"__class__": "OCA\\News\\Db\\Feed"
}]
}, {
"file": "/var/www/nextcloud/apps/news/lib/Service/FeedServiceV2.php",
"line": 235,
"function": "insert",
"class": "OCA\\News\\Db\\NewsMapperV2",
"type": "->",
"args": [{
"items": [],
"id": null,
"__class__": "OCA\\News\\Db\\Feed"
}]
}, {
"file": "/var/www/nextcloud/apps/news/lib/Controller/FeedController.php",
"line": 176,
"function": "create",
"class": "OCA\\News\\Service\\FeedServiceV2",
"type": "->",
"args": ["smn", "https://electronupdate.blogspot.com/feeds/posts/default?alt=rss", 1, false, null, null, null, true]
}, {
"file": "/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php",
"line": 217,
"function": "create",
"class": "OCA\\News\\Controller\\FeedController",
"type": "->",
"args": ["https://electronupdate.blogspot.com/feeds/posts/default?alt=rss", 1, null, null, null, true]
}, {
"file": "/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php",
"line": 126,
"function": "executeController",
"class": "OC\\AppFramework\\Http\\Dispatcher",
"type": "->",
"args": [{
"__class__": "OCA\\News\\Controller\\FeedController"
}, "create"]
}, {
"file": "/var/www/nextcloud/lib/private/AppFramework/App.php",
"line": 156,
"function": "dispatch",
"class": "OC\\AppFramework\\Http\\Dispatcher",
"type": "->",
"args": [{
"__class__": "OCA\\News\\Controller\\FeedController"
}, "create"]
}, {
"file": "/var/www/nextcloud/lib/private/Route/Router.php",
"line": 302,
"function": "main",
"class": "OC\\AppFramework\\App",
"type": "::",
"args": ["OCA\\News\\Controller\\FeedController", "create", {
"__class__": "OC\\AppFramework\\DependencyInjection\\DIContainer"
}, {
"_route": "news.feed.create"
}]
}, {
"file": "/var/www/nextcloud/lib/base.php",
"line": 1006,
"function": "match",
"class": "OC\\Route\\Router",
"type": "->",
"args": ["/apps/news/feeds"]
}, {
"file": "/var/www/nextcloud/index.php",
"line": 36,
"function": "handleRequest",
"class": "OC",
"type": "::",
"args": []
}],
"File": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php",
"Line": 111,
"Previous": {
"Exception": "Doctrine\\DBAL\\Driver\\PDO\\Exception",
"Message": "SQLSTATE[HY000]: General error: 1364 Field 'title' doesn't have a default value",
"Code": 1364,
"Trace": [{
"file": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php",
"line": 94,
"function": "new",
"class": "Doctrine\\DBAL\\Driver\\PDO\\Exception",
"type": "::",
"args": [{
"errorInfo": ["HY000", 1364, "Field 'title' doesn't have a default value"],
"__class__": "PDOException"
}]
}, {
"file": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1163,
"function": "execute",
"class": "Doctrine\\DBAL\\Driver\\PDO\\Statement",
"type": "->",
"args": []
}, {
"file": "/var/www/nextcloud/lib/private/DB/Connection.php",
"line": 267,
"function": "executeStatement",
"class": "Doctrine\\DBAL\\Connection",
"type": "->",
"args": ["INSERT INTO `oc_news_feeds` (`url_hash`, `url`, `location`, `added`, `favicon_link`, `folder_id`, `user_id`, `last_modified`) VALUES(?, ?, ?, ?, ?, ?, ?, ?)", ["9b7937bd688674ea7910e41537737abc", "https://electronupdate.blogspot.com/feeds/posts/default?alt=rss", "https://electronupdate.blogspot.com/feeds/posts/default?alt=rss", 1637318981, "https://electronupdate.blogspot.com/favicon.ico", "And 3 more entries, set log level to debug to see all entries"],
[2, 2, 2, 1, 2, "And 3 more entries, set log level to debug to see all entries"]
]
}, {
"file": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 354,
"function": "executeStatement",
"class": "OC\\DB\\Connection",
"type": "->",
"args": ["INSERT INTO `oc_news_feeds` (`url_hash`, `url`, `location`, `added`, `favicon_link`, `folder_id`, `user_id`, `last_modified`) VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8)", {
"0": "And 3 more entries, set log level to debug to see all entries",
"dcValue1": "9b7937bd688674ea7910e41537737abc",
"dcValue2": "https://electronupdate.blogspot.com/feeds/posts/default?alt=rss",
"dcValue3": "https://electronupdate.blogspot.com/feeds/posts/default?alt=rss",
"dcValue4": 1637318981,
"dcValue5": "https://electronupdate.blogspot.com/favicon.ico"
}, {
"0": "And 3 more entries, set log level to debug to see all entries",
"dcValue1": 2,
"dcValue2": 2,
"dcValue3": 2,
"dcValue4": 1,
"dcValue5": 2
}]
}, {
"file": "/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 287,
"function": "execute",
"class": "Doctrine\\DBAL\\Query\\QueryBuilder",
"type": "->",
"args": []
}, {
"file": "/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 333,
"function": "execute",
"class": "OC\\DB\\QueryBuilder\\QueryBuilder",
"type": "->",
"args": []
}, {
"file": "/var/www/nextcloud/lib/public/AppFramework/Db/QBMapper.php",
"line": 139,
"function": "executeStatement",
"class": "OC\\DB\\QueryBuilder\\QueryBuilder",
"type": "->",
"args": []
}, {
"file": "/var/www/nextcloud/apps/news/lib/Db/NewsMapperV2.php",
"line": 76,
"function": "insert",
"class": "OCP\\AppFramework\\Db\\QBMapper",
"type": "->",
"args": [{
"items": [],
"id": null,
"__class__": "OCA\\News\\Db\\Feed"
}]
}, {
"file": "/var/www/nextcloud/apps/news/lib/Service/FeedServiceV2.php",
"line": 235,
"function": "insert",
"class": "OCA\\News\\Db\\NewsMapperV2",
"type": "->",
"args": [{
"items": [],
"id": null,
"__class__": "OCA\\News\\Db\\Feed"
}]
}, {
"file": "/var/www/nextcloud/apps/news/lib/Controller/FeedController.php",
"line": 176,
"function": "create",
"class": "OCA\\News\\Service\\FeedServiceV2",
"type": "->",
"args": ["smn", "https://electronupdate.blogspot.com/feeds/posts/default?alt=rss", 1, false, null, null, null, true]
}, {
"file": "/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php",
"line": 217,
"function": "create",
"class": "OCA\\News\\Controller\\FeedController",
"type": "->",
"args": ["https://electronupdate.blogspot.com/feeds/posts/default?alt=rss", 1, null, null, null, true]
}, {
"file": "/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php",
"line": 126,
"function": "executeController",
"class": "OC\\AppFramework\\Http\\Dispatcher",
"type": "->",
"args": [{
"__class__": "OCA\\News\\Controller\\FeedController"
}, "create"]
}, {
"file": "/var/www/nextcloud/lib/private/AppFramework/App.php",
"line": 156,
"function": "dispatch",
"class": "OC\\AppFramework\\Http\\Dispatcher",
"type": "->",
"args": [{
"__class__": "OCA\\News\\Controller\\FeedController"
}, "create"]
}, {
"file": "/var/www/nextcloud/lib/private/Route/Router.php",
"line": 302,
"function": "main",
"class": "OC\\AppFramework\\App",
"type": "::",
"args": ["OCA\\News\\Controller\\FeedController", "create", {
"__class__": "OC\\AppFramework\\DependencyInjection\\DIContainer"
}, {
"_route": "news.feed.create"
}]
}, {
"file": "/var/www/nextcloud/lib/base.php",
"line": 1006,
"function": "match",
"class": "OC\\Route\\Router",
"type": "->",
"args": ["/apps/news/feeds"]
}, {
"file": "/var/www/nextcloud/index.php",
"line": 36,
"function": "handleRequest",
"class": "OC",
"type": "::",
"args": []
}],
"File": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Exception.php",
"Line": 26,
"Previous": {
"Exception": "PDOException",
"Message": "SQLSTATE[HY000]: General error: 1364 Field 'title' doesn't have a default value",
"Code": "HY000",
"Trace": [{
"file": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php",
"line": 92,
"function": "execute",
"class": "PDOStatement",
"type": "->",
"args": [null]
}, {
"file": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1163,
"function": "execute",
"class": "Doctrine\\DBAL\\Driver\\PDO\\Statement",
"type": "->",
"args": []
}, {
"file": "/var/www/nextcloud/lib/private/DB/Connection.php",
"line": 267,
"function": "executeStatement",
"class": "Doctrine\\DBAL\\Connection",
"type": "->",
"args": ["INSERT INTO `oc_news_feeds` (`url_hash`, `url`, `location`, `added`, `favicon_link`, `folder_id`, `user_id`, `last_modified`) VALUES(?, ?, ?, ?, ?, ?, ?, ?)", ["9b7937bd688674ea7910e41537737abc", "https://electronupdate.blogspot.com/feeds/posts/default?alt=rss", "https://electronupdate.blogspot.com/feeds/posts/default?alt=rss", 1637318981, "https://electronupdate.blogspot.com/favicon.ico", "And 3 more entries, set log level to debug to see all entries"],
[2, 2, 2, 1, 2, "And 3 more entries, set log level to debug to see all entries"]
]
}, {
"file": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php",
"line": 354,
"function": "executeStatement",
"class": "OC\\DB\\Connection",
"type": "->",
"args": ["INSERT INTO `oc_news_feeds` (`url_hash`, `url`, `location`, `added`, `favicon_link`, `folder_id`, `user_id`, `last_modified`) VALUES(:dcValue1, :dcValue2, :dcValue3, :dcValue4, :dcValue5, :dcValue6, :dcValue7, :dcValue8)", {
"0": "And 3 more entries, set log level to debug to see all entries",
"dcValue1": "9b7937bd688674ea7910e41537737abc",
"dcValue2": "https://electronupdate.blogspot.com/feeds/posts/default?alt=rss",
"dcValue3": "https://electronupdate.blogspot.com/feeds/posts/default?alt=rss",
"dcValue4": 1637318981,
"dcValue5": "https://electronupdate.blogspot.com/favicon.ico"
}, {
"0": "And 3 more entries, set log level to debug to see all entries",
"dcValue1": 2,
"dcValue2": 2,
"dcValue3": 2,
"dcValue4": 1,
"dcValue5": 2
}]
}, {
"file": "/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 287,
"function": "execute",
"class": "Doctrine\\DBAL\\Query\\QueryBuilder",
"type": "->",
"args": []
}, {
"file": "/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 333,
"function": "execute",
"class": "OC\\DB\\QueryBuilder\\QueryBuilder",
"type": "->",
"args": []
}, {
"file": "/var/www/nextcloud/lib/public/AppFramework/Db/QBMapper.php",
"line": 139,
"function": "executeStatement",
"class": "OC\\DB\\QueryBuilder\\QueryBuilder",
"type": "->",
"args": []
}, {
"file": "/var/www/nextcloud/apps/news/lib/Db/NewsMapperV2.php",
"line": 76,
"function": "insert",
"class": "OCP\\AppFramework\\Db\\QBMapper",
"type": "->",
"args": [{
"items": [],
"id": null,
"__class__": "OCA\\News\\Db\\Feed"
}]
}, {
"file": "/var/www/nextcloud/apps/news/lib/Service/FeedServiceV2.php",
"line": 235,
"function": "insert",
"class": "OCA\\News\\Db\\NewsMapperV2",
"type": "->",
"args": [{
"items": [],
"id": null,
"__class__": "OCA\\News\\Db\\Feed"
}]
}, {
"file": "/var/www/nextcloud/apps/news/lib/Controller/FeedController.php",
"line": 176,
"function": "create",
"class": "OCA\\News\\Service\\FeedServiceV2",
"type": "->",
"args": ["smn", "https://electronupdate.blogspot.com/feeds/posts/default?alt=rss", 1, false, null, null, null, true]
}, {
"file": "/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php",
"line": 217,
"function": "create",
"class": "OCA\\News\\Controller\\FeedController",
"type": "->",
"args": ["https://electronupdate.blogspot.com/feeds/posts/default?alt=rss", 1, null, null, null, true]
}, {
"file": "/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php",
"line": 126,
"function": "executeController",
"class": "OC\\AppFramework\\Http\\Dispatcher",
"type": "->",
"args": [{
"__class__": "OCA\\News\\Controller\\FeedController"
}, "create"]
}, {
"file": "/var/www/nextcloud/lib/private/AppFramework/App.php",
"line": 156,
"function": "dispatch",
"class": "OC\\AppFramework\\Http\\Dispatcher",
"type": "->",
"args": [{
"__class__": "OCA\\News\\Controller\\FeedController"
}, "create"]
}, {
"file": "/var/www/nextcloud/lib/private/Route/Router.php",
"line": 302,
"function": "main",
"class": "OC\\AppFramework\\App",
"type": "::",
"args": ["OCA\\News\\Controller\\FeedController", "create", {
"__class__": "OC\\AppFramework\\DependencyInjection\\DIContainer"
}, {
"_route": "news.feed.create"
}]
}, {
"file": "/var/www/nextcloud/lib/base.php",
"line": 1006,
"function": "match",
"class": "OC\\Route\\Router",
"type": "->",
"args": ["/apps/news/feeds"]
}, {
"file": "/var/www/nextcloud/index.php",
"line": 36,
"function": "handleRequest",
"class": "OC",
"type": "::",
"args": []
}],
"File": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php",
"Line": 92
}
}
},
"CustomMessage": "--"
},
"id": "6197820912359"
} |
Beta Was this translation helpful? Give feedback.
Answered by
SMillerDev
Nov 19, 2021
Replies: 1 comment 1 reply
-
There's a bunch of issues with this feed, and one of them is the lack of titles. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
simonspa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Felectronupdate.blogspot.com%2Ffeeds%2Fposts%2Fdefault%3Falt%3Drss
There's a bunch of issues with this feed, and one of them is the lack of titles.