Closed (fixed)
Project:
Image
Version:
5.x-1.1
Component:
image.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 May 2007 at 14:23 UTC
Updated:
26 Jun 2007 at 14:49 UTC
See
http://site.rusch.name/testseite
You can see the pictures when accessed with node numbers.
Below should be three pictures accessed with the path alias.
On the bottom is a link to the node via the path alias. You see the alias is correct.
What am i doing wrong.
PS: Ignore the textimage stuff on top. This is another issue which doesnt belong here.
Comments
Comment #1
Prof. Dr. YoMan commentedI see the following in the serverlog:
... "GET /image/view/20/_original HTTP/1.1" 200 105209 ...
... "GET /image/view/blick-auf-meran-2000-von-irgendwo-zwischen-der-voeraner-alm-und-hafling/_original HTTP/1.1" 200 5 ...
Wenn using the node-id the server delivers the picture bytes with an OK status code.
When using the path-alias the server delivers 5 bytes with an OK status code.
Comment #2
Prof. Dr. YoMan commentedNobody?
I can give more feedback if needed.
Drupal 5.1
Configuration file Protected
Cron maintenance tasks Last run 1 min 19 sec ago
You can run cron manually.
Database schema Up to date
Drupal core update status Up to date
File system Writable (public download method)
GD library bundled (2.0.28 compatible)
Module update status Up to date
MySQL database 5.0.26
PHP 5.2.1
Unicode library PHP Mbstring Extension
Web server Apache/1.3.33 (Unix)
Drupal Up to date 5.1 5.1 (2007-Jan-30) drupal-5.1.tar.gz
Includes: Aggregator, Block, Book, Color, Comment, Contact, Filter, Help, Locale, Menu, Node, Path, Ping, Profile, Search, Statistics, System, Taxonomy, Throttle, Upload, User, Watchdog
ACL Up to date 5.x-1.4 5.x-1.4 (2007-May-19) acl-5.x-1.4.tar.gz
Includes: ACL
Admin block Up to date 5.x-1.0 5.x-1.0 (2007-May-30) adminblock-5.x-1.0.tar.gz
Includes: Admin Block
captcha Up to date 5.x-2.1 5.x-2.1 (2007-May-11) captcha-5.x-2.1.tar.gz
Includes: Captcha
Content Access Up to date 5.x-1.0 5.x-1.0 (2007-May-19) content_access-5.x-1.0.tar.gz
Includes: Content Access
FCKeditor Ignored 5.x-1.x-dev 5.x-1.1 (2006-Nov-21) fckeditor-5.x-1.1.tar.gz
Includes: FCKeditor
Form store Up to date 5.x-1.0 5.x-1.0 (2007-May-28) form_store-5.x-1.0.tar.gz
Includes: Form store
Google Analytics Up to date 5.x-1.2 5.x-1.2 (2007-May-04) google_analytics-5.x-1.2.tar.gz
Includes: Google Analytics
XML Sitemap Up to date 5.x-1.10 5.x-1.10 (2007-May-08) gsitemap-5.x-1.10.tar.gz
Includes: XML Sitemap
Image Up to date 5.x-1.1 5.x-1.1 (2007-May-02) image-5.x-1.1.tar.gz
Includes: Image Attach, Image Gallery, Image Import, Image
Lightbox V2 Up to date 5.x-1.1 5.x-1.1 (2007-May-04) lightbox2-5.x-1.1.tar.gz
Includes: Lightbox2
Node Adoption Up to date 5.x-1.0 5.x-1.0 (2007-May-24) node_adoption-5.x-1.0.tar.gz
Includes: Node Adoption
Notify Up to date 5.x-1.0 5.x-1.0 (2007-Mar-01) notify-5.x-1.0.tar.gz
Includes: Notify
Pathauto Up to date 5.x-1.2 5.x-1.2 (2007-Jun-05) pathauto-5.x-1.2.tar.gz
Includes: Pathauto
Poormanscron Up to date 5.x-1.1 5.x-1.1 (2007-Jan-20) poormanscron-5.x-1.1.tar.gz
Includes: Poormanscron
Textimage Up to date 5.x-1.2 5.x-1.2 (2007-Feb-06) textimage-5.x-1.2.tar.gz
Includes: Text Image
Update status Up to date 5.x-1.2 5.x-1.2 (2007-Apr-14) update_status-5.x-1.2.tar.gz
More needed?
Comment #3
drewish commentedwhat's generating those links? i can't find anything in the image module that generates image/view links, only code to respond to them...
Comment #4
Prof. Dr. YoMan commentedI really dont know anything about the internals. I am just a user of drupal as for now.
img src="/image/view/20/thumbnail"
Puts out the thumbnail as expected, but
img src="/image/view/blick-auf-meran-2000-von-irgendwo-zwischen-der-voeraner-alm-und-hafling/thumbnail"
does not.
/blick-auf-meran-2000-von-irgendwo-zwischen-der-voeraner-alm-und-hafling
is equivalent to
/node/20
via pathalias.
Thats all i know.
Comment #5
drewish commentedyeah image/view uses node ids not path aliases. if you're entering those links by hand then you need to use the node id. if something is building the links for you it has a bug.
Comment #6
Prof. Dr. YoMan commentedWhy not extend "image" that it can use path aliases also?
Thanks for you help anyway.
Comment #7
(not verified) commented