Hey everyone I finally figured out the errors in members.php and profile_edit.php. I was getting this error in
and this error in member.phpCode:Error in /profile_edit.php: You have an error in your SQL syntax near '; ' at line 8 Query: ' SELECT *, DATE_FORMAT(`LastLoggedIn`, '%m-%d-%y %H:%i' ) AS LastLoggedIn, DATE_FORMAT(`LastModified`, '%m-%d-%y %H:%i' ) AS LastModified FROM `Profiles` WHERE `ID` = '1' LIMIT 1;
The problem was actually in profiles.inc.php on line 928 with this codeCode:Error in /member.php: You have an error in your SQL syntax near '; ' at line 94 Query: ' SELECT `ID`, `NickName`, `Password`, `ProfileType`, `RealName`, `RealName2`, `Country`, `City`, `Children`, `WhereChildren`, `Headline`, `DescriptionMe`, `DescriptionYou`, `Sex`, `Sex2`, `DateOfBirth`, `DateOfBirth2`, `Relationship`, `Height`, `Height2`, `BodyType`, `BodyType2`, `Religion`, `Religion2`, `Ethnicity`, `Ethnicity2`, `MaritalStatus`, `Occupation`, `Occupation2`, `Language1`, `Language12`, `Language2`, `Language22`, `Language3`, `Language32`, `Education`, `Education2`, `Income`, `Income2`, `Smoker`, `Smoker2`, `Drinker`, `Drinker2`, `WantChildren`, `MerchantPrice`, `Email`, `EmailFlag`, `EmailNotify`, `Phone`, `HomeAddress`, `IM`, `IcqUIN`, `Status`, DATE_FORMAT(`LastLoggedIn`, '%m-%d-%y %H:%i' ) AS LastLoggedIn, DATE_FORMAT(`LastModified`, '%m-%d-%y %H:%i' ) AS LastModified, `LastReg`, `Priority`, `HomePage`, `LookingFor`, `LookingAge`, `LookingHeight`, `LookingBodyType`, `Picture`, `Pic_0_addon`, `Pic_1_addon`, `Pic_2_addon`, `Pic_3_addon`, `Pic_4_addon`, `Pic_5_addon`, `Pic_6_addon`, `Pic_7_addon`, `Pic_8_addon`, `Pic_9_addon`, `Pic_10_addon`, `Sound`, `Sound_addon`, `Video`, `Video_addon`, `LastNavTime`, `LastNavPage`, `Featured`, `aff_num`, `priv_passwd`, `PPNotify`, `seed`, `zip`, `GuestbookMode`, `GuestbookAccess`, `PaymentSubscription` FROM `Profiles` WHERE `ID` = '1' LIMIT 1;
so I moved this "; one line up closer to LIMIT 1; to get this codeCode:FROM `Profiles` WHERE `ID` = '$userID' LIMIT 1; "; $aPreUser = db_assoc_arr( $userQuery );
That is pretty much it guys with dolphin v.5.5, everything seems to be working great all except for ocra, but after seeing all the errors on the boonex site itself with their ocra and how it takes so long to load, I think i will stick to phpbb2 instead which to me is a much nicer forum that is free and always being upgraded with no BUGS!!! Oh by the way, there might be file with 2 errors on it, but after fixing these bugs 2 days ago, I forget exactly which file had the errors on it. Look for double colons that shouldn't be there. it seems to be what boonex does a lot of lol. If you are still having trouble let me know.Code:FROM `Profiles` WHERE `ID` = '$userID' LIMIT 1"; $aPreUser = db_assoc_arr( $userQuery );Maybe I can lend you the file you are having trouble with.
visit my sites
www.tdotjobs.com
www.postaprofile.com <--- MIphoto script is encrypted, sucks bad what a waste of $200
www.votemehot.com
www.lifeoracle.com
www.desktopheat.com
www.openswinging.com
www.dateahotty.com
Thanks,
Alicia![]()
![]()
![]()


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks