[Solved] Error when trying to delete an item just created

alexandre38

Joined: 2009-08-13
Posts: 2
Posted: Thu, 2009-08-13 00:21

Hello guys,

I've been working for days to restore my drupal/gallery install and I'm almost there...
It looks like everything works ok appart from the fact that if i try to delete a picture/album I get the following error:

Quote:
Error (ERROR_STORAGE_FAILURE)

* in modules/core/classes/GalleryStorage/GalleryStorageExtras.class at line 1113 (GalleryCoreApi::error)

The problem occurs even for new item I just add.
If i enable the debug mode here is the origin of the problem:

Quote:
mysqli error: [1146: Table 'clairealdata.g2_MultiLangItemMap' doesn't exist] in EXECUTE("DELETE FROM g2_MultiLangItemMap WHERE g_itemId=8409")

This happens both when I use Gallery2 embeded in Drupal or when I try in the Gallery2 standalone...

I don't know what is 'g2_MultiLangItemMap' used for and have no idea what to try. It looks like its something that is linked to language???: my website is in French.

Thank you for your help!

:-)

Login or register to post comments
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 9282
Posted: Sun, 2009-08-16 04:05

That would most likely be used for the MultiLanguage plugin that allows you to have captions in multiple languages. If you don't have any captions in multiple languages, I'd suggest uninstalling that plugin. However, if you do have captions in multiple languages and uninstall that plugin, you'll loose all data associated with that plugin.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

Login or register to post comments
alexandre38

Joined: 2009-08-13
Posts: 2
Posted: Tue, 2009-08-18 17:30

Thank you for your answer nivekiam,

in fact that is exactly what I did and it has corrected the problem.

Thanks

Alex

Login or register to post comments