I have been running into a problem where my items are not saving. I have had the issue come up on two different installations. I am using 1.5.2. Both times, I added custom fields, and was attempting to add some items. When I clicked apply or save, it said it was saved, but all of the information entered came back empty. Upon reopening the item, it was still empty.
I had a version 1.5 beta 5 installation running on a test server with no problems.
I uninstalled 1.5.2 and reinstalled it. When I did, I get this error when I click on items. I remember I had this on the second attempt, might have on the first one as well.
Code:
Warning: array_diff() [function.array-diff]: Argument #1 is not an array in /home/aeolusc1/public_html/development/administrator/components/com_flexicontent/models/items.php on line 179
Warning: array_diff() [function.array-diff]: Argument #1 is not an array in /home/aeolusc1/public_html/development/administrator/components/com_flexicontent/models/items.php on line 182
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/aeolusc1/public_html/development/administrator/components/com_flexicontent/models/items.php on line 188
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/aeolusc1/public_html/development/administrator/components/com_flexicontent/models/items.php on line 188
Warning: array_unique() [function.array-unique]: The argument should be an array in /home/aeolusc1/public_html/development/administrator/components/com_flexicontent/models/items.php on line 188
Warning: array_diff() [function.array-diff]: Argument #1 is not an array in /home/aeolusc1/public_html/development/administrator/components/com_flexicontent/models/items.php on line 179
Warning: array_diff() [function.array-diff]: Argument #1 is not an array in /home/aeolusc1/public_html/development/administrator/components/com_flexicontent/models/items.php on line 182
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/aeolusc1/public_html/development/administrator/components/com_flexicontent/models/items.php on line 188
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/aeolusc1/public_html/development/administrator/components/com_flexicontent/models/items.php on line 188
Warning: array_unique() [function.array-unique]: The argument should be an array in /home/aeolusc1/public_html/development/administrator/components/com_flexicontent/models/items.php on line 188
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/aeolusc1/public_html/development/libraries/joomla/database/database/mysql.php on line 344
Warning: array_diff() [function.array-diff]: Argument #1 is not an array in /home/aeolusc1/public_html/development/administrator/components/com_flexicontent/models/items.php on line 179
Warning: array_diff() [function.array-diff]: Argument #1 is not an array in /home/aeolusc1/public_html/development/administrator/components/com_flexicontent/models/items.php on line 182
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/aeolusc1/public_html/development/administrator/components/com_flexicontent/models/items.php on line 188
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/aeolusc1/public_html/development/administrator/components/com_flexicontent/models/items.php on line 188
Warning: array_unique() [function.array-unique]: The argument should be an array in /home/aeolusc1/public_html/development/administrator/components/com_flexicontent/models/items.php on line 188
Warning: array_diff() [function.array-diff]: Argument #1 is not an array in /home/aeolusc1/public_html/development/administrator/components/com_flexicontent/models/items.php on line 179
Warning: array_diff() [function.array-diff]: Argument #1 is not an array in /home/aeolusc1/public_html/development/administrator/components/com_flexicontent/models/items.php on line 182
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/aeolusc1/public_html/development/administrator/components/com_flexicontent/models/items.php on line 188
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/aeolusc1/public_html/development/administrator/components/com_flexicontent/models/items.php on line 188
Warning: array_unique() [function.array-unique]: The argument should be an array in /home/aeolusc1/public_html/development/administrator/components/com_flexicontent/models/items.php on line 188
Warning: Invalid argument supplied for foreach() in /home/aeolusc1/public_html/development/components/com_flexicontent/classes/flexicontent.categories.php on line 225
Any help in resolving this would be greatly appreciate, as I am quite frustrated at this point.
UPDATE: I added a menu item, and set the category and section, and tried again. The error text that was initially displayed has gone away. However, it is still not saving the items.
Additional Update: I attempted to save an item with the default Articles type (instead of the one I created), and it has the same result.
I am going to uninstall and reinstall the Beta 5.