Save, Save & Close and Close not working.
Save, Save & Close and Close not working.
Hi all,
I installed joomla 3.4.2 and the joomla 3.4.3 updates and I am having the same problem as previous person who posted on this forum. The jumi extension, does not "Save", Save & Close, and/or Close when I try to create an new jumi item or edit and existing jumi item. It does not work for these updates. It worked for joomla 3.4.1
It is a good extension, and I use it especially for my php code that I use on my joomla website. Any help in this matter will be deeply appreciated. Thank you.
rambro.
I installed joomla 3.4.2 and the joomla 3.4.3 updates and I am having the same problem as previous person who posted on this forum. The jumi extension, does not "Save", Save & Close, and/or Close when I try to create an new jumi item or edit and existing jumi item. It does not work for these updates. It worked for joomla 3.4.1
It is a good extension, and I use it especially for my php code that I use on my joomla website. Any help in this matter will be deeply appreciated. Thank you.
rambro.
- rambro
- Posts: 3
- Joined: Mon Jul 08, 2013 7:01 pm
Re: Save, Save & Close and Close not working.
Same problem here. Worked fine in Joomla 3.4.1
After upgrade to 3.4.2 (and 3.4.3) buttons don't work. Tried in IE and Chrome.
Thanks for a quick solution.
After upgrade to 3.4.2 (and 3.4.3) buttons don't work. Tried in IE and Chrome.
Thanks for a quick solution.
- goliath
- Posts: 1
- Joined: Fri Jul 03, 2015 11:48 am
Re: Save, Save & Close and Close not working.
Same problem here.
Some news about resolution?
Some news about resolution?
- assospiz
- Posts: 4
- Joined: Mon Mar 02, 2015 2:56 pm
Re: Save, Save & Close and Close not working.
I have the same problem in Firefox, Safari and Chrome (all latest versions).
A quick response will be very much appreciated.
A quick response will be very much appreciated.
- uphoff
- Posts: 1
- Joined: Tue Jul 07, 2015 11:47 am
Re: Save, Save & Close and Close not working.
Same here.
Since Joomla 3.4.2 , Jumi refuse to Save
Now in 3.4.3, still Jumi refuse to Save
Since Joomla 3.4.2 , Jumi refuse to Save
Now in 3.4.3, still Jumi refuse to Save
- adamtremblay
- Posts: 3
- Joined: Wed Jul 08, 2015 5:05 pm
Re: Save, Save & Close and Close not working.
[SOLVED]
On trying to save, your console [F12] probably throw this Error :
Uncaught TypeError: Cannot read property 'task' of null
What it is trying to do is send your "form" by ID
You'll see that your Form don't have a defined 'Id'
<form action="index.php" method="post" name="adminForm">
All you need to do is:
1) Go in this folder your_site\administrator\components\com_jumi\views\editapplication\tmpl\
2) Open default.php with a code/text editor.
3-a) At lines 44 and 144 , add the id="adminForm"
Both lines should now look like
<form action="index.php" method="post" name="adminForm" id="adminForm">
3-b) Save it.
Jumi should now be able save.
Enjoy.
On trying to save, your console [F12] probably throw this Error :
Uncaught TypeError: Cannot read property 'task' of null
What it is trying to do is send your "form" by ID
You'll see that your Form don't have a defined 'Id'
<form action="index.php" method="post" name="adminForm">
All you need to do is:
1) Go in this folder your_site\administrator\components\com_jumi\views\editapplication\tmpl\
2) Open default.php with a code/text editor.
3-a) At lines 44 and 144 , add the id="adminForm"
Both lines should now look like
<form action="index.php" method="post" name="adminForm" id="adminForm">
3-b) Save it.
Jumi should now be able save.
Enjoy.
- adamtremblay
- Posts: 3
- Joined: Wed Jul 08, 2015 5:05 pm
Re: Save, Save & Close and Close not working.
Dear Adam Tremblay,
It worked!!!! Thanks a bunch.
rambro
It worked!!!! Thanks a bunch.

rambro
- rambro
- Posts: 3
- Joined: Mon Jul 08, 2013 7:01 pm
Re: Save, Save & Close and Close not working.
This worked for me as well.
Paul Schmehl
Independent Researcher
Independent Researcher
- pschmehl
- Posts: 3
- Joined: Mon Jul 13, 2015 2:19 am
Re: Save, Save & Close and Close not working.
It work perfect! Super! Many thanks!
- assospiz
- Posts: 4
- Joined: Mon Mar 02, 2015 2:56 pm
Re: Save, Save & Close and Close not working.
Great ! it works
- mfe13
- Posts: 4
- Joined: Mon May 26, 2014 10:20 am
Re: Save, Save & Close and Close not working.
Hi,
This does not work for me.
The default.php does only contain 9 lines :
--------------------------------------
<?php
/**
* @version $Id$
* @package Jumi
* @copyright (C) 2008 - 2013 Simon Poghosyan
* @license GNU/GPL v3 http://www.gnu.org/licenses/gpl.html
*/
defined('_JEXEC') or die('Restricted access');
--------------------------------------
The path to this file is not
com_jumi\views\editapplication\tmpl\
but
com_jumi\views\application\tmpl\
there is no \editapplication
Can anyone help ?
Regards
Peter
This does not work for me.
The default.php does only contain 9 lines :
--------------------------------------
<?php
/**
* @version $Id$
* @package Jumi
* @copyright (C) 2008 - 2013 Simon Poghosyan
* @license GNU/GPL v3 http://www.gnu.org/licenses/gpl.html
*/
defined('_JEXEC') or die('Restricted access');
--------------------------------------
The path to this file is not
com_jumi\views\editapplication\tmpl\
but
com_jumi\views\application\tmpl\
there is no \editapplication
Can anyone help ?
Regards
Peter
- peterma
- Posts: 2
- Joined: Wed Nov 11, 2015 11:28 pm
Re: Save, Save & Close and Close not working.
Hi,
Anyone that can help with my issue above ?
Regards
Peter
Anyone that can help with my issue above ?
Regards
Peter
- peterma
- Posts: 2
- Joined: Wed Nov 11, 2015 11:28 pm
Re: Save, Save & Close and Close not working.
I have the same problem
- john47
- Posts: 2
- Joined: Thu Dec 03, 2015 12:37 pm
Re: Save, Save & Close and Close not working.
Hi,
Jumi 3.0.5 is released, please try it and let me know.
Thanks!
Jumi 3.0.5 is released, please try it and let me know.
Thanks!
Regards,
Edvard Ananyan - 2GLux Team
Please post a review at the Joomla Extensions Directory. It is very important for us!
Edvard Ananyan - 2GLux Team
Please post a review at the Joomla Extensions Directory. It is very important for us!
- Edvard
- Site Admin
- Posts: 1836
- Joined: Mon Jun 28, 2010 1:54 pm
- Location: Yerevan, Armenia
Re: Save, Save & Close and Close not working.
It is not solved in 3.0.5. Same as Peter described, Any Ideas? I use Joomla 3.4.8.
Best regards
Dirk
Best regards
Dirk
- dirk
- Posts: 1
- Joined: Fri Jan 01, 2016 11:31 pm
21 posts
• Page 1 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 1 guest