Pdf icon searches for image on the wrong path

  • veritas
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago - 12 years 8 months ago #9413 by veritas
Hi,

I have one page in which when you click in the pdf icon, it searches for the picture in this path: /usr/www/users/takizy/libraries/tcpdf/images/stories/bla-bla-bla.jpg

instead in the normal path (where the picture actually is): /usr/www/users/takizy/images/stories/

Given this error:
Code:
Warning: getimagesize(/usr/www/users/takizy/libraries/tcpdf/images/stories/bla-bla-bla.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /usr/www/users/takizy/libraries/tcpdf/tcpdf.php on line 3688

So it doesn’t find it.

And as far as I can see, the page is exactly the same as the other good working ones. Even if a put the same picture (and with the same path) of a good working one page, still it doesn't find it.

Any idea why this is happening?

Thanks.

Veritas
Last edit: 12 years 8 months ago by veritas.

Please Log in to join the conversation.

More
12 years 8 months ago #9446 by ivan.milic
Are you sure you need /usr/www/users/takizy/ part in path?

Please Log in to join the conversation.

  • veritas
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago #9448 by veritas
Hi Ivan,

I didn't do anything about the path.

That path is shown for the first time in the error.

Actually the picture is in “/images/stories/bla-bla-bla.jpg”

Thanks,

Veritas

Please Log in to join the conversation.

More
12 years 8 months ago #9455 by ivan.milic
If the image actually there? If yes maybe permissions are blocking something. Try to CHMOD that folder to 777. If you hosting panel don not support CHMOD option you can do it using Joomla!Explorer component you can get for free.

Please Log in to join the conversation.

  • veritas
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago #9458 by veritas
Hi Ivan,

Thank you. I did that but it didn’t work.

It must have to do with the page itself, because even if I put the same picture from
another good working page, the error comes.

I don't understand it, because all settings for the (bad) page seem to be the same of the (good) page.

Veritas.

Please Log in to join the conversation.

More
12 years 8 months ago #9459 by ivan.milic
Ok, try then component configuration:

open libraries/tcpdf/config/tcpdf_config.php:


define ("K_PATH_MAIN", "D:/Inetpub/wwwroot/_OPENSOURCE/tcpdf/");
define ("K_PATH_URL", "http://localhost/_OPENSOURCE/tcpdf/");

instead of this dummy paths put your real path.

Please Log in to join the conversation.

Time to create page: 0.339 seconds
Powered by Kunena Forum