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.152 seconds

The j-cook project is one of the best of its kind and it is nice that we all try to contribute in little ways to make life easy for each other.

vlemos (Forum)  

Get Started