Bludit: 1.6-BETA2: undefined index: uuid in dbpost.class.php

Created on 17 May 2017  Â·  3Comments  Â·  Source: bludit/bludit

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.

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:

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 215

Any 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
.

All 3 comments

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 215

Any 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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xm74 picture xm74  Â·  3Comments

dignajar picture dignajar  Â·  5Comments

xm74 picture xm74  Â·  6Comments

hide-me picture hide-me  Â·  5Comments

bousalman picture bousalman  Â·  5Comments