Forums » Ryzom Game on GNU/Linux »
[SOLVED] Ryzom web interface only show white screen
Added by velf over 3 years ago
hi there, i have comnpiled ryzom in my ubuntu 11.04 i follow documentation to configure my server, but when i try to access my server using http://xx.xx.xx.xx it give me blank screen (i mean white scree in my browser). can anyone help me to solve my problem?
Replies (4)
    
    RE: Ryzom web interface only show white screen
    -
    Added by molator over 3 years ago
  
  You should check apache logs:
/var/logs/apache2 (or else)
The virtual hosts are probably not working.
    
    RE: Ryzom web interface only show white screen
    -
    Added by velf over 3 years ago
  
  i have checked my apache log, i see there is error. how to solve this?
@
PHP Warning:  require_once(/home/ryhom/code/ryzom/tools/server/admin/functions_common.php): failed to open stream: No such file or directory in /home/ryzom/code/ryzom/tools/server/admin/common.php on line 11
PHP Fatal error:  require_once(): Failed opening required '/home/ryhom/code/ryzom/tools/server/admin/functions_common.php' (include_path='.:/usr/share/php:/usr/share/pear:./nel/') in /home/ryzom/code/ryzom/tools/server/admin/common.php on line 11
@
    
    RE: Ryzom web interface only show white screen
    -
    Added by molator over 3 years ago
  
  '/home/ryhom/code/ryzom/tools/server/admin/functions_common.php' :)
There's something with the path.
You wrote ryhom instead of ryzom.
Check code\ryzom\tools\server\admin\config.php, could be the following setting:
define('NELTOOL_SYSTEMBASE','/home/nevrax/hg/code/ryzom/tools/server/admin/');
    
    RE: [SOLVED] Ryzom web interface only show white screen
    -
    Added by velf over 3 years ago
  
  Thanks for your help :D
(1-4/4)