Wabbo CMS

Results 1 to 3 of 3
  1. #1
    Habbo Section Kudzo is offline
    MemberRank
    Sep 2012 Join Date
    127.0.0.1Location
    358Posts

    Wabbo CMS

    I'm currently trying to use Wabbo CMS, because I want to test somethings and I like the CMS. But every time I try to go to the site I get this : Screenshot by Lightshot

    Not sure what to do, it is easy replacing my information with things that need changing but then that error happens, what should I do?


  2. #2
    Lurking around Clawed is offline
    MemberRank
    Jun 2012 Join Date
    RaGEZONELocation
    785Posts

    Re: Wabbo CMS

    I think this is something to do with this in index.php:
    PHP Code:
    $HabJoy 'http://'.$_SERVER['SERVER_NAME'];

    if(
    $HabJoy != $_CONFIG['hotel']['url'])

    {

    header("Location: ".$_CONFIG['hotel']['url'].$_SERVER['REQUEST_URI']);

    exit;


    Replace with this:
    PHP Code:
    /*$HabJoy = 'http://'.$_SERVER['SERVER_NAME'];

    if($HabJoy != $_CONFIG['hotel']['url'])

    {

    header("Location: ".$_CONFIG['hotel']['url'].$_SERVER['REQUEST_URI']);

    exit;

    }*/ 
    that should fix the problem, i might be wrong, but try it anyway.

  3. #3
    Habbo Section Kudzo is offline
    MemberRank
    Sep 2012 Join Date
    127.0.0.1Location
    358Posts

    Re: Wabbo CMS

    I've changed CMS @Clawed, I'm now using UberCMS 2.0.1, but I'm having a problem with my IP showing when I type in my hotel's domain. So instead of:

    Code:
    http://blahblahblah.com
    I get:

    Code:
    http://111.111.111.111
    ( ^ Example IP )
    How do I fix it?



Advertisement