Troubleshooting Self-Hosted Pressbooks Networks

If you are running into issues on your self-hosted Pressbooks network, here are a few suggestions:

  1. Make sure you are running the recommended versions of PHP and WordPress.
  2. Make sure you have updated Pressbooks and any active plugins and themes to the latest production releases.
  3. Network disable all plugins other than Pressbooks.
  4. Switch your book to the “McLuhan” book theme (the Pressbooks default).
  5. Add this line to wp-config.php: define( 'WP_ENV', 'development' ); to enable extra debugging features.
  6. If you have done each of the previous steps and still can't find the source of your problem, feel free to post a description of your issue in the DevOps section of the Pressbooks Forum. To increase the likelihood that others will be able to help you, include the contents of your network's diagnostics page (available at https://YOURNETWORK.URL/wp-admin/options.php?page=pressbooks_diagnostics) and any steps someone else should follow to reproduce the issue.

Other helpful tools: