Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Installation page can't load css/js

At the installation/upgrade page, you see the page like this, and you can't click continue button.

Because phpFox 4.6.1 does not support cloudflare (or similar cache service) well. Please disable cache service that you are using then try again.

Or you can remove these lines:

 if(isset($_SERVER['HTTP_X_FORWARDED_FOR'])){
    $host = $_SERVER['HTTP_X_FORWARDED_FOR'];
 }

 

File PF.Base/install/index.php from line 18 to 20

 

Blank page after upgrade

After you upgrade your site, you click to on "View Site" and it only show a blank page. Because you are using a cloned theme from material, our script does not work well in this case.

You can fix this problem by copy and replace file PF.Site/flavors/material/start.php to PF.Site/flavors/[your_cloned_theme]/start.php

 

 

If you can't resolve by yourself, we can help you via ticket system.

  • No labels