how setup properly failed attempts track

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
thecommodor
User
Posts: 52

how setup properly failed attempts track

Post by thecommodor »

Notice: unserialize(): Error at offset 0 of 2 bytes in C:\wamp\www\phpfn11.php on line
i encountered this, activating it


mobhar
User
Posts: 11761

Post by mobhar »

What is your operating system and your database?


thecommodor
User
Posts: 52

Post by thecommodor »

win 7 and MS SQL 2012


mobhar
User
Posts: 11761

Post by mobhar »


Webmaster
User
Posts: 9430

Post by Webmaster »

Make sure your profile field size is large enough to store user profile data. If you use MSSQL 2012, you should use nvarchar, e.g. nvarchar(4000).


thecommodor
User
Posts: 52

Post by thecommodor »

Thanks. :)


Post Reply