Blank screen on tiki-admin_categories.php after upgrade
Hi,
I resolved the problem accessing the category administration by deleting the content in the categories tables from the content database.
TRUNCATE `tiki_categories`; TRUNCATE `tiki_categories_roles`; TRUNCATE `tiki_categories_roles_available`; TRUNCATE `tiki_categorized_objects`; TRUNCATE `tiki_category_objects`; TRUNCATE `tiki_category_sites`;
This isn't the first or good solution I wanted, but it worked. Now I'll simply recreate the categories and then return to each article to assign them.
I can't explain the reason. Perhaps the tables were corrupted during an upgrade or modification to the website.
This was the only fast solution after many time to pass on it.
Thank