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...