Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

[CLOSED] Image upload - Joomla 1.5 27 Jan 2012 12:15 #1111

  • pwdmz
  • pwdmz's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 11
  • Thank you received: 1
Again, Joomla 1.5

Added "image field" to the project, appended Item form with with field and it Causes following error (firebug):

document.formvalidator.submitform is not a function
http://***.***.***.***/administrator/index.php?option=com_test&view=testsitem&layout=testsitem&Itemid=0&lang=
Line 248
var submitbutton = function(pressbutton)
{
document.formvalidator.submitform(document.adminForm, pressbutton, function(pressbutton){
return submitform(pressbutton);
});
return false;
} 

I assume there is some conflict between js validator and image input field. (Image Input is most certainly the problem, bacause when I remove this field from the form everything works great)

Gonna check if file input produces the same error

Please Log in or Create an account to join the conversation.

Last edit: by pwdmz. Reason: mistypes

Re: Image upload - Joomla 1.5 27 Jan 2012 12:24 #1112

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
can you see if formvalidator.js is loaded ?
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

Re: Image upload - Joomla 1.5 27 Jan 2012 13:17 #1113

  • pwdmz
  • pwdmz's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 11
  • Thank you received: 1
Yep , formvalidator.js is included.

I've tested it several times, and after 8th generation it started working again. Did you do anything in this time ?

Later, I will try to recreate the situation , once more .

Please Log in or Create an account to join the conversation.

Last edit: by pwdmz.

Re: Image upload - Joomla 1.5 27 Jan 2012 13:22 #1114

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Your cache maybe ?

Well, I keep this ticket open.
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.086 seconds

For starters it's just so easy to design an app in a way that I'm used to i.e. database first then views followed by customization. The fork system is pure brilliance from a developer standpoint as I can override things and still add and update my projects with minimal effort! Truly amazing to be able to build components in Joomla using incremental refinement without having to do everything by hand. Thanks for the great tool! I am so much more productive now than ever and I can't imagine building components any other way!!!!
Dave (Forum)

Get Started