i've google searched countless possible strings trying to find the answer to this question but have not revealed anything useful except for cronjob setup (which i forgot to do initially) but it didnt solve my problem. This question is for advanced dolphin users, most likely...
After a host transfer FROM ubuntu 12.10 to CentOS 5 w/ kloxo, i have corrected all of the settings as per forum posts here and the faq, openbasedir disabled, permissions, editing the header.inc.php, setting permissions, etc... and even set up the cronjob which i forgot to do in the beginning. Here lies the problem: **on all of the content created BEFORE the transfer in the modules: news (module UltimateNews by modzzz), Events (boonex), Groups (boonex), everything shows up "Page not Found." However, on content posted AFTER, new stuff shows just fine.
Photos, articles, files, sites, and forums (all boonex) are unaffected (no videos have been uploaded, have yet to test).
Here's the odd part: URL's created in news prior to transfer were assigned automatically using the title such as "News-Title-is-Here" but new content post-transfer is showing up awkward such as "-N" or "-" or "P" and I have no idea why. Because of this, old content is now null and void and would have to be re-created to work properly, which is the only fix i personally can come up with.
Any suggestions?
More information: all items in Host Tools under admin panel are green except php upgrade version (currently 5.2.17), and this: thread_cache_size = 0 - FAIL (must be > 0) which i set manually but still shows red... beats me. I took the site offline during the transfer and copied all files, and uploaded to new server in binary mode, and dumped the SQL to upload into new server, then edited header.inc.php, and set all the config requirements in php.ini in /etc/php.ini for global change, then edited /home/apache/mywebsite/php.ini for the per-user ini file. The config changes appear correct in the Host Tools, and the cronjob is set up in kloxo CP as "php -q /home/myname/mysite/periodic/cron.php" and set to run every minute.