Blog Sections Open

Fixing Empty Frontend Pages After Updating to Evolution 1.0.14-d6.16

What to check when an update appears successful but the site begins returning blank pages while the offline message still renders correctly.

An update that completes without visible errors but leaves the frontend blank is especially tricky. In the original case, putting the site offline still showed the offline message, which meant the application was not completely dead, but normal page rendering had broken.

That usually points to a parser, plugin, or compatibility issue triggered only in the regular page pipeline.

Where to inspect first

  • recently updated plugins and snippets,
  • PHP compatibility warnings hidden from output,
  • cached parser artifacts left over from the previous build,
  • manager and system logs around the first blank requests.

The offline page clue matters: it tells you the install is not totally broken. Something in the normal rendering chain is failing after bootstrap.

Blank-page upgrades are rarely solved by staring at the frontend alone. They are solved by isolating which part of the normal page render no longer survives the new build.

Newer post

Fixing DocLister White Screens After Saving a Resource

How to troubleshoot the blank central pane that can appear after installing DocLister on certain Evolution builds and saving a resource.

Older post

Planning Evolution CMS Catalogs for 10,000–20,000 Products

How to think about large-product-count architecture in Evolution CMS before the catalog outgrows ad hoc TVs, snippets, and one-server assumptions.