Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
moving from subdir to domain
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?
0
This discussion has been closed.
Comments
<?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.