CMS error, need help!

JasonCole

Rawr-Hotel.co.uk
Mar 17, 2013
93
15
I've tried downloading several cms's and they all show the same problem.
I even checked the config several times as well but problem continues.
Here are screen shots.

To register:
image.png


When logged in:
image.png


It happens on every page except the main index where you choose to login or register!

Thanks
 

JasonCole

Rawr-Hotel.co.uk
Mar 17, 2013
93
15
No they're not.. i can't remember what file the webbuild is in tbh, something like class.tpl.php
$this->SetParam('', 'Holo');
$this->SetParam('body_id', '');
$this->SetParam('page_title', ' ');
$this->SetParam('flash_build', 'flash_50_9');
$this->SetParam('web_build', '63_1dc60c6d6ea6e089c6893ab4e0541ee0/506');
$this->SetParam('web_build_str', '50-BUILD66 - 06.05.2010 22:28 - Novic');
$this->SetParam('req_path', WWW);
$this->SetParam('www', WWW);
$this->SetParam('hotel_status_fig', uberCore::GetSystemStatusString(true));
$this->SetParam('hotel_status', uberCore::GetSystemStatusString(false));
$this->SetParam('credits', '' . $users->GetUserVar(USER_ID, 'credits') . '');
This is the first part of what's in that folder.
 

sim0n

Member
Feb 16, 2013
227
15
$this->SetParam('', 'Holo');
$this->SetParam('body_id', '');
$this->SetParam('page_title', ' ');
$this->SetParam('flash_build', 'flash_50_9');
$this->SetParam('web_build', '63_1dc60c6d6ea6e089c6893ab4e0541ee0/506');
$this->SetParam('web_build_str', '50-BUILD66 - 06.05.2010 22:28 - Novic');
$this->SetParam('req_path', WWW);
$this->SetParam('www', WWW);
$this->SetParam('hotel_status_fig', uberCore::GetSystemStatusString(true));
$this->SetParam('hotel_status', uberCore::GetSystemStatusString(false));
$this->SetParam('credits', '' . $users->GetUserVar(USER_ID, 'credits') . '');
This is the first part of what's in that folder.
EDIT THIS LINE TO TEH LATEST WEBBUILD. JESUS.

$this->SetParam('web_build', '63_1dc60c6d6ea6e089c6893ab4e0541ee0/506');
 

Find

Posting Freak
Jun 21, 2012
597
189
$this->SetParam('', 'Holo');
$this->SetParam('body_id', '');
$this->SetParam('page_title', ' ');
$this->SetParam('flash_build', 'flash_50_9');
$this->SetParam('web_build', '63_1dc60c6d6ea6e089c6893ab4e0541ee0/506');
$this->SetParam('web_build_str', '50-BUILD66 - 06.05.2010 22:28 - Novic');
$this->SetParam('req_path', WWW);
$this->SetParam('www', WWW);
$this->SetParam('hotel_status_fig', uberCore::GetSystemStatusString(true));
$this->SetParam('hotel_status', uberCore::GetSystemStatusString(false));
$this->SetParam('credits', '' . $users->GetUserVar(USER_ID, 'credits') . '');
This is the first part of what's in that folder.
change
PHP:
$this->SetParam('web_build', '63_1dc60c6d6ea6e089c6893ab4e0541ee0/506');

to

PHP:
$this->SetParam('web_build', '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1633');
 

JasonCole

Rawr-Hotel.co.uk
Mar 17, 2013
93
15
change
PHP:
$this->SetParam('web_build', '63_1dc60c6d6ea6e089c6893ab4e0541ee0/506');

to

PHP:
$this->SetParam('web_build', '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1633');
EDIT THIS LINE TO TEH LATEST WEBBUILD. JESUS.

$this->SetParam('web_build', '63_1dc60c6d6ea6e089c6893ab4e0541ee0/506');

Thanks guys, done what you said, however this is showing up??
image.png
 

Users who are viewing this thread

Top