[Resolved] protocolbuffers error 500

Status
Not open for further replies.
#1
hello
i had install protocolbuffers.so by pecl on php and then add extension=protocolbuffers.so to php.ini.
but when i done this, i get error 500 on one request in each two request!
when i comment the extension line in php.ini, the problem solved...
i check this issue on urls that does not include any lines about this class but the error occur on them also.
i had checked the lsws log and it is:
Code:
2016-05-28 06:13:05.823 NOTICE [89.41.42.243:51173] Premature end of response header.
2016-05-28 06:13:05.823 INFO [89.41.42.243:51173] abort request..., code: 4
2016-05-28 06:13:05.823 INFO [89.41.42.243:51173] Abort request processing by PID:32571, kill: 1, begin time: 0, sent time: 0, req processed: 2
2016-05-28 06:13:05.823 INFO [89.41.42.243:51173] File not found [/home/clickmagic/domains/arabfeed.ir/public_html/500.shtml]
2016-05-28 06:13:05.834 INFO Remove pid: 32571, exitcode: 255
what is your idea?
what is the source of the issue?
 
Last edited by a moderator:
Status
Not open for further replies.
Top