It is currently Thu Jun 20, 2013 5:28 am


Post a new topicPost a reply Page 1 of 1   [ 4 posts ]
Author Message
 Post subject: ERROR: Make configxml.php to executable through your FTP
PostPosted: Fri Dec 03, 2010 6:21 pm 
Am getting the following error:

Please Make configxml.php to executable through your FTP.

"../joomla/components/com_flvplayer/models"

Here is SS:

http://min.us/mpzPc2MI3E6Jx


Top
  
 
 Post subject: Re: ERROR: Make configxml.php to executable through your FTP
PostPosted: Mon Jan 24, 2011 10:23 pm 

Joined: Wed Jan 05, 2011 12:21 am
Posts: 12
Please follow the steps below to overcome the error
For Component

Please make the following change in the player.php file.
Player.php file will located at root/joomla folder/components/com_hdflvplayer/models/player.php

Please search for the code on player.php

$baseurl=str_replace(':','%3A',JURI::base());
$baseurl=str_replace('/','%2F',$baseurl);

Just replace the above code with the following

$baseurl=str_replace(':','%3A',JURI::base());
$baseurl=substr_replace($baseurl ,"",-1);
$baseurl=str_replace('/','%2F',$baseurl);

For Module

Make the following change in the default.php file.
default.php file will located at root/joomla folder/modules/mod_hdflvplayer/tmpl

Please search for the code on default.php
$baseurl=JURI::base();

Just replace the above code with the following
$baseurl=JURI::base();
$baseurl=substr_replace($baseurl ,"",-1);

For plugin

Make the following change in the contusvideo.php(or)hdflvplayer.php file.
contusvideo.php(or)hdflvplayer.php file will located at root/joomla folder/plugins/content/contusvideo.php(or)hdflvplayer.php

Please search for the code on contusvideo.php(or)hdflvplayer.php
$baseurl=JURI::base();

Just replace the above code with the following
$baseurl=JURI::base();
$baseurl1=substr_replace($baseurl ,"",-1);

and

Find:
baserefJ='.$baseurl.' (it will be in two places)

Replace it by

baserefJ='.$baseurl1.' (in both the places)



If still the problem exists,please do let us know...

Thanks


Top
 Profile E-mail  
 
 Post subject: Re: ERROR: Make configxml.php to executable through your FTP
PostPosted: Sun Jun 05, 2011 6:17 pm 

Joined: Sun Jun 05, 2011 6:12 pm
Posts: 3
Hi,
I also have the same problem. it was working last week.
i have checked the above files and they seem to be correct. i have tried making my configxml.php file 777 but that too has no effect (dont really want any 777 files on the server)

thank you
jason


Top
 Profile E-mail  
 
 Post subject: Re: ERROR: Make configxml.php to executable through your FTP
PostPosted: Mon Jan 02, 2012 2:52 pm 

Joined: Wed Jun 15, 2011 9:51 am
Posts: 3
ERROR: Make configxml.php to executable through your FTP
I had the same problem last week. For me, my issue was installing the plugin SSL redirect from Yireo, which is used to switch urls between http and https pages. If that doesn't apply to your situation, then I don't know. But I will outline mine here so anyone searching this forum might find help.

Joomla 1.5.27
HD Flv version 1.5 1_3_1

I needed the SSL redirect because Google Chrome was flagging my https secure page urls due to internal http menu items on my site, like the HD Flv pages. They had to be https calls. But Chrome would not accept any pages containing HDflv players as components or modules as https becuase of the http calls to youtube. (YouTube offers https for embeds, but not its urls yet.)

In the parameters of the SSL redirect plugin, I was able to exclude the HD Flv extension from the redirect. Then using my HD flv player as a module only, I changed my HD Flv menu items from the HDflv player menu type to the article layout type and just inserted the HD Flv module using the {loadposition module_position_name} call in my article.

Perhaps the folks at HD Flv support/ development can give you a modification to make http/https switching possible, but I have not seen a solution so far.

Best,
KKeys


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post a new topicPost a reply Page 1 of 1   [ 4 posts ]


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

© Copyrights and all rights reserved by Contus Support