English (United Kingdom)
Jms Multi Site, formerly joomla multisite.
Create, share multiple joomla sites in few clicks !
Message
  • EU e-Privacy Directive

    This website uses cookies to manage authentication, navigation, and other functions. By using our website, you agree that we can place these types of cookies on your device.

    View e-Privacy Directive Documents

Welcome, Guest
Please Login or Register.    Lost Password?

Lost language tag with some extension slave site
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Lost language tag with some extension slave site
#11519
Lost language tag with some extension slave site 10 Years, 9 Months ago Karma: 0
I have problem with some extension on slave sites, I have an installation joomla 2.5.9 spanish language with multisites "Version 1.3.10 - FULL Patches definition Version 1.3.07", but some extensions have display problem in the backend.

For example: "mod_lofarticlesslideshow" doesn´t show params configuration in the slave, but in the father all is ok.
Module mod_rseventspro_upcoming doesn’t show language tags
Module mod_sobipro_entries doesn’t show language tags

I attach some screenshots.

Please some help, I need this extensions work fine.

screenshots
webuc
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2013/07/30 23:23 By webuc.Reason: the image didn´t upload
The administrator has disabled public write access.
 
#11520
Re:Lost language tag with some extension slave site 10 Years, 9 Months ago Karma: 0
Here you can get the extension mod_lofarticlesslideshow
www.landofcoder.com/download/free-extens...lideshow-module.html

When I compared the HTML source from master V/S Slave in the backend some script were missing

modules/mod_lofarticlesslideshow/libs/elements/media/form.css
modules/mod_lofarticlesslideshow/libs/elements/media/form.js

How can I fix this? Some clues?

Best regards
webuc
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#11521
Re:Lost language tag with some extension slave site 10 Years, 9 Months ago Karma: 0
There are something with the path, if I put full path work better in the slave but both master and slave lost the scripts...

relative path
<fields name="params" addfieldpath="modules/mod_lofarticlesslideshow/libs/elements">

full path
<fields name="params" addfieldpath="/ariadna/www8/cgi-bin/2juc1/uc/modules/mod_lofarticlesslideshow/libs/elements">
webuc
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#11522
Re:Lost language tag with some extension slave site 10 Years, 9 Months ago Karma: 0
I found the problem here:
mod_lofarticlesslideshow/libs/elements/lofspacer.php

Sample code:
$uri = str_replace(DS,"/",str_replace( JPATH_SITE, JURI::base (), dirname(__FILE__) ));

The dirname is diferent in the slave, because we use simbolic link to the master.

May be the same issue happens with other extensions.

Can we have some patch for this situation?.
webuc
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#11527
Re:Lost language tag with some extension slave site 10 Years, 9 Months ago Karma: 54
I suggest that you report the issue to the author of the extension.

Effectivelley the dirname(__FILE__) always return the physical location on the disk and it can be different of the JPATH_SITE.

A possible solution could consists in removing the dirname( __FILE__) and provide path manually based on JPATH_SITE like JPATH_SITE.'/modules/mod_lofarticlesslideshow/libs/elements/lofspacer.php'
edwin2win
Moderator
Posts: 5370
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
get the latest posts directly to your desktop
2Win, Multisite(s) are trademarks of Edwin2Win.
Joomla