I enabled the backtrace at line 402 in class.Categories_BO.inc.php A few of the things that are screaming at me as possible symptoms of the problem are the selects that are being genterated/executed. for example:
SELECT lang FROM egw_sitemgr_categories_lang WHERE cat_id=0’
followed by:
SELECT page_id FROM egw_sitemgr_pages WHERE name=‘404NotFound’ AND cat_id IN ()
It seems to be an issue with just the main site category getting pulled in. After that everything is 404’d
Also, if i comment line 403 in that same file, I will get the proper look of my site, including user based navigation. However, there are no pages, nor does the site index display.
The logged entry when I uncomment the backtrace in 387 of that file is:
Categories_BO::check() Categories_BO->check:387 / Categories_BO->getCategory:258 / sitebo->getcatwrapper:72 / module_navigation->get_content:469 / Module->get_output:426 / Template3->process_blocks:370 / preg_replace_callback(/\{contentarea:([^{ ]+)\}/) / Template3->parse:201 / ui->generatePage:40 / site_controler->processRequest:221