Topic on Project:Support desk

Dmitchell94 (talkcontribs)

Hello,

MediaWiki:1.25.1 PHP:5.4.43 (cgi-fcgi) MySQL:5.5.42-cll Lua:5.1.5

http://forgewareinc.com/wiki

Everytime i upload an image i get a database error but no further info, if i look at the file list it states error code 127

File Page: http://forgewareinc.com/wiki/index.php?title=File:BluTech_logo.png

Any idea how i might fix this?

EDIT: After turning on detailed errors it now shows: Notice: Uncommitted DB writes (transaction from DatabaseBase::query (WikiPage::pageData)). in /home/forgewareinc/public_html/wiki/includes/db/Database.php on line 4362

Suriyaa (talkcontribs)
Ciencia Al Poder (talkcontribs)

The Uncommitted DB writes is a nonsense error that appears when another error is thrown in the middle of a database transaction, and it hides the real error.

See also Manual:How to debug and enable the display of PHP errors, and also check your error logs in case the original error is logged.

Reply to "File Upload"