Assuming asset is required, the following 5 results were found.
-- There are a few notes about running the scripts. -- A new table in Joomla 1.6+ is the `jos_assets` which wants to list -- each article, banner, category, contact, newsfeed, weblink. This is -- why each snippet consists of more than one MySQL query....
the IDs to your content, weblinks, etc. The thing to watch out for is associating the categories with respect to the assets table. To do this via DB commands, refer to how the weblinks categories are added. Copy over Content: We want to maintain the...
the website had recently been migrated from Joomla 1.5.x to 2.5.x. I asked to examine the database and a quick scan in the assets table revealed 3 assets had the parent_id = 0. Only one asset can have that and that is "root". Login to your Joomla...
Wizard > Backup Now Adding articles in Administrator interface: Save failed with the following error: Invalid parent ID. Asset ID is incorrect... Categories > Clear Filter Options > Show All > Tick to select all > Rebuild [does not work] Using the...
m_CreateBooksItem.put("inventory_account_id",m_Accounts.get("Inventory Asset").toLong()); m_CreateBooksItem.put("purchase_rate",v_PurchaseRate.toDecimal()); m_CreateBooksItem.put("purchase_account_id",m_Accounts.get("Cost of Goods Sold").toLong()); //...