Jump to content

SOLVED: blank page after manual upgrade from 2.x to 3.x (localhost, Win)


OLSA
 Share

Recommended Posts

Hello,

my problem was that I get blank page after manual upgrade from 2.8.0/2.8.35 to 3.x. on localhost (Windows).
Also there is no errors inside log files (php, apache... site/logs).

Problem solved after addition in top of config file (site/config.php):

namespace ProcessWire;

One of the first thing what I done (after upgrade and blank page) was that I added this in site/config.php :

// no need to add this!!!

// disable module compilation
$config->moduleCompile = false;

// disable template file compilation
$config->templateCompile = false;

but did not pay attention on config file, and "configure" itself :).

Regards.

p.s. maybe this should be noted in this page

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...