Path option in sites.xml [Vibe Streamer 3.0.x]

sean.dexter

27-11-2009 00:24:57

Hello,

when I alter the path setting in sites.xml into sth. like this
<path>/vibe</path>

I can access Vibe Streamer, page will build and load, but the gray theme won't load with all its features (no covers, no playlist load / save.

Do I have to change the path somewhere else, too?

Everything works flawlessly when keeping the default <path></path>

Thanks for help,
Sean.

siit

27-11-2009 02:32:05

Apparently it seems like you've found a bug introduced in version 3.0.1, due to the theme/plugin implementation. I'll have it fixed for 3.0.3.

Until then, you can fix it yourself by editing "index.vibe" and adding a starting slash to the path given to server.execute() when loading the theme and the plugins. For example [i3e1y0xu3]server.execute("/themes/.....[/i3e1y0xu3] and [i3e1y0xu3]server.execute("/plugins.... [/i3e1y0xu3]

EDIT You also have to edit a similar server.execute call found in "_private/includes/startup.vibe" for everything to work as it should.

sean.dexter

27-11-2009 12:33:16

Thanks for your super fast response, siit.

I applied the suggested changes and it works like a charm now.

Thanks again and best regards,
Sean.

PS Vibe Streamer is awesome D