Pagina 1 van 1

Fouten vanuit webserver met PHPBB

Geplaatst: 13 jan 2009, 11:39
door jankarremans
  • Adres van je forum: http://vir-hpie2:6565/bb
    Event. modificaties op je forum: None
    Wanneer ontstond het probleem? Na migratie
    phpBB versie: 3.0.4

    Heb je onlangs iets veranderd aan je forum? De migratie alleen
    Wat is het probleem?
De web-server (Apache meegeleverd met HP UX 11.31) geeft de volgende foutmelding (geregeld) in de errors_log

Tue Jan 13 11:04:15 2009] [notice] child pid 11762 exit signal Illegal instruction (4), possible coredump in /opt/hpws/apache
Tue Jan 13 11:04:15 2009] [notice] child pid 11758 exit signal Illegal instruction (4), possible coredump in /opt/hpws/apache
Tue Jan 13 11:12:34 2009] [notice] child pid 11771 exit signal Illegal instruction (4), possible coredump in /opt/hpws/apache
Tue Jan 13 11:12:50 2009] [notice] child pid 12913 exit signal Illegal instruction (4), possible coredump in /opt/hpws/apache
Tue Jan 13 11:12:51 2009] [notice] child pid 13212 exit signal Illegal instruction (4), possible coredump in /opt/hpws/apache

In het forum zie je dit terug als een lege pagina, waarna je een refresh doet. Je ziet dan keurig de correcte pagina. Bijvoorbeeld na een post krijg je deze lege pagina, na een refresh is je comment toch keurig gesubmit.

Kent iemand dit?
Wat is er tegen te doen?

Er bestaan verhalen die zeggen:
It is, in fact, the section on "syntax highlighting" that is causing it to fail. More specifically, it's the "java" highlight that's failing. When I change it from <code java> to <code cpp>, it appears to work fine. Any thoughts?

OK, more stuff...

<code java>
/**
* The HelloWorldApp class implements an application that
* simply displays "Hello World!" to the standard output.
*/
class HelloWorldApp {
public static void main(String[] args) {
System.out.println("Hello World!"); //Display the string.
}
}
</code>

It is, in fact, something that's breaking between the String[] and the next line that's causing wackiness.

Waarbij uiteindelijk de blame geschoven wordt op het de meest onbekende factor in 't geheel, namelijk HPUX 11.31 in combinatie met PHP, wat best flauwekul is.
Heeft er iemand een echt oplossing?

Re: Fouten vanuit webserver met PHPBB

Geplaatst: 13 jan 2009, 14:23
door Paul
Welke phpBB versie gebruik je? Geef eens een werkende url ;).

Verder ben ik toch echt bang dat of php of apache de schuldige is, als deze fout anders op veel grotere schaal zou gebeuren. gebruik je de laaste versie vanb eide? ;)