Skip to content

ERRORS and fixes for them.

bluethefoxofficial edited this page Oct 11, 2020 · 6 revisions

DATABASE ERRORS

repost error

errors

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'

fix

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.

GENERIC ERRORS.

session start errors

errors

Notice: session_start(): A session had already been started - ignoring

fix

No fix is needed as this is Sugar performing normally and doesn't hurt your system at all.

Undefined profile_picture

errors

Undefined index: profile_picture in

fix

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.