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.
Thumbnails not loading and VERY ODD URL structure
When I load http://www.vectornyc.com/marc/ - It will successfully generate thumbnails, however they won't display.
Also if you look in the URL in the upper right corner, FIlebrowser is doing something odd to the URL's
IE: http://www.vectornyc.com/marc/index.php?fpp=10&did=0
0
This discussion has been closed.
Comments
Open up index.php and change lines 527-532 to this:
function CurrentWebPath() { return 'http://www.vectornyc.com/marc/'; }
I'm 99% sure that should get it working for you...