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

TOPIC:

[SOLVED] One form is not working in sandbox 29 Dec 2011 07:42 #764

The page is not build. I am not aware that i have changed something in the database setup that could cause the problem.

Link: sandbox.cms.j-cook.pro/administrator/ind...emo1262&view=booking

The html source code only contains:
<script language="javascript" type="text/javascript">
	function submitbutton(pressbutton)
	{
		switch(pressbutton)
		{
			case 'delete':

				var deleteConfirmMessage;
				if (document.adminForm.boxchecked.value > 1)
					deleteConfirmMessage = "Are you sure to delete these items ?";
				else
					deleteConfirmMessage = "Are you sure to delete this item ?";

				if (window.confirm(deleteConfirmMessage))
					return Joomla.submitform(pressbutton);
				else
					return;
				break;

		}

		return Joomla.submitform(pressbutton);
	}
</script>

<form action="/administrator/index.php" method="post" name="adminForm" class="">


	<div>
		<div class="">
Molenwal1 Webdesign
www.molenwal1.nl

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

Re: One form is not working in sandbox 29 Dec 2011 12:12 #765

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Try to regenerate now.
Coding is now a piece of cake

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

[SOLVED] Re: One form is not working in sandbox 29 Dec 2011 13:15 #767

Thank you, it works now.
Molenwal1 Webdesign
www.molenwal1.nl

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

Re: One form is not working in sandbox 02 Jan 2012 20:22 #793

I am having the same problem
sandbox.cms.j-cook.pro/administrator/ind...464&view=regmemorial

The LOD memorial works fine But I cannot get the Form to show to add new. or I guess edit.

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

Re: One form is not working in sandbox 02 Jan 2012 21:15 #794

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
I found a problem in your tables :


Why are the 'Item title' an 'Item alias' setted as 'id' ???
Both of your tables are setted like this ??


How did you do this ?

Please specify a correct unique 'item alias' value for these tables.

Maybe this can solve the issue.
Coding is now a piece of cake

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

Re: One form is not working in sandbox 03 Jan 2012 13:36 #800

Fixing that worked.

Thank you

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

  • Page:
  • 1
Time to create page: 0.094 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