Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
[Release] Peace Hotel CMS (BoltCMS v1)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="MadMonsterMan" data-source="post: 380246" data-attributes="member: 67188"><p>PHP LOG EDIT:</p><p>[CODE][19-Jul-2016 14:50:47 Pacific/Auckland] PHP Notice: Undefined index: user in C:\inetpub\wwwroot\application\application.php on line 139</p><p>[19-Jul-2016 14:50:47 Pacific/Auckland] PHP Notice: Trying to get property of non-object in C:\inetpub\wwwroot\application\application.php on line 139</p><p>[19-Jul-2016 14:50:47 Pacific/Auckland] PHP Notice: Undefined index: user in C:\inetpub\wwwroot\application\application.php on line 139</p><p>[19-Jul-2016 14:50:47 Pacific/Auckland] PHP Notice: Trying to get property of non-object in C:\inetpub\wwwroot\application\application.php on line 139</p><p>[19-Jul-2016 14:50:47 Pacific/Auckland] PHP Notice: Undefined index: user in C:\inetpub\wwwroot\application\application.php on line 139</p><p>[19-Jul-2016 14:50:47 Pacific/Auckland] PHP Notice: Trying to get property of non-object in C:\inetpub\wwwroot\application\application.php on line 139</p><p>[19-Jul-2016 14:50:47 Pacific/Auckland] PHP Notice: Undefined index: user in C:\inetpub\wwwroot\application\application.php on line 139</p><p>[19-Jul-2016 14:50:47 Pacific/Auckland] PHP Notice: Trying to get property of non-object in C:\inetpub\wwwroot\application\application.php on line 139</p><p>[19-Jul-2016 14:50:47 Pacific/Auckland] PHP Notice: Undefined index: user in C:\inetpub\wwwroot\application\application.php on line 139</p><p>[19-Jul-2016 14:50:47 Pacific/Auckland] PHP Notice: Trying to get property of non-object in C:\inetpub\wwwroot\application\application.php on line 139</p><p>[/CODE]</p><p>[doublepost=1468896935,1468896435][/doublepost]</p><p>I've looked into my issue with the error on application.php on line 139 looks like it has something to do with the language</p><p>[doublepost=1468897873][/doublepost]Looks like PHP script is giving the error on line 139:</p><p>[PHP]if($_SESSION['user']['data']->language == '00' || ($_SESSION['user']['data']->language != 'TR' && $_SESSION['user']['data']->language != 'MY' && $_SESSION['user']['data']->language != 'ES' && $_SESSION['user']['data']->language != 'EN')){</p><p> $lang = strtolower(substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2));</p><p> }else{ $lang = $_SESSION['user']['data']->language; }[/PHP]</p></blockquote><p></p>
[QUOTE="MadMonsterMan, post: 380246, member: 67188"] PHP LOG EDIT: [CODE][19-Jul-2016 14:50:47 Pacific/Auckland] PHP Notice: Undefined index: user in C:\inetpub\wwwroot\application\application.php on line 139 [19-Jul-2016 14:50:47 Pacific/Auckland] PHP Notice: Trying to get property of non-object in C:\inetpub\wwwroot\application\application.php on line 139 [19-Jul-2016 14:50:47 Pacific/Auckland] PHP Notice: Undefined index: user in C:\inetpub\wwwroot\application\application.php on line 139 [19-Jul-2016 14:50:47 Pacific/Auckland] PHP Notice: Trying to get property of non-object in C:\inetpub\wwwroot\application\application.php on line 139 [19-Jul-2016 14:50:47 Pacific/Auckland] PHP Notice: Undefined index: user in C:\inetpub\wwwroot\application\application.php on line 139 [19-Jul-2016 14:50:47 Pacific/Auckland] PHP Notice: Trying to get property of non-object in C:\inetpub\wwwroot\application\application.php on line 139 [19-Jul-2016 14:50:47 Pacific/Auckland] PHP Notice: Undefined index: user in C:\inetpub\wwwroot\application\application.php on line 139 [19-Jul-2016 14:50:47 Pacific/Auckland] PHP Notice: Trying to get property of non-object in C:\inetpub\wwwroot\application\application.php on line 139 [19-Jul-2016 14:50:47 Pacific/Auckland] PHP Notice: Undefined index: user in C:\inetpub\wwwroot\application\application.php on line 139 [19-Jul-2016 14:50:47 Pacific/Auckland] PHP Notice: Trying to get property of non-object in C:\inetpub\wwwroot\application\application.php on line 139 [/CODE] [doublepost=1468896935,1468896435][/doublepost] I've looked into my issue with the error on application.php on line 139 looks like it has something to do with the language [doublepost=1468897873][/doublepost]Looks like PHP script is giving the error on line 139: [PHP]if($_SESSION['user']['data']->language == '00' || ($_SESSION['user']['data']->language != 'TR' && $_SESSION['user']['data']->language != 'MY' && $_SESSION['user']['data']->language != 'ES' && $_SESSION['user']['data']->language != 'EN')){ $lang = strtolower(substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2)); }else{ $lang = $_SESSION['user']['data']->language; }[/PHP] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
[Release] Peace Hotel CMS (BoltCMS v1)
Top