DokuWiki

It's better when it's simple

User Tools

Site Tools


faq:blankpage

This is an old revision of the document!


I only get a blank or partial page

:?: I only get a blank (empty) page when running DokuWiki or the output stops right after the template header. What's the problem?

This indicates some fatal error occurred which aborted the running PHP process without sending any output to the browser. Fatal errors are commonly triggered by faulty plugins, language or config files. To find out what happened, you need to look up the error message in the appropriate error log.

Where that error log is located varies from setup to setup. Errors might be logged to the webserver's error log, the system global log or a specific PHP error log. This is configured in the error_log directive in php.ini.

Typical locations are:

  • /var/log/apache2/error.log
  • /var/log/apache/error.log
  • /var/log/httpd/error.log
  • /var/log/syslog

Some sources of a fatal error:

  • Adding &purge=true to the URL may fix a problem if an error persists after upgrading a faulty plugin.
  • If the full template (e.g. header and footer) is shown, but the wiki content isn't rendered your disk might be full or refer to largepage.
  • If enabled, php_blenc.dll and php_operator.dll can cause this behavior. Disable these modules in your php.ini file.
  • The findbadphp.php script might help you with finding certain errors, but is no replacement for having the real error message from the error log.
faq/blankpage.1405511595.txt.gz · Last modified: 2014-07-16 13:53 by andi

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki