-
Notifications
You must be signed in to change notification settings - Fork 0
ERRORS and fixes for them.
ERROR: check your database config file. mysqlerror: Unknown column 'repost' in 'field list'
or
ERROR: check your database config file. mysqlerror: Unknown column 'repostauthor' in 'field list'
The fix to this error is to go into your posts table and add both repost
and repostauthor
to the table structure. If you have repost
then add repost author
and vice versa.
repost
needs to be a INT
for 1 or 0
and repostauthor
needs to be TEXT
.
Notice: session_start(): A session had already been started - ignoring
No fix is needed as this is Sugar performing normally and doesn't hurt your system at all.
Undefined index: profile_picture in
Your profile picture is missing in your files which will also show a no image found icon. Please fix your profile picture by going into settings then profile picture.