?
avatar kigh143
kigh143
6 Mar 2016

Steps to reproduce the issue

created a plugin to redirect a user to the page the choose in he settings options.
made three pages , index.html to redirect user from the root directory, joomlaLoginPlugin.php and joomlaLoginPlugin.xml
when I tried to install it, i get an warning of "Warning
JInstaller: :Install: Can't find Joomla XML setup file."

Expected result

Actual result

System information (as much as possible)

Additional comments

avatar kigh143 kigh143 - open - 6 Mar 2016
avatar kigh143 kigh143 - change - 6 Mar 2016
The description was changed
avatar brianteeman
brianteeman - comment - 6 Mar 2016

Please use the forum (http://forum.joomla.org) or the mailing list for support https://groups.google.com/forum/m/#!forum/joomla-dev-general)

avatar brianteeman brianteeman - change - 6 Mar 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-03-06 13:34:56
Closed_By brianteeman
avatar brianteeman brianteeman - close - 6 Mar 2016
avatar brianteeman brianteeman - close - 6 Mar 2016
avatar kigh143
kigh143 - comment - 6 Mar 2016

Thanks Brian


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9318.

avatar kigh143
kigh143 - comment - 6 Mar 2016

I have actually found the problem in my xml file. The error is due to not closing the field tag.

<config>
    <fields name="params">
        <fieldset name="bassic" label="Login settings">
            <field name="menu_id" type="menuitem" label="select Redirect page"/> // this line was not closed 
        </fieldset>
    </fields>
</config>


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9318.

Add a Comment

Login with GitHub to post a comment