You are here:  » Blank page while setup


Blank page while setup

Submitted by marco@flapper on Wed, 2013-10-09 15:55 in

Hi,
Setting up a new Wordpress multisite with PT but I get a blank page.

I copied the PT files from another wordpress site. And wanted to go to setup. But only blank pages. I can't see the pt screen either. I double checked config.php but this should be ok. i checked also by putting in a test html page and this is shown in the pt folder. A also copied the files again. But this didn't work either.

I probably oversee something but what can be causing that I 'don't see the pt pages'?

The link is:

{link saved}

Submitted by support on Wed, 2013-10-09 16:21

Hi Marco,

It looks like a requirement may be missing but also since errors / warnings are disabled on your server you won't be able to see the error message. To enable, if you edit config.php and add the following lines to the end, just before the closing PHP tag:

  ini_set('display_errors','on');
  error_reporting(E_ERROR);

If you're still not sure after any error message. or if there is no change, let me know and I'll help you investigate further...

Cheers,
David.
--
PriceTapestry.com

Submitted by marco@flapper on Wed, 2013-10-09 17:33

Hi,
Found out that it was something with the config.php. Some character misform? To get it to work I replaced the line with $config_charset = "utf-8";

and then it worked again.