Setting up CMS turns localhost into blank page HELP

Results 1 to 2 of 2
  1. #1
    Novice Hermethy is offline
    MemberRank
    Mar 2020 Join Date
    1Posts

    Setting up CMS turns localhost into blank page HELP

    Hey,

    I'm trying to make a fansite by turning a retro CMS into a fansite, which I probably will be able to do. However, when I'm trying to set up this CMS and trying to connect to localhost it gives me a blank page with 'Object not found'. How can I fix this?

    The CMS didn't provide a DB so I used the first plusEMU db I could find since someone said that it was compatible. I have no need for the client, just a working CMS with the template it was shown in the screen.

    CMS: EubboCMS Habwish EDIT (posted on another forum, can provide link if asked)
    DB: PlusEmu DB

    My config.php:

    *DB has no password so it's empty
    **I get this https://prnt.sc/rm6sgt but it has to look like this https://prnt.sc/rm6sqk

    Code:
    <?php
    error_reporting(0);
    if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
    
    $_CONFIG['mysql']['connection_type'] = 'pconnect';
    $_CONFIG['mysql']['hostname'] = 'localhost';
    $_CONFIG['mysql']['username'] = 'root';
    $_CONFIG['mysql']['password'] = '';
    $_CONFIG['mysql']['database'] = 'hsport';
    $_CONFIG['mysql']['port'] = '3306';
    $_CONFIG['hotel']['url'] = '';
    $_CONFIG['hotel']['name'] = 'Habwish Hotel';
    $_CONFIG['hotel']['desc'] = 'All across the globe!';
    $_CONFIG['hotel']['email'] = '';
    $_CONFIG['hotel']['in_maint'] = false;
    $_CONFIG['hotel']['motto'] = 'Wishing my way into ' . $_CONFIG['hotel']['name'];
    $_CONFIG['hotel']['credits'] = 1000;
    $_CONFIG['hotel']['pixels'] = 2000;
    $_CONFIG['hotel']['figure'] = 'hd-180-1.hr-170-61.ha-1012-110.ch-255-100.lg-280-110.sh-290-62';
    $_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527';
    $_CONFIG['hotel']['external_vars'] = '/swf/gamedata/external_variables.txt';
    $_CONFIG['hotel']['external_texts'] = '/swf/gamedata/external_flash_texts.txt';
    $_CONFIG['hotel']['product_data'] = '/swf/gamedata/productdata.txt';
    $_CONFIG['hotel']['furni_data'] = '/swf/gamedata/furnidata.xml';
    $_CONFIG['hotel']['swf_folder'] = '/swf/gordon/PRODUCTION-201602082203-712976078';
    $_CONFIG['template']['style'] = 'Habwish';
    ?>
    
    
    I would appreciate it if someone could help me with this. Thanks in advance.


  2. #2
    Mr VPS - Cheap VPS Server NOC is offline
    MemberRank
    Sep 2011 Join Date
    Liverpool, UKLocation
    840Posts

    Re: Setting up CMS turns localhost into blank page HELP

    Have you included your .htaccess in your htdocs folder ?



Advertisement