homejoomlablogministries
articles
guides
tutorials
all
forum

Learning Joomla! for the first time? Buy the Joomla! 1.5 Essential training CD-ROM or watch it on Lynda.com.

 

I am speaking at OpenCamp 2010 in Addison, TX


Welcome to Joseph LeBlanc's Joomla development forum. This forum is primairly intended to discuss the development of components I've authored, such as the podcasting suite and Daily Message tutorial. Although I happily answer general questions about Joomla, you may get quicker answers by searching the Joomla forums.

Due to spam abuse, you must register to post in the forums. However, you are allowed to browse the forums without registration. Commercially-oriented, off-topic messages are $100 per word, thank you for understanding!






FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
Re:how to change the path (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:how to change the path
#2759
richard@ctagroup.org (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:how to change the path 1 Year, 4 Months ago Karma: 0  
Hi,

I tracked it down in my case. We are hosting on a Windows platform. The problem appears to be in the building of the URL for the podcast: private function determineURL($filename). It is using the DS (DIRECTORY_SEPARATOR) in the URL just prior to appending the file name:
$filename = JURI::base() . $mediapath . DS . $filename;

Windows uses '\' for DS, but not in URL's; so, I think this is where the problem is. It should probably just use the '/'.

Thoughts?
Richard
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
      Topics Author Date
    thread link
how to change the path
alpenfelt 2009/03/26 08:56
    thread link
thread linkthread link Re:how to change the path
jleblanc 2009/03/28 08:22
    thread link
thread linkthread link Re:how to change the path
alpenfelt 2009/03/28 08:26
    thread link
thread linkthread linkthread link Re:how to change the path
jleblanc 2009/03/28 08:43
    thread link
thread linkthread linkthread linkthread link Re:how to change the path
richard@ctagroup.org 2009/03/30 16:37
    thread link
thread linkthread linkthread linkthread linkthread link Re:how to change the path
jleblanc 2009/03/31 09:45
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop