Word Press : How come my image does not upload? Http Error detected.

Now this one is quite an experience. I have been a programmer and web designer for a time now and have been stomp encountering this problem.

I am new to wordpress so as expected, i thought uploading a picture to attach to my blogpost would be done in a flash.

But no, as it turns out, it kept saying “Http Error”. So alas, again, i thought about it overnight and as it turns out, the secret was to lower the image size.

 

Upload picture error
Upload picture error

Aside from the error message, it seems to have uploaded the file but with a uncategorized picture on the screen. Then it hit me.

Disabled looking picture icons
Disabled looking picture icons

I used a graphic software to lower the screen size and viola! from 2900×1800 (which was taken using my phone), I resized it to 1000×628 and it turned out ok. I was able to upload my picture.

Well the message wasn’t really specific on what i needed to do but hey, at least I got the thing to work.

Crazy issue with the world’s most used blog posting app.

Coffee Cup

Interbase Error : Internal gds software consistency check (invalid block type encountered (147))

Interbase Error : Internal gds software consistency check (invalid block type encountered (147))

This is an interbase database issue that had haunted me for quite some time. Its a bit big table with aroun 120 tables and 120 generators. For the storeprocs, i would guess a around 300 plus.

After adding another generator this error occurs. I kept reading about the structure not sound and that the links and triggers are overlapping.

But after around 2 months of tip toeing around, i read an article about page sizes. It mentions of a theory that if it is a massive big project, make the page size bigger. From the start i have been using 1024 page size But after making it into 4096,

So that’s it. Hope it helps people out there with the same issue as mine.

Coffee Cup