Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Mysidia Adoptables Official Announcement (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=2)
-   -   Mysidia Adoptables v1.3.0[Security Release] (http://www.mysidiaadoptables.com/forum/showthread.php?t=3514)

AlexC 03-27-2012 05:35 AM

Thanks, Kitsune figured that out for me. xD

The only problems I'm having at the moment are being logged out and that profile.php is still off.

SilverDragonTears 03-27-2012 04:42 PM

If the profile would work for me I would fix it :/ I checked though and still saying no one exists :(

Hall of Famer 03-27-2012 04:49 PM

umm for the profile... Check your table prefix.users and see if you find anything abnormal such as the root admin id is not 1.

AlexC 03-27-2012 05:44 PM

Checked it, admin id is 1, and it appears to otherwise be normal. o.O

Hall of Famer 03-27-2012 06:29 PM

Umm I see, this is weird. It seems that Corsair had the same problem on her site before, but then it was fixed automatically. No idea why but perhaps there is flaw in the script profile.php. I will see if I can find anything.

SilverDragonTears 03-27-2012 06:35 PM

I'm not having the same problem, but there is this one member on my site whom no one can view. It says the user doesn't exist. I've checked the database and everything seems to be the same as any other regular member. Very strange...

AlexC 03-27-2012 06:46 PM

Quote:

Originally Posted by Hall of Famer (Post 22366)
Umm I see, this is weird. It seems that Corsair had the same problem on her site before, but then it was fixed automatically. No idea why but perhaps there is flaw in the script profile.php. I will see if I can find anything.

Alright thanks. Perhaps the problem is with the host, though I can't see how.

SilverDragonTears 03-27-2012 08:29 PM

Since I can see "Bea's" profile I'll go fix the div if you' like... Just make sure you aren't editing. And that the pw is the same.

Can I also fix how your links are unclickable b.c of the rat image?

SilverDragonTears 03-28-2012 12:18 AM

HoF error in accountpost.php

Users can't update their avatar... you forgot the avatar='{$avatar}' ,

Code:

// Run update queries...
$query = "UPDATE {$prefix}users_profile SET avatar='{$avatar}' , nickname='{$nickname}' ,
                                            gender='{$gender}' ,
                                                                                color='{$color}' ,
                                                                                bio='{$bio}' ,
                                                                                favpet='{$favpet}'  ,
                                                                                about='{$about}' WHERE username='{$loggedinname}'";
$adopts->query($query);

// All done!


Hall of Famer 03-28-2012 12:32 AM

Oh crap, another glitch spotted. I will install a bug tracker plugin on this forum later and make sure we resolve all of them by the time Mys v1.3.1 is released(except for the css though, since I cant fix these myself).


All times are GMT -5. The time now is 07:19 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.