Welcome, Guest
Username: Password: Remember me

TOPIC: [SOLVED] One form is not working in sandbox

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

  • molenwal1
  • molenwal1's Avatar
  • Offline
  • Senior Member
  • Posts: 63
  • Thank you received: 17
  • Karma: 3
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
The administrator has disabled public write access.

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

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
Try to regenerate now.
Coding is now a piece of cake
The administrator has disabled public write access.

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

  • molenwal1
  • molenwal1's Avatar
  • Offline
  • Senior Member
  • Posts: 63
  • Thank you received: 17
  • Karma: 3
Thank you, it works now.
Molenwal1 Webdesign
www.molenwal1.nl
The administrator has disabled public write access.

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

  • lynnapp12
  • lynnapp12's Avatar
  • Offline
  • New Member
  • Posts: 2
  • Karma: 0
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.
The administrator has disabled public write access.

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

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
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
The administrator has disabled public write access.

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

  • lynnapp12
  • lynnapp12's Avatar
  • Offline
  • New Member
  • Posts: 2
  • Karma: 0
Fixing that worked.

Thank you
The administrator has disabled public write access.
Time to create page: 0.098 seconds

Get Started