When I made any edition in existing post and than save it for a first time I get this error on screen.
Notice: Undefined index: uuid in /usr/local/www/kostikov.co/bl-kernel/dbpost.class.php in 215
Any other editions of a same post after goes without error. This happens for first edition of any existing post.
Ah, this is probably because it was meant to keep the existing UUID but
didn't check if the UUID field is empty (on already existing post) or not
and to generate one or not.
On May 17, 2017 17:11, "Max Kostikov" notifications@github.com wrote:
When I made any edition in existing post and than save it for a first time
I get this error on screen.Notice: Undefined index: uuid in
/usr/local/www/kostikov/bl-kernel/dbpost.class.php in 215Any other editions goes without error.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/dignajar/bludit/issues/430, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAKLvoycFT2EiL0PQG4AAGeJixHtINe6ks5r6rm9gaJpZM4NdlKM
.
I going to add to the function updateBludit to generate the uuid for missing posts and pages.
Fixed
Most helpful comment
Ah, this is probably because it was meant to keep the existing UUID but
didn't check if the UUID field is empty (on already existing post) or not
and to generate one or not.
On May 17, 2017 17:11, "Max Kostikov" notifications@github.com wrote: