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.
Settings panel won't appear, Vanilla gets list of errors when the back button is clicked.
I recently changed servers and having desired to preserve my forum's posts, i backed up the sql database. Then I performed a fresh install of vanilla on the new server, ran an upgrade, dropped all of the vanilla tables in phpmyadmin, uploaded the backup file.
Unfortunately, on the new installation, there are two glitches. The forum works fine, unless the back button is used to return to the main discussion page. That breaks it. I get a laundry list of errors that have a similar format:
Warning: main(/home/dylapoo/domains/dadgev.org/web/public/vanilla/library/Vanilla.Discussion.class.php): failed to open stream: No such file or directory in /home/.samarra/dyl/dadgev.org/vanilla/index.php on line 15
The first line shows a remnant from my old server, which I thought that I had completely changed over (settings.php is set for the correct .samarra install). The last line is the correct path.
Furthermore, the account, discussions, search and categories tabs work fine--just the Settings tab is broken. When I click it I get a blank page.
What could be wrong? Where might the last remnants of the old domain's path be hiding? In the sql tables?
0
This discussion has been closed.
Comments
In answer to dylapoo's question:
What could be wrong? Where might the last remnants of the old domain's path be hiding? In the sql tables?
No, there are no paths stored in the database. All absolute paths like that are in the appg/settings.php file.