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 Q&A
Couple itsy bitsy PHP errors
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="DrPepper" data-source="post: 152859" data-attributes="member: 19446"><p>Unfortunately I do not read PHP :/</p><p> </p><p><strong><span style="font-size: 15px"><span style="font-family: 'Times New Roman'"><span style="color: #000000">Warning</span></span></span></strong><span style="font-size: 15px"><span style="font-family: 'Times New Roman'"><span style="color: #000000">: mysqli::query() [</span></span></span><a href="http://24.131.62.42/mysqli.query" target="_blank"><span style="font-size: 15px"><span style="font-family: 'Times New Roman'">mysqli.query</span></span></a><span style="font-size: 15px"><span style="font-family: 'Times New Roman'"><span style="color: #000000">]: Couldn't fetch DatabaseManager in </span></span></span><strong><span style="font-size: 15px"><span style="font-family: 'Times New Roman'"><span style="color: #000000">C:\xampp\htdocs\engine\classes\class_core.php</span></span></span></strong><span style="font-size: 15px"><span style="font-family: 'Times New Roman'"><span style="color: #000000"> on line </span></span></span><strong><span style="font-size: 15px"><span style="font-family: 'Times New Roman'"><span style="color: #000000">7</span></span></span></strong></p><p> </p><p><strong><span style="font-size: 15px"><span style="font-family: 'Times New Roman'"><span style="color: #000000">Warning</span></span></span></strong><span style="font-size: 15px"><span style="font-family: 'Times New Roman'"><span style="color: #000000">: LightCore::getServerStat() [</span></span></span><a href="http://24.131.62.42/lightcore.getserverstat" target="_blank"><span style="font-size: 15px"><span style="font-family: 'Times New Roman'">lightcore.getserverstat</span></span></a><span style="font-size: 15px"><span style="font-family: 'Times New Roman'"><span style="color: #000000">]: Couldn't fetch DatabaseManager in </span></span></span><strong><span style="font-size: 15px"><span style="font-family: 'Times New Roman'"><span style="color: #000000">C:\xampp\htdocs\engine\classes\class_core.php</span></span></span></strong><span style="font-size: 15px"><span style="font-family: 'Times New Roman'"><span style="color: #000000"> on line </span></span></span><strong><span style="font-size: 15px"><span style="font-family: 'Times New Roman'"><span style="color: #000000">14</span></span></span></strong></p><p><span style="font-size: 15px"><span style="font-family: 'Times New Roman'"><span style="color: #000000"><span style="font-size: 10px"><span style="font-family: 'verdana'"><strong>LightCMS MySQLi Engine Error</strong></span></span></span></span></span></p><p> </p><p> </p><p><strong><u>Class_Core.PHP:</u></strong></p><p> </p><p>[CODE]<?php</p><p> </p><p> class LightCore {</p><p> public function getServerStat($var) {</p><p> global $db, $core;</p><p> $this->query = "SELECT `" . $var . "` FROM `server_status`";</p><p> if($this->result = $db->query($this->query)) {</p><p> while($this->data = $this->result->fetch_row()) {</p><p> $this->return = $this->data[0];</p><p> return $this->return;</p><p> }</p><p> }</p><p> else {</p><p> $db->databaseError($db->error);</p><p> }</p><p> }</p><p> }</p><p>?>[/CODE]</p></blockquote><p></p>
[QUOTE="DrPepper, post: 152859, member: 19446"] Unfortunately I do not read PHP :/ [B][SIZE=4][FONT=Times New Roman][COLOR=#000000]Warning[/COLOR][/FONT][/SIZE][/B][SIZE=4][FONT=Times New Roman][COLOR=#000000]: mysqli::query() [[/COLOR][/FONT][/SIZE][URL='http://24.131.62.42/mysqli.query'][SIZE=4][FONT=Times New Roman]mysqli.query[/FONT][/SIZE][/URL][SIZE=4][FONT=Times New Roman][COLOR=#000000]]: Couldn't fetch DatabaseManager in [/COLOR][/FONT][/SIZE][B][SIZE=4][FONT=Times New Roman][COLOR=#000000]C:\xampp\htdocs\engine\classes\class_core.php[/COLOR][/FONT][/SIZE][/B][SIZE=4][FONT=Times New Roman][COLOR=#000000] on line [/COLOR][/FONT][/SIZE][B][SIZE=4][FONT=Times New Roman][COLOR=#000000]7[/COLOR][/FONT][/SIZE][/B] [B][SIZE=4][FONT=Times New Roman][COLOR=#000000]Warning[/COLOR][/FONT][/SIZE][/B][SIZE=4][FONT=Times New Roman][COLOR=#000000]: LightCore::getServerStat() [[/COLOR][/FONT][/SIZE][URL='http://24.131.62.42/lightcore.getserverstat'][SIZE=4][FONT=Times New Roman]lightcore.getserverstat[/FONT][/SIZE][/URL][SIZE=4][FONT=Times New Roman][COLOR=#000000]]: Couldn't fetch DatabaseManager in [/COLOR][/FONT][/SIZE][B][SIZE=4][FONT=Times New Roman][COLOR=#000000]C:\xampp\htdocs\engine\classes\class_core.php[/COLOR][/FONT][/SIZE][/B][SIZE=4][FONT=Times New Roman][COLOR=#000000] on line [/COLOR][/FONT][/SIZE][B][SIZE=4][FONT=Times New Roman][COLOR=#000000]14[/COLOR][/FONT][/SIZE][/B] [SIZE=4][FONT=Times New Roman][COLOR=#000000][SIZE=2][FONT=verdana][B]LightCMS MySQLi Engine Error[/B][/FONT][/SIZE][/COLOR][/FONT][/SIZE] [B][U]Class_Core.PHP:[/U][/B] [CODE]<?php class LightCore { public function getServerStat($var) { global $db, $core; $this->query = "SELECT `" . $var . "` FROM `server_status`"; if($this->result = $db->query($this->query)) { while($this->data = $this->result->fetch_row()) { $this->return = $this->data[0]; return $this->return; } } else { $db->databaseError($db->error); } } } ?>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Couple itsy bitsy PHP errors
Top