bf
Junior Member
Posts: 3
Registered: 11/10/2003
Member Is Offline
|
| posted on 11/10/2003 at 05:50 PM |
|
|
Arrow images won't display
I got everything else to work fine with my installation but I can't get the images to display - even if I re-upload them from my pc. When I use
view souce to look at the img properties there is a problem with the subdirectory reference ie. a double / in the image address....
ildertonminorhockey.netfirms.com//cgi-bin/cl_files/img/p.gif.
I've checked the install files and reloaded the PHP Calendar files using default settings - nothing i've tried corrects this issue. Even on
the Config screens the images won't display! Any ideas?
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 11/11/2003 at 09:31 AM |
|
|
You should check if the path in $_WEB_path_to_calendar_img variable is correct in calendar.php and global.php files.
|
|
|
bf
Junior Member
Posts: 3
Registered: 11/10/2003
Member Is Offline
|
| posted on 11/11/2003 at 03:31 PM |
|
|
Thanks for your suggestion.
I made the changes to the calendar.php file - the double // was there but simply changing the url didn't correct the issue. If you surf to the
application at
http://ildertonminorhockey.netfirms.com/cgi-bin/cl_files/index.php you will see that none of the images being referenced are
being displayed.
|
|
|
Reinier
Member
Posts: 10
Registered: 11/3/2003
Location: The Netherlands
Member Is Offline
|
| posted on 11/11/2003 at 05:40 PM |
|
|
This could be because you placed all the files in the cgi-bin directory. You should move everything to a directory that is no subdirectory of cgi-bin.
|
|
|
bf
Junior Member
Posts: 3
Registered: 11/10/2003
Member Is Offline
|
| posted on 11/11/2003 at 08:54 PM |
|
|
Thanks for the help - I figured out that in Calendar.php and global.php the URL was incorrectly adding the /www/ into the reference.
|
|
|