Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Migration from vtiger 5.4 ro coreBOS
#2
Hi

A blank page is a PHP error, so we would need to see the error message to be able to diagnose. To get that, open the config.inc.php file, at the top you will find an "error_reporting(E_RROR)"

Change that to "error_reporting(E_ALL);" and add another line with

"ini_set('display_errors', 1);"

then reproduce the white page. Try fixing whatever PHP is complaining about. I suppose it will be missing PHP_DOM or PHP_XML which coreBOS requires. Look in the wiki for the exact list of required PHP extensions.

Also, there is a path issue with windows installs:

https://corebos.com/documentation/doku.php?id=en:install550#i_installed_in_windows_but_the

make sure you set that variable correctly

Let me know how it goes
Joe
TSolucio
Reply


Messages In This Thread
RE: Migration from vtiger 5.4 ro coreBOS - joebordes - 06-14-2020, 04:01 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)