Serendipity-Buch

Handbuch für Serendipity bestellen

Das offizielle, umfassende Serendipity-Handbuch für Einsteiger und Profis ist nun im Handel und kann online bei Amazon oder OpenSourcePress, oder auch bei jedem Buchhändler, bestellt werden!

Forum-Information

Before posting about errors, make sure that the answer cannot already be found in our FAQ or by searching this forum!
Posting is restricted to registered users (registering is free and simple!) due to recent spam attacks. When having trouble with this board, contact garvin(-at)s9y(-dot)org.

Board index Bugs Microblogging plugin giving errors on save

Found a bug? Tell us!!
User avatar
garvinhicking
Core Developer
 
Posts: 26744
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany

Postby garvinhicking » Thu Aug 27, 2009 10:16 am

Hi Mela!

Seems like you do not run mod_php - so the errors would not be contained inside your httpd-error_log, but instead in a more general syslog, or a specific CgiErrorLog - can you check that?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/

Mela
Regular
 
Posts: 14
Joined: Sat Dec 17, 2005 8:45 pm
Location: Karlsruhe, Germany

Postby Mela » Thu Aug 27, 2009 10:18 am

Check. Nothing in the main-syslog and no CGI-Error-Log either, sorry.

/var/log/messages:

Code: Select all

Aug 27 09:41:07 neskaya kernel: pid 28685 (httpd), uid 80: exited on signal 4
Aug 27 09:41:12 neskaya kernel: pid 72757 (httpd), uid 80: exited on signal 4
Aug 27 09:41:12 neskaya kernel: pid 72762 (httpd), uid 80: exited on signal 4
Aug 27 09:43:01 neskaya kernel: pid 72781 (httpd), uid 80: exited on signal 4
Aug 27 09:43:02 neskaya kernel: pid 72784 (httpd), uid 80: exited on signal 4
Aug 27 09:43:07 neskaya kernel: pid 72786 (httpd), uid 80: exited on signal 4
Aug 27 09:43:09 neskaya kernel: pid 72765 (httpd), uid 80: exited on signal 4
Aug 27 09:43:09 neskaya kernel: pid 72782 (httpd), uid 80: exited on signal 4
Aug 27 09:43:10 neskaya kernel: pid 72779 (httpd), uid 80: exited on signal 4



Mela
Regular
 
Posts: 14
Joined: Sat Dec 17, 2005 8:45 pm
Location: Karlsruhe, Germany

Postby Mela » Thu Aug 27, 2009 10:21 am

Maybe I could adjust the loglevel to 'debug' and try again?

Mela
Regular
 
Posts: 14
Joined: Sat Dec 17, 2005 8:45 pm
Location: Karlsruhe, Germany

Postby Mela » Thu Aug 27, 2009 10:35 am

httpd-error_log Loglevel debug:

Code: Select all

[Thu Aug 27 10:26:59 2009] [info] mod_wsgi (pid=34552): Attach interpreter ''.
[Thu Aug 27 10:26:59 2009] [info] mod_wsgi (pid=34553): Attach interpreter ''.
[Thu Aug 27 10:27:09 2009] [notice] child pid 34541 exit signal Illegal instruction (4)
[Thu Aug 27 10:27:09 2009] [notice] child pid 34530 exit signal Illegal instruction (4)
[Thu Aug 27 10:27:09 2009] [info] mod_wsgi (pid=34554): Attach interpreter ''.
[Thu Aug 27 10:27:10 2009] [info] mod_wsgi (pid=34555): Attach interpreter ''.
[Thu Aug 27 10:27:10 2009] [info] mod_wsgi (pid=34556): Attach interpreter ''.
[Thu Aug 27 10:27:32 2009] [info] mod_wsgi (pid=34566): Attach interpreter ''.
[Thu Aug 27 10:27:33 2009] [info] mod_wsgi (pid=34567): Attach interpreter ''.
[Thu Aug 27 10:27:33 2009] [info] mod_wsgi (pid=34568): Attach interpreter ''.
[Thu Aug 27 10:28:13 2009] [notice] child pid 34567 exit signal Illegal instruction (4)
[Thu Aug 27 10:28:22 2009] [notice] child pid 34551 exit signal Illegal instruction (4)
[Thu Aug 27 10:28:23 2009] [notice] child pid 34553 exit signal Illegal instruction (4)
[Thu Aug 27 10:28:28 2009] [notice] child pid 34555 exit signal Illegal instruction (4)
[Thu Aug 27 10:28:28 2009] [notice] child pid 34546 exit signal Illegal instruction (4)
[Thu Aug 27 10:28:28 2009] [notice] child pid 34544 exit signal Illegal instruction (4)
[Thu Aug 27 10:28:29 2009] [notice] child pid 34540 exit signal Illegal instruction (4)
[Thu Aug 27 10:28:29 2009] [notice] child pid 34534 exit signal Illegal instruction (4)
[Thu Aug 27 10:28:29 2009] [info] mod_wsgi (pid=34576): Attach interpreter ''.
[Thu Aug 27 10:28:30 2009] [info] mod_wsgi (pid=34577): Attach interpreter ''.
[Thu Aug 27 10:28:30 2009] [info] mod_wsgi (pid=34578): Attach interpreter ''.
[Thu Aug 27 10:28:36 2009] [info] mod_wsgi (pid=34580): Attach interpreter ''.
[Thu Aug 27 10:28:37 2009] [notice] child pid 34566 exit signal Illegal instruction (4)
[Thu Aug 27 10:28:39 2009] [info] mod_wsgi (pid=34582): Attach interpreter ''.



User avatar
garvinhicking
Core Developer
 
Posts: 26744
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany

Postby garvinhicking » Thu Aug 27, 2009 11:08 am

Hi!

Hm. Did you try to set the apache "ScriptLog" directive?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/

Mela
Regular
 
Posts: 14
Joined: Sat Dec 17, 2005 8:45 pm
Location: Karlsruhe, Germany

Postby Mela » Thu Aug 27, 2009 11:17 am

Yes. Tried it. Logfile stays blank.

User avatar
garvinhicking
Core Developer
 
Posts: 26744
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany

Postby garvinhicking » Thu Aug 27, 2009 12:37 pm

Hi!

Hm. I actually always use mod_php, so I'm not experienced in setting up CGI logging. Until someone uses mod_php to reproduce the error, or figure out a way to get CGI logging up and running, I can't really help here...

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/

Mela
Regular
 
Posts: 14
Joined: Sat Dec 17, 2005 8:45 pm
Location: Karlsruhe, Germany

Postby Mela » Thu Aug 27, 2009 12:43 pm

Ähm. Well. I am using certainly mod_php.

User avatar
garvinhicking
Core Developer
 
Posts: 26744
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany

Postby garvinhicking » Thu Aug 27, 2009 2:56 pm

Hi!

Mela wrote:Ähm. Well. I am using certainly mod_php.


I thought HTTP 500 errors only happen with CGI?!

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/

Mela
Regular
 
Posts: 14
Joined: Sat Dec 17, 2005 8:45 pm
Location: Karlsruhe, Germany

Postby Mela » Thu Aug 27, 2009 5:32 pm

Sorry, I see the error lies in "I got the same problem."

No, I didn't get an error 500, but the blog is wrecked completely after the plugin upgrade.

Mela

User avatar
garvinhicking
Core Developer
 
Posts: 26744
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany

Postby garvinhicking » Fri Aug 28, 2009 10:44 am

Hi Mela!

A blank page then, you mean with "wrecked"? Can you check your php.ini settings for error_reporting and error_log? (through phpinfo())?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/

User avatar
Wolfdog
Regular
 
Posts: 10
Joined: Mon Nov 17, 2008 10:49 am
Location: USA

Postby Wolfdog » Fri Aug 28, 2009 6:42 pm

The plugin worked just fine till the last update, thus I assume the modifications/additions to the code base from thus previous version should be checked. Also, I am having issues with producing logs.
Why not just roll back to the previous version at least so we can use the plugin till this is fixed?

Mela
Regular
 
Posts: 14
Joined: Sat Dec 17, 2005 8:45 pm
Location: Karlsruhe, Germany

Postby Mela » Fri Aug 28, 2009 10:17 pm

garvinhicking wrote:A blank page then, you mean with "wrecked"? Can you check your php.ini settings for error_reporting and error_log? (through phpinfo())?


I'm sorry, not until the day after tomorrow. party congress.

Mela

ini
 
Posts: 2
Joined: Sun Aug 30, 2009 1:46 pm

Postby ini » Sun Aug 30, 2009 1:52 pm

Hi!

I have the same problem: I installed the new version of the plugin and now my blog is not working. When you try to visit it, it says "500 Internal Server Error". Error occurs permanent. I can visit the admin-page, but not my blog. I have already uninstalled the plugin, no change

Please help

Regards,
Ingrid

ini
 
Posts: 2
Joined: Sun Aug 30, 2009 1:46 pm

Postby ini » Sun Aug 30, 2009 2:03 pm

Okay, I un-installed the whole folder via FTP and now I can visit my blog again (thank God!). But there is definitely something wrong with this plugin...

PreviousNext


Return to Bugs

Who is online

Users browsing this forum: No registered users and 1 guest

cron