Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Interchange: users

no images

 

 

Interchange users RSS feed   Index | Next | Previous | View Threaded


ms35 at lanolino

Jul 26, 2009, 6:37 AM

Post #1 of 9 (1370 views)
Permalink
no images

Hallo

I have installed interchange-5.6.1_1 on FreeBSD 7.2.

in apache httpd.conf

I wrote
...
<VirtualHost xxx.xxx.xxx.xxx:80>
ServerAdmin webmaster [at] www
DocumentRoot /usr/home/interch/ic-shops
ServerName www.example.com
ErrorLog /var/log/www.example.com-error_log
CustomLog /var/log/www.example.com-access_log common
</VirtualHost>

although my shop-Dir is
/usr/home/interch/ic-shops/shop01

This configuration in the apache makes sure, that I can see the images like
http://www.example.com/shop01/images/logo2.gif

In the admin-area I can get no images, only x instead of e.g.
http://www.example.com/ic-bin/shop01/admin/ic-shops/interchange-5/de_DE/logo.gif

What do I make wrong?
Thanks for help!
Martin

_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


gert at 3edge

Jul 26, 2009, 8:20 AM

Post #2 of 9 (1291 views)
Permalink
Re: no images [In reply to]

> -----Original Message-----
> From: interchange-users-bounces [at] icdevgroup [mailto:interchange-
> users-bounces [at] icdevgroup] On Behalf Of Martin Sengstschmid
> Sent: Sunday, July 26, 2009 4:37 PM
> To: interchange-users [at] icdevgroup
> Subject: [ic] no images
>
> Hallo
>
> I have installed interchange-5.6.1_1 on FreeBSD 7.2.
>
> in apache httpd.conf
>
> I wrote
> ...
> <VirtualHost xxx.xxx.xxx.xxx:80>
> ServerAdmin webmaster [at] www
> DocumentRoot /usr/home/interch/ic-shops
> ServerName www.example.com
> ErrorLog /var/log/www.example.com-error_log
> CustomLog /var/log/www.example.com-access_log common
> </VirtualHost>
>
> although my shop-Dir is
> /usr/home/interch/ic-shops/shop01
>
> This configuration in the apache makes sure, that I can see the images
> like
> http://www.example.com/shop01/images/logo2.gif
>
> In the admin-area I can get no images, only x instead of e.g.
> http://www.example.com/ic-bin/shop01/admin/ic-shops/interchange-
> 5/de_DE/logo.gif
>
> What do I make wrong?
> Thanks for help!
> Martin

Check your settings for UI_IMAGE_DIR / UI_IMAGE_DIR_SECURE in
products/variable.txt, for example:

UI_IMAGE_DIR /images/interchange-5/ Admin control
UI_IMAGE_DIR_SECURE /images/interchange-5/ Admin control

In your case this might be incorrect. Adjust these values to your actual
location of the admin images.

CU,

Gert



_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


ms35 at lanolino

Jul 27, 2009, 3:34 AM

Post #3 of 9 (1288 views)
Permalink
no images [In reply to]

Hallo

I have installed interchange-5.6.1_1 on FreeBSD 7.2.

in apache httpd.conf

I wrote
...
<VirtualHost xxx.xxx.xxx.xxx:80>
ServerAdmin webmaster [at] www
DocumentRoot /usr/home/interch/ic-shops
ServerName www.example.com
ErrorLog /var/log/www.example.com-error_log
CustomLog /var/log/www.example.com-access_log common
</VirtualHost>

although my shop-Dir is
/usr/home/interch/ic-shops/shop01

This configuration in the apache makes sure, that I can see the images like
http://www.example.com/shop01/images/logo2.gif

In the admin-area I can get no images, only x instead of e.g.
http://www.example.com/ic-bin/shop01/admin/ic-shops/interchange-5/de_DE/logo.gif


What do I make wrong?
Thanks for help!
Martin

_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


gert at 3edge

Jul 27, 2009, 3:45 AM

Post #4 of 9 (1280 views)
Permalink
Re: no images [In reply to]

> -----Original Message-----
> From: interchange-users-bounces [at] icdevgroup [mailto:interchange-
> users-bounces [at] icdevgroup] On Behalf Of Martin Sengstschmid
> Sent: Monday, July 27, 2009 1:35 PM
> To: interchange-users [at] icdevgroup
> Subject: [ic] no images
>
> Hallo
>
> I have installed interchange-5.6.1_1 on FreeBSD 7.2.
>
> in apache httpd.conf
>
> I wrote
> ...
> <VirtualHost xxx.xxx.xxx.xxx:80>
> ServerAdmin webmaster [at] www
> DocumentRoot /usr/home/interch/ic-shops
> ServerName www.example.com
> ErrorLog /var/log/www.example.com-error_log
> CustomLog /var/log/www.example.com-access_log common
> </VirtualHost>
>
> although my shop-Dir is
> /usr/home/interch/ic-shops/shop01
>
> This configuration in the apache makes sure, that I can see the images
> like
> http://www.example.com/shop01/images/logo2.gif
>
> In the admin-area I can get no images, only x instead of e.g.
> http://www.example.com/ic-bin/shop01/admin/ic-shops/interchange-
> 5/de_DE/logo.gif
>

Answered yesterday:
http://www.icdevgroup.org/pipermail/interchange-users/2009-July/050868.html





_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


ms35 at lanolino

Jul 27, 2009, 4:14 AM

Post #5 of 9 (1281 views)
Permalink
Re: no images [In reply to]

Thanks for the answer!
I copied the directory interchange-5
to

/usr/home/interch/ic-shops/shop01/images/interchange-5

Ich changed in products/variables.txt
UI_IMAGE_DIR /images/interchange-5/ Admin control
UI_IMAGE_DIR_SECURE /images/interchange-5/ Admin control

and I tried also
UI_IMAGE_DIR images/interchange-5/ Admin control
UI_IMAGE_DIR_SECURE images/interchange-5/ Admin control

The "not shown image" X has the address
http://www.example.com/ic-bin/shop01/admin/images/interchange-5/de_DE/logo.gif

which would be okay

but unfortunatly I do not see an images


Thanks!
Martin

_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


gert at 3edge

Jul 27, 2009, 5:18 AM

Post #6 of 9 (1291 views)
Permalink
Re: no images [In reply to]

> -----Original Message-----
> From: interchange-users-bounces [at] icdevgroup [mailto:interchange-
> users-bounces [at] icdevgroup] On Behalf Of Martin Sengstschmid
> Sent: Monday, July 27, 2009 2:15 PM
> To: interchange-users [at] icdevgroup
> Subject: Re: [ic] no images
>
> Thanks for the answer!
> I copied the directory interchange-5
> to
>
> /usr/home/interch/ic-shops/shop01/images/interchange-5
>
> Ich changed in products/variables.txt
> UI_IMAGE_DIR /images/interchange-5/ Admin
> control
> UI_IMAGE_DIR_SECURE /images/interchange-5/ Admin control
>
> and I tried also
> UI_IMAGE_DIR images/interchange-5/ Admin
> control
> UI_IMAGE_DIR_SECURE images/interchange-5/ Admin control
>
> The "not shown image" X has the address
> http://www.example.com/ic-bin/shop01/admin/images/interchange-
> 5/de_DE/logo.gif
>
> which would be okay
>
> but unfortunatly I do not see an images
> http://www.icdevgroup.org/mailman/listinfo/interchange-users

What is the value of DOCROOT in your products/variable.txt ?

CU,

Gert


_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


ms35 at lanolino

Jul 27, 2009, 7:03 AM

Post #7 of 9 (1276 views)
Permalink
Re: no images [In reply to]

Gert van der Spoel schrieb:
>> -----Original Message-----
>> From: interchange-users-bounces [at] icdevgroup [mailto:interchange-
>> users-bounces [at] icdevgroup] On Behalf Of Martin Sengstschmid
>> Sent: Monday, July 27, 2009 2:15 PM
>> To: interchange-users [at] icdevgroup
>> Subject: Re: [ic] no images
>>
>> Thanks for the answer!
>> I copied the directory interchange-5
>> to
>>
>> /usr/home/interch/ic-shops/shop01/images/interchange-5
>>
>> Ich changed in products/variables.txt
>> UI_IMAGE_DIR /images/interchange-5/ Admin
>> control
>> UI_IMAGE_DIR_SECURE /images/interchange-5/ Admin control
>>
>> and I tried also
>> UI_IMAGE_DIR images/interchange-5/ Admin
>> control
>> UI_IMAGE_DIR_SECURE images/interchange-5/ Admin control
>>
>> The "not shown image" X has the address
>> http://www.example.com/ic-bin/shop01/admin/images/interchange-
>> 5/de_DE/logo.gif
>>
>> which would be okay
>>
>> but unfortunatly I do not see an images
>> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>>
>
> What is the value of DOCROOT in your products/variable.txt ?
>
>
DOCROOT /usr/home/interch/ic-shops Directories and Paths

lg
Martin
> CU,
>
> Gert
>
>
> _______________________________________________
> interchange-users mailing list
> interchange-users [at] icdevgroup
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>
>
>


_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


gert at 3edge

Jul 27, 2009, 7:33 AM

Post #8 of 9 (1276 views)
Permalink
Re: no images [In reply to]

> -----Original Message-----
> From: interchange-users-bounces [at] icdevgroup [mailto:interchange-
> users-bounces [at] icdevgroup] On Behalf Of Martin Sengstschmid
> Sent: Monday, July 27, 2009 5:04 PM
> To: interchange-users [at] icdevgroup
> Subject: Re: [ic] no images
>
> Gert van der Spoel schrieb:
> >> -----Original Message-----
> >> From: interchange-users-bounces [at] icdevgroup [mailto:interchange-
> >> users-bounces [at] icdevgroup] On Behalf Of Martin Sengstschmid
> >> Sent: Monday, July 27, 2009 2:15 PM
> >> To: interchange-users [at] icdevgroup
> >> Subject: Re: [ic] no images
> >>
> >> Thanks for the answer!
> >> I copied the directory interchange-5
> >> to
> >>
> >> /usr/home/interch/ic-shops/shop01/images/interchange-5
> >>
> >> Ich changed in products/variables.txt
> >> UI_IMAGE_DIR /images/interchange-5/ Admin
> >> control
> >> UI_IMAGE_DIR_SECURE /images/interchange-5/ Admin control
> >>
> >> and I tried also
> >> UI_IMAGE_DIR images/interchange-5/ Admin
> >> control
> >> UI_IMAGE_DIR_SECURE images/interchange-5/ Admin control
> >>
> >> The "not shown image" X has the address
> >> http://www.example.com/ic-bin/shop01/admin/images/interchange-
> >> 5/de_DE/logo.gif
> >>
> >> which would be okay
> >>
> >> but unfortunatly I do not see an images
> >> http://www.icdevgroup.org/mailman/listinfo/interchange-users
> >>
> >
> > What is the value of DOCROOT in your products/variable.txt ?
> >
> >
> DOCROOT /usr/home/interch/ic-shops Directories and Paths

With the above DOCROOT, copy the images to:
/usr/home/interch/ic-shops/images/interchange-5

And set:
UI_IMAGE_DIR /images/interchange-5/ Admin control
UI_IMAGE_DIR_SECURE /images/interchange-5/ Admin control

Perhaps that does it.

If not, then with the above settings (/images/interchange-5), please let me
know what the address is of the image with X.

CU,

Gert





_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


ms35 at lanolino

Jul 27, 2009, 11:24 AM

Post #9 of 9 (1263 views)
Permalink
Re: no images [In reply to]

It worked!

Thanks a lot
Martin

>> -----Original Message-----
>> From: interchange-users-bounces [at] icdevgroup [mailto:interchange-
>> users-bounces [at] icdevgroup] On Behalf Of Martin Sengstschmid
>> Sent: Monday, July 27, 2009 5:04 PM
>> To: interchange-users [at] icdevgroup
>> Subject: Re: [ic] no images
>>
>> Gert van der Spoel schrieb:
>>
>>>> -----Original Message-----
>>>> From: interchange-users-bounces [at] icdevgroup [mailto:interchange-
>>>> users-bounces [at] icdevgroup] On Behalf Of Martin Sengstschmid
>>>> Sent: Monday, July 27, 2009 2:15 PM
>>>> To: interchange-users [at] icdevgroup
>>>> Subject: Re: [ic] no images
>>>>
>>>> Thanks for the answer!
>>>> I copied the directory interchange-5
>>>> to
>>>>
>>>> /usr/home/interch/ic-shops/shop01/images/interchange-5
>>>>
>>>> Ich changed in products/variables.txt
>>>> UI_IMAGE_DIR /images/interchange-5/ Admin
>>>> control
>>>> UI_IMAGE_DIR_SECURE /images/interchange-5/ Admin control
>>>>
>>>> and I tried also
>>>> UI_IMAGE_DIR images/interchange-5/ Admin
>>>> control
>>>> UI_IMAGE_DIR_SECURE images/interchange-5/ Admin control
>>>>
>>>> The "not shown image" X has the address
>>>> http://www.example.com/ic-bin/shop01/admin/images/interchange-
>>>> 5/de_DE/logo.gif
>>>>
>>>> which would be okay
>>>>
>>>> but unfortunatly I do not see an images
>>>> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>>>>
>>>>
>>> What is the value of DOCROOT in your products/variable.txt ?
>>>
>>>
>>>
>> DOCROOT /usr/home/interch/ic-shops Directories and Paths
>>
>
> With the above DOCROOT, copy the images to:
> /usr/home/interch/ic-shops/images/interchange-5
>
> And set:
> UI_IMAGE_DIR /images/interchange-5/ Admin control
> UI_IMAGE_DIR_SECURE /images/interchange-5/ Admin control
>
> Perhaps that does it.
>
> If not, then with the above settings (/images/interchange-5), please let me
> know what the address is of the image with X.
>
> CU,
>
> Gert
>
>
>
>
>
> _______________________________________________
> interchange-users mailing list
> interchange-users [at] icdevgroup
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>
>
>


_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users

Interchange users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.