Page 1 of 1

No pictures when accessed remotely

PostPosted: Thu Jan 03, 2013 4:25 am
by ngms27
When I access my application from remote machines no pictures are downloaded even if I aqsk my browser to fetch them.

This seems rather odd, is this a known issue?

Re: No pictures when accessed remotely

PostPosted: Thu Jan 03, 2013 9:48 am
by shannah
So it works locally, but not remotely? By "pictures" do you mean only file upload field contents, or all images in Xataface?

If you are missing all style and image info, you should look at the 2nd parameter of the df_init() function in your index.php file. This should point to your Xataface directory. You may have an absolute URL there that only works locally. Best to make this a relative URL.
-Steve

Re: No pictures when accessed remotely

PostPosted: Fri Jan 04, 2013 2:25 am
by ngms27
Yes that fixed it. Was pointing to localhost