Author Topic: Apply Save Cancel Buttons dont work creating a new order  (Read 294 times)

Offline africanmint

  • Jr. Member
  • **
  • Posts: 3
    • View Profile
Apply Save Cancel Buttons dont work creating a new order
« on: 10/July/2012, 09:23:06 AM »
Hi, ever since I upgraded to 2.3.2 - I am unable to create or edit orders.

The Save, Apply and Cancel buttons don't work - when clicked the url just gets a # at the end and nothing happens.

Everything else (I've tested) works fine.

I've tried disabling the wysiwyg (suggested in the joomla forums) and switching off sef urls, changing the admin template - none help

The url under the Save, Apply and Cancel is just http://mysite/administrator/index.php?option=com_nbill#

Any ideas?  ???

Thanks

Offline netshine

  • Administrator
  • Hero Member
  • *****
  • Posts: 4,952
    • View Profile
Re: Apply Save Cancel Buttons dont work creating a new order
« Reply #1 on: 10/July/2012, 09:26:49 AM »
That indicates that a javascript error is occurring on that page. Can you check what your browser's error console says? (eg. in Firefox, go to Tools->Web Developer->Error Console).

Offline africanmint

  • Jr. Member
  • **
  • Posts: 3
    • View Profile
Re: Apply Save Cancel Buttons dont work creating a new order
« Reply #2 on: 10/July/2012, 09:34:27 AM »
Hi, thanks for the speedy reply

These are the javascript errors in firefox


Timestamp: 2012/07/10 10:26:55 AM
Error: syntax error
Source File: https://www.mysite.com/administrator/index.php?option=com_nbill
Line: 771, Column: 29
Source Code:         client_users[146] = ;

Timestamp: 2012/07/10 10:26:56 AM
Error: refresh_vendor is not defined
Source File: https://www.mysite.com/administrator/index.php?option=com_nbill
Line: 1792

Timestamp: 2012/07/10 10:26:57 AM
Error: nbill_submit_task is not defined
Source File: https://www.mysite.com/administrator/index.php?option=com_nbill
Line: 1

Offline netshine

  • Administrator
  • Hero Member
  • *****
  • Posts: 4,952
    • View Profile
Re: Apply Save Cancel Buttons dont work creating a new order
« Reply #3 on: 10/July/2012, 11:08:57 AM »
Try replacing your /administrator/components/com_nbill/admin.html/orders.html.php file with the attached and see if that fixes it (this fix will be included in the next release).

Offline africanmint

  • Jr. Member
  • **
  • Posts: 3
    • View Profile
Re: Apply Save Cancel Buttons dont work creating a new order
« Reply #4 on: 10/July/2012, 12:56:39 PM »
Great, Thanks!  ;D

 

anything