I could be completely wrong but even though the path to the image that
is passed to SLIR is correct it seems to be using the the
DOCUMENT_ROOT path. I have this working nicely on my development
server but just cant get it to work on my hosting account. Any help
would be well appreciated. Here is a link to the images that are not
showing http://bikepointtenerife.com/media-gallery
Thanks
Joe Lencioni
unread,
Nov 2, 2011, 11:55:01 AM11/2/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to smart-lencioni...@googlegroups.com
I'm guessing that the document root isn't being set properly for your site.
In your slirconfig.class.php file, add this line:
public static $documentRoot = '/path/to/web/root';
But change '/path/to/web/root' to be the path to the files that are served when visiting http://bikepointtenerife.com