Bug #175
Errors while submitting new articles
| Status: | Invalid | Start date: | 2009-09-05 | |
|---|---|---|---|---|
| Priority: | Undecided | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| PHP Version: |
Description
Short description of a problem i experience.
Just installed 2.3.3 in /tcm233test/ dir of my hostname.
Default config, no changes. Using 'standard' router.
I created two categories. And started submitting many many long posts of content like "TEXT TEXT ..." and so on.
Suddenly i got error 500 from webserver. I gone to another browser to confirm. It still returned 500.
On any attempt to add new article i got HTTP 500.
Error log was saying something like
[2009-09-04T02:22:39+06:00] [127.0.0.1 | uid unknown] [warning] -- (unknown:0) Locale "en_GB.utf8" could not be set as it is not supported //3 more same lines. it was before that error started to appear. //and these are after. [2009-09-04T02:23:12+06:00] [127.0.0.1 | uid 2] [warning] -- (unknown:0) Feed "global" does not have feed info set. [2009-09-04T02:23:12+06:00] [127.0.0.1 | uid 2] [warning] -- (unknown:0) Feed "article-latest" does not have feed info set.
WHILE with all this errors i STILL got my article succesfully added.
If i set status "unpublished" (meaning don't publishing it once POST'ed i got normal 200 result as expected.
If i disable RSS module that error goes away.
/tmp/rss/* files appended.
History
Updated by Alex Cartwright over 2 years ago
- Priority changed from Medium to Undecided
Thanks for the report, could you also provide web server logs for when this happens as well?
Updated by Konstantin Leonov over 2 years ago
- File l.bz2 added
Whoops, i lied. there was sef enabled. so maybe it's the problem actually.
Here are some logs dump.
I can even get you full packets dump if you really need.
Updated by Alex Cartwright over 2 years ago
Konstantin Leonov wrote:
Whoops, i lied. there was sef enabled. so maybe it's the problem actually.
Here are some logs dump.
I can even get you full packets dump if you really need.
Sorry, I mean error logs not access logs
Updated by Konstantin Leonov over 2 years ago
It's not webserver issue.
This is what i got when i add article and trying to publish it.
Warning: DOMDocument::load() [domdocument.load]: Input is not proper UTF-8, indicate encoding ! Bytes: 0xA0 0x53 0x48 0x45 in /srv/l33t.h4x0r/tcm233test/tmp/rss/global.xml, line: 9 in /srv/l33t.h4x0r/tcm233test/application/libraries/Rss.php on line 67 Warning: DOMDocument::load() [domdocument.load]: Input is not proper UTF-8, indicate encoding ! Bytes: 0xA0 0x53 0x48 0x45 in /srv/l33t.h4x0r/tcm233test/tmp/rss/article-latest.xml, line: 9 in /srv/l33t.h4x0r/tcm233test/application/libraries/Rss.php on line 67 Warning: DOMDocument::load() [domdocument.load]: Input is not proper UTF-8, indicate encoding ! Bytes: 0xA0 0x53 0x48 0x45 in /srv/l33t.h4x0r/tcm233test/tmp/rss/article-latest.xml, line: 9 in /srv/l33t.h4x0r/tcm233test/application/libraries/Rss.php on line 67 Fatal error: Call to a member function appendChild() on a non-object in /srv/l33t.h4x0r/tcm233test/application/libraries/Rss.php on line 197
And i have nothing(i lie again but that doesn't prevent TCM from working without php full outputs) when i do not publish but just posting new article.
Updated by Alex Cartwright over 2 years ago
Would it be possible to provide a direct URL to the XML files? I'd like to see what charset they are
Updated by Alex Cartwright over 2 years ago
- Status changed from New to Incomplete
Marking as incomplete, not enough data to even start to debug this.
Updated by Alex Cartwright over 1 year ago
No response from the reporter for a year, closing as invalid.