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?

Error in looking for master extensions
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Error in looking for master extensions
#477
Error in looking for master extensions 15 Years, 4 Months ago Karma: 0
Hi

Thanks for a very good component.

However, I think there is a bug in the way the component searches for existing extensions and their versions on the master site, when you install at slave-site.



* The name of the extension is not identical to the one installed by the master site.
* (Found name: 'Content Field - Select' expected: 'Content Field - Multipleselect')
* The version of the extension is not identical to the one installed by the master site.
* (Found version: '1.5' expected: '1.0')
* Install Plugin Error

It seems, that if you have two specific extensions at the master site that contains the same word, installation at the slave site finds the first extension that just contains the extension name in stead of an exact match.

It's the same with 'Content Field - Email' and 'Content Field - Mail'.

The component should look for an exact match. See XML below.

Hope for your solution soon.

Thanks in advance

Thomas Leth

Multipleselect
<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="joomsuite_content_fields" method="upgrade">
<name>Content Field - Multipleselect</name>
<author>JoomSuite</author>
<creationDate>Januar 2009</creationDate>
<copyright>Copyright (C) 2005 - 2009 JoomSuite. All rights reserved.</copyright>
<license>Commercial</license>
<authorEmail>support@joomsuite.com</authorEmail>
<authorUrl>www.joomsuite.com</authorUrl>
<version>1.0</version>
<description>Plugin for JoomSuite Content add new field type (Multipleselect)</description>
<files>
<filename plugin="multipleselect">multipleselect.php</filename>
</files>



Select
<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="joomsuite_content_fields" method="upgrade">
<name>Content Field - Select</name>
<author>JoomSuite</author>
<creationDate>May 2008</creationDate>
<copyright>Copyright (C) 2005 - 2008 JoomSuite. All rights reserved.</copyright>
<license>Commercial</license>
<authorEmail>support@joomsuite.com</authorEmail>
<authorUrl>www.joomsuite.com</authorUrl>
<version>1.5</version>
<description>Plugin for JoomSuite Content add new field type (Select)</description>
<files>
<filename plugin="select">select.php</filename>
</files>
File Attachment:
File Name: plg_field.zip
File Size: 2219
dreamware
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#479
Re:Error in looking for master extensions 15 Years, 4 Months ago Karma: 54
Can you also provide the "Select" plugin.
The current ZIP only contain the "MultipleSelect".

I absolutelly need both plugin to try reproduce the problem.

A review of the code show that it uses the

<filename plugin="multipleselect">multipleselect.php</filename>
and
<filename plugin="select">select.php</filename>

To distinguish the files

Therefore, I don't understand how this problem could happen.
I need a reproductable environement and scenario.
edwin2win
Moderator
Posts: 5370
graph
User Offline Click here to see the profile of this user
Last Edit: 2009/03/14 21:03 By edwin2win.
The administrator has disabled public write access.
 
#586
Re:Error in looking for master extensions 15 Years, 3 Months ago Karma: 0
Hi Again

Sorry, but I thought I got an email, when there was a response - seems I didn't.

However, I have attached the "Select" plugin.

Best regards

Thomas
File Attachment:
File Name: plg_field-68ecede136f83973b94a97fe7b6a3c0b.zip
File Size: 4238
dreamware
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#587
Re:Error in looking for master extensions 15 Years, 3 Months ago Karma: 0
Hi again

Just wanted to provide you with the plugins for "Mail" and "Email" as well.

Best regards

Thomas
File Attachment:
File Name: plg_field-ed1039336d14fe1a2748790565410416.zip
File Size: 4378
File Attachment:
File Name: plg_field-ed1039336d14fe1a2748790565410416.zip
File Size: 4378
dreamware
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#588
Re:Error in looking for master extensions 15 Years, 3 Months ago Karma: 0
Hmm - both the same. Here is "Email".
File Attachment:
File Name: plg_field-363e142920fdd49e1bcd5ffbaa038889.zip
File Size: 1595
dreamware
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#592
Re:Error in looking for master extensions 15 Years, 3 Months ago Karma: 54
I confirm the bug.
JMS make confusion between mail and email
Also between multipleselect and select.
The reason is that it look for the word "mail" and it find 2 solutions "email" and "mail".
Unfortunattely, it has selected the first one that was "email" instead of "mail".
This has resulted by an error on the version.

This is fixed in JMS 1.1.19 that add checks to verify that the name match when there are several solutions.
edwin2win
Moderator
Posts: 5370
graph
User Offline Click here to see the profile of this user
Last Edit: 2009/04/03 12:34 By edwin2win.
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