Not all admin pages, just NukeFEED and NukeINFO. I have two domains both running RavenNuke 2.30.02, in the new domain NukeFEED shows up in admin perfectly, colored pie charts, aggregate links, etc, even though there is no custom_head.php file in the /includes directory. In my old domain nothing shows up with either NukeFEED or NukeINFO. Both domains have the same header.php in the root with the same lines in it
Code:
include_once 'includes/custom_files/nukeSEO/nukePIEhdr.php';
include_once 'includes/custom_files/nukeSEO/nukeFEEDhdr.php';
if (file_exists('includes/custom_files/custom_head.php')) {
include_once 'includes/custom_files/custom_head.php';
|
Maybe my old domain doesn't have the tables loaded for NukeFEED?