Ticket #1269 (closed defect: duplicate)

Opened 5 years ago

Last modified 4 years ago

ExtendedFileManager image full path

Reported by: guest Owned by:
Priority: normal Milestone: 0.96
Component: Plugins Version: trunk
Severity: normal Keywords: ExtendedFileManager image full path
Cc:

Description

The problem is: when i insert a picture using the ExtendedFileManager, the image get a relative path, not the full url.

I think it's a php config problem, because on my home machine (with php and apache installed by EasyPHP) its working, but when i upload to a comercial server, the url of the image revert to relative. I uploaded the same web content, directory structure. On home work, on the web dosent.

I see this problem have a ticket 2 years ago (#698), but not solved. I see on the forum too, others have this problem. (http://www.xinha.org/punbb/viewtopic.php?id=1547)

Now im testing, and trying to solve this, but not sucess.

It can be teted on my lame test site:

http://lidi.uw.hu/xinhatest.php

Insert a pic, then look at the html source, ad voila not full url, just relative. The config file looks this:

$IMConfigimages_dir? = '../../../kepek'; $IMConfigimages_url? = 'http://lidi.uw.hu/kepek/';

Help mee sombody plz e-mail, msn: ldi@…

Change History

Changed 4 years ago by gogo

  • status changed from new to closed
  • resolution set to duplicate

Dup #696 which is resolved by ray's comment that you should use absolute paths in your config.

Note: See TracTickets for help on using tickets.