Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
I would like to change vanilla forum folder name
yamato1003
New
I would like to change vanilla forum folder name like from "myweb.com/xxx" to "myweb.com/yyy". I created yyy folder and copied and moved all files from xxx to yyy. It looked good at this point. But once I deleted xxx folder, yyy shows error. Error message was something about bootstrap.php line 47
// Cache Layer
Gdn::FactoryInstall(Gdn::AliasCache, 'Gdn_Cache', NULL, Gdn::FactoryRealSingleton, 'Initialize');
But I don't know what this means.
Can anyone help me ??
0
Comments
did you delete the contents of your cache directory?
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
No. i didn't. but I just did. And it's all working good now !! I spent 2 days with provider customer support and they couldn't figured it out. I should have come here first. Thanks a lot, hbf.
@yamato1003
if you see the comment link and the rest of comments in discussion - it might help you in the future.
http://vanillaforums.org/discussion/comment/188810/#Comment_188810
also not a great idea to remove entire contents of cache directory - you want the folder structure.
just delete the ini files.
e.g. if you remove cache/Smarty/compile - you will add to your problems as evidenced here...
http://vanillaforums.org/discussion/22604/the-compile-dir-path-to-forum-cache-smarty-compile-does-not-exist-or-is-not-a-directory
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.