Of course, I do... but most of the time I prefer to be blamed for something I've really done.
Anyway, I'll try to be clearer.
I've just installed zenphoto version 1.2.2 [3077] and zenpage version 1.0.1 [3077] and have done some tests.
For my tests, I removed from the "locale" directory every languages but the english and french ones.
----------
CATEGORIES
1. If I create a new category (named 'not multilingual category') WITHOUT USING the multilingual field I get this message :
Notice: unserialize() [function.unserialize]: Error at offset 0 of 25 bytes in /home/user/zenphoto/zp-core/plugins/zenpage/zenpage-admin-functions.php on line 805
IT DOESN'T WORK : the category is stored in the db but will catch every news even the ones which don't belong to it. Besides, when you click on 'not multilingual category' on the public website, it is just a link to www.website.com/news/category/ which displays no news at all.
2. If I create a new category (named 'multilingual category' and 'catégorie multilingue') USING the multilingual field I get this message :
Notice: unserialize() [function.unserialize]: Error at offset 5 of 97 bytes in /home/user/zenphoto/zp-core/functions-i18n.php on line 389
Warning: array_shift() [function.array-shift]: The argument should be an array in /home/user/zenphoto/zp-core/functions-i18n.php on line 401
literature.
and that briefly appears on a green background :
Category a:2:{s:5:"fr_FR";s:22:"catégorie multilingue";s:5:"en_US";s:21:"multilingual category";} added
BUT IT WORKS FINE
----------
ARTICLES
3. if I create a new article (named 'not multilingual article', content : 'not multilingual article') WITHOUT USING the multilingual fields and save, I get this message :
Notice: unserialize() [function.unserialize]: Error at offset 0 of 24 bytes in /home/user/zenphoto/zp-core/plugins/zenpage/zenpage-admin-functions.php on line 382
IT DOESN'T WORK : the article is saved but no titlelink for the url
4. if I create a new article (named 'multilingual article' and 'article multilingue' with the same contents) USING the multilingual fields and save, I get this message :
Notice: unserialize() [function.unserialize]: Error at offset 5 of 93 bytes in /home/user/zenphoto/zp-core/functions-i18n.php on line 389
Warning: array_shift() [function.array-shift]: The argument should be an array in /home/user/zenphoto/zp-core/functions-i18n.php on line 401
BUT IT WORKS FINE
----------
ARTICLES AND CATEGORIES
5. if I set that the 'multilingual article' belongs to the 'multilingual category' I get theses messages :
Notice: unserialize() [function.unserialize]: Error at offset 5 of 93 bytes in /home/user/zenphoto/zp-core/functions-i18n.php on line 389
Warning: array_shift() [function.array-shift]: The argument should be an array in /home/user/zenphoto/zp-core/functions-i18n.php on line 401
BUT EVERYTHING WORKS FINE
6. if I set that the 'multilingual article' belongs to the 'not multilingual category' I get these messages :
Notice: unserialize() [function.unserialize]: Error at offset 5 of 93 bytes in /home/user/zenphoto/zp-core/functions-i18n.php on line 389
Warning: array_shift() [function.array-shift]: The argument should be an array in /home/user/zenphoto/zp-core/functions-i18n.php on line 401
IT DOESN'T WORK : the category checkbox isn't check, the category titlelink links to www.website.com/news/category/ which displays no news at all.
7. if I set that the 'not multilingual article' belongs to the 'not multilingual category' I have no error messages displayed but IT DOESN'T WORK : the category checkbox isn't check, the category titlelink links to www.website.com/news/category/ which displays no news at all.
8. if I set that the 'not multilingual article' belongs to the 'multilingual category' I have no error messages displayed and IT WORKS FINE : the category checkbox is checked.
-------
Oh my god, this text must be an headache to read.