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
RevCMS Code "Vault"
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="Platinum" data-source="post: 146233" data-attributes="member: 21952"><p>Yes, so I have recently been trying to edit a skin ( not major ) and I have come across this error I kept on getting, I literally tried everything what I could do, but I know you people could do better and help me out with this problem, so the problem I have been getting is when I am on the " Vault " page, everything seems fine but in the bottom right hand corner the following error appears:</p><p> </p><p><strong><span style="font-size: 11px"><span style="font-family: 'Verdana'"><span style="color: #000000">Warning</span></span></span></strong><span style="font-size: 11px"><span style="font-family: 'Verdana'"><span style="color: #000000">: Illegal string offset 'Username' in</span></span></span><strong><span style="font-size: 11px"><span style="font-family: 'Verdana'"><span style="color: #000000">C:\xampp\htdocs\app\tpl\skins\Custom-Habbo\vault.php</span></span></span></strong><span style="font-size: 11px"><span style="font-family: 'Verdana'"><span style="color: #000000">on line </span></span></span><strong><span style="font-size: 11px"><span style="font-family: 'Verdana'"><span style="color: #000000">272</span></span></span></strong></p><p> </p><p> </p><p>and I have been in the Location " Vault.php " and this is the Code what I find:</p><p> </p><p>Line 272: echo'<center><p><font size="4px"><b>'. $Result1['Username'] .'</b></font></p></center>';</p><p> </p><p>I really don't see what's wrong with that, maybe its because what's around it, so I will give you the rest:</p><p> </p><p><?php</p><p>$getResult1 = mysql_query("SELECT * FROM vault ORDER by Username DESC");</p><p> </p><p> </p><p>while($Result1 = mysql_fetch_assoc($getResult1))</p><p>{</p><p>if($Result1['Username'] == 'None')</p><p>{</p><p>$Result1 = "";</p><p>}</p><p> </p><p> </p><p>echo'<center><p><font size="4px"><b>'. $Result1['Username'] .'</b></font></p></center>';</p><p>}</p><p>?></p><p> </p><p>I will be thankful to anyone who would be caring and willing to help me out in this case, Thank you.</p></blockquote><p></p>
[QUOTE="Platinum, post: 146233, member: 21952"] Yes, so I have recently been trying to edit a skin ( not major ) and I have come across this error I kept on getting, I literally tried everything what I could do, but I know you people could do better and help me out with this problem, so the problem I have been getting is when I am on the " Vault " page, everything seems fine but in the bottom right hand corner the following error appears: [B][SIZE=11px][FONT=Verdana][COLOR=#000000]Warning[/COLOR][/FONT][/SIZE][/B][SIZE=11px][FONT=Verdana][COLOR=#000000]: Illegal string offset 'Username' in[/COLOR][/FONT][/SIZE][B][SIZE=11px][FONT=Verdana][COLOR=#000000]C:\xampp\htdocs\app\tpl\skins\Custom-Habbo\vault.php[/COLOR][/FONT][/SIZE][/B][SIZE=11px][FONT=Verdana][COLOR=#000000]on line [/COLOR][/FONT][/SIZE][B][SIZE=11px][FONT=Verdana][COLOR=#000000]272[/COLOR][/FONT][/SIZE][/B] and I have been in the Location " Vault.php " and this is the Code what I find: Line 272: echo'<center><p><font size="4px"><b>'. $Result1['Username'] .'</b></font></p></center>'; I really don't see what's wrong with that, maybe its because what's around it, so I will give you the rest: <?php $getResult1 = mysql_query("SELECT * FROM vault ORDER by Username DESC"); while($Result1 = mysql_fetch_assoc($getResult1)) { if($Result1['Username'] == 'None') { $Result1 = ""; } echo'<center><p><font size="4px"><b>'. $Result1['Username'] .'</b></font></p></center>'; } ?> I will be thankful to anyone who would be caring and willing to help me out in this case, Thank you. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
RevCMS Code "Vault"
Top