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.
agAPPLICATION_PATH & getcwd()
Hi,
The application path on my development server is different from the path on the application server, so I figured to change:
define("agAPPLICATION_PATH", "/application/path/different/server/");
into
define("agAPPLICATION_PATH", getcwd() ."/");
This worked just fine, browsing and posting on the forum works as it should.
But changing settings, making sticky, closing a topic or any of those functions, don't get stored. I wonder why this is and how it could be fixed so that I won't have to change the application path for each server?
I can't imagine anyhting that could cause this.
Thanks,
z
0
This discussion has been closed.
Comments