moving from subdir to domain

edited May 2007 in Vanilla 1.0 Help
moving from subdir to subdomain. i've edited i modified /conf/settings.php to reflect that my Vanilla installation moved to the root. then i modified the LUM_Style table URL rows to reflect the new relative location for each theme Vanilla recognized in the previous version which are still installed. /conf/ folder and files within it have the correct read and write permissions. now i'm getting this error " Error Message The "Menu" control referenced by "Menu" does not appear to exist. Affected Elements ObjectFactory.CreateControl(); and i'm kinda lost as what to do next. i see one post on ' ObjectFactory.CreateControl(); ' but i followed to info there and i'm stuck. ideas?

Comments

  • Any special extensions activated which came from the old setup?
  • i've over indulged in the etx, i have more than a dozen loaded. so i'm going to disable them all. then retry. i'll keep ya posted.
  • Just edit the extensions.php file to look like this:

    <?php // Make sure this file was not accessed directly and prevent register_globals configuration array attack if (!defined('IN_VANILLA')) exit(); // Enabled Extensions ?>

    then over-write it in your /conf/ directory and apply the correct read+write settings afterwards.
This discussion has been closed.