<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jotace</id>
	<title>Joomla! Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jotace"/>
	<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/Special:Contributions/Jotace"/>
	<updated>2026-08-18T08:17:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=User:Jotace&amp;diff=109952</id>
		<title>User:Jotace</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=User:Jotace&amp;diff=109952"/>
		<updated>2014-02-28T03:12:38Z</updated>

		<summary type="html">&lt;p&gt;Jotace: Created page with &amp;quot;es - Español - Spanish User:Jotace&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;es - Español - Spanish&lt;br /&gt;
User:Jotace&lt;/div&gt;</summary>
		<author><name>Jotace</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=User_talk:Cdemko&amp;diff=74089</id>
		<title>User talk:Cdemko</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=User_talk:Cdemko&amp;diff=74089"/>
		<updated>2012-09-06T16:53:54Z</updated>

		<summary type="html">&lt;p&gt;Jotace: /* Zip Files Links are broken */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey, your tutorial around part 10: http://docs.joomla.org/Developing_a_Model-View-Controller_%28MVC%29_Component_for_Joomla!1.6_-_Part_10&lt;br /&gt;
is breaking.&lt;br /&gt;
&lt;br /&gt;
Most notably some files such as admin/controllers/helloworldlist.php are extending HelloWorldController but they can not find the class. A simple fix which is working for me is to let them extend JController but I&#039;m unsure of what your intentions were/are with this as the archive source doesn&#039;t reflect this idea (although it did in an earlier page).&lt;br /&gt;
&lt;br /&gt;
== Excellent ==&lt;br /&gt;
&lt;br /&gt;
[[http://docs.joomla.org/Developing_a_Model-View-Controller_%28MVC%29_Component_for_Joomla!1.6_-_Part_15#Creating_the_extension_script_file]]http://docs.joomla.org/Developing_a_Model-View-Controller_%28MVC%29_Component_for_Joomla!1.6_-_Part_15#Creating_the_extension_script_file&lt;br /&gt;
&lt;br /&gt;
Have just created my first complex module that creates a dummy user as well as veiw level specific view levels. Can create them with an sql file and delete all (except the data for the jos_user_usergroup_map data) by title field with sql.  I needed to find a way to use a script to locate the id of the dummy user so that I cand delete the data from jos_user_usergroup_map by id.&lt;br /&gt;
&lt;br /&gt;
Reading your article I converted com_&#039;&#039;&#039;Component&#039;&#039;&#039;NameInstallerScript to mod_&#039;&#039;&#039;Module&#039;&#039;&#039;NameInstallerScript, it worked a treat.  Tested with a standard DELETE FROM ...&#039;, now all I have to do is write the script.&lt;br /&gt;
&lt;br /&gt;
Thank you very much for taking the time to write an excellent article.&lt;br /&gt;
&lt;br /&gt;
[[User:Topazgb|Webdongle]] 22:54, 5 July 2011 (CDT)&lt;br /&gt;
&lt;br /&gt;
== Error in part17 file. ==&lt;br /&gt;
&lt;br /&gt;
Ive found an Error in Part17.zip file,&lt;br /&gt;
in  administrator/components/com_helloworld/models/fields/helloworld.php line 29&lt;br /&gt;
you used :&lt;br /&gt;
&lt;br /&gt;
$query = new JDatabaseQuery;&lt;br /&gt;
&lt;br /&gt;
which returns the error:&lt;br /&gt;
&lt;br /&gt;
Fatal error: Cannot instantiate abstract class JDatabaseQuery in C:\wamp\www\j170test\administrator\components\com_helloworld\models\fields\helloworld.php on line 29&lt;br /&gt;
&lt;br /&gt;
But you used the correct line in this page: &lt;br /&gt;
[[Developing_a_Model-View-Controller_(MVC)_Component_for_Joomla!1.6_-_Part_06]]&lt;br /&gt;
&lt;br /&gt;
$query = $db-&amp;gt;getQuery(true);&lt;br /&gt;
&lt;br /&gt;
Could you please Correct the zip file?&lt;br /&gt;
[[User:MeeDNite]]&lt;br /&gt;
&lt;br /&gt;
== Zip Files Links are broken ==&lt;br /&gt;
&lt;br /&gt;
Hi&lt;br /&gt;
&lt;br /&gt;
In a recent review I realize that all of ZIP links for the Component Tutorial are broken,&lt;br /&gt;
&lt;br /&gt;
Could you please fix that,&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Juan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
11:53, 6 September 2012 (CDT)&lt;/div&gt;</summary>
		<author><name>Jotace</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=User_talk:Cdemko&amp;diff=74088</id>
		<title>User talk:Cdemko</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=User_talk:Cdemko&amp;diff=74088"/>
		<updated>2012-09-06T16:50:49Z</updated>

		<summary type="html">&lt;p&gt;Jotace: /* Zip Files Links are broken */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey, your tutorial around part 10: http://docs.joomla.org/Developing_a_Model-View-Controller_%28MVC%29_Component_for_Joomla!1.6_-_Part_10&lt;br /&gt;
is breaking.&lt;br /&gt;
&lt;br /&gt;
Most notably some files such as admin/controllers/helloworldlist.php are extending HelloWorldController but they can not find the class. A simple fix which is working for me is to let them extend JController but I&#039;m unsure of what your intentions were/are with this as the archive source doesn&#039;t reflect this idea (although it did in an earlier page).&lt;br /&gt;
&lt;br /&gt;
== Excellent ==&lt;br /&gt;
&lt;br /&gt;
[[http://docs.joomla.org/Developing_a_Model-View-Controller_%28MVC%29_Component_for_Joomla!1.6_-_Part_15#Creating_the_extension_script_file]]http://docs.joomla.org/Developing_a_Model-View-Controller_%28MVC%29_Component_for_Joomla!1.6_-_Part_15#Creating_the_extension_script_file&lt;br /&gt;
&lt;br /&gt;
Have just created my first complex module that creates a dummy user as well as veiw level specific view levels. Can create them with an sql file and delete all (except the data for the jos_user_usergroup_map data) by title field with sql.  I needed to find a way to use a script to locate the id of the dummy user so that I cand delete the data from jos_user_usergroup_map by id.&lt;br /&gt;
&lt;br /&gt;
Reading your article I converted com_&#039;&#039;&#039;Component&#039;&#039;&#039;NameInstallerScript to mod_&#039;&#039;&#039;Module&#039;&#039;&#039;NameInstallerScript, it worked a treat.  Tested with a standard DELETE FROM ...&#039;, now all I have to do is write the script.&lt;br /&gt;
&lt;br /&gt;
Thank you very much for taking the time to write an excellent article.&lt;br /&gt;
&lt;br /&gt;
[[User:Topazgb|Webdongle]] 22:54, 5 July 2011 (CDT)&lt;br /&gt;
&lt;br /&gt;
== Error in part17 file. ==&lt;br /&gt;
&lt;br /&gt;
Ive found an Error in Part17.zip file,&lt;br /&gt;
in  administrator/components/com_helloworld/models/fields/helloworld.php line 29&lt;br /&gt;
you used :&lt;br /&gt;
&lt;br /&gt;
$query = new JDatabaseQuery;&lt;br /&gt;
&lt;br /&gt;
which returns the error:&lt;br /&gt;
&lt;br /&gt;
Fatal error: Cannot instantiate abstract class JDatabaseQuery in C:\wamp\www\j170test\administrator\components\com_helloworld\models\fields\helloworld.php on line 29&lt;br /&gt;
&lt;br /&gt;
But you used the correct line in this page: &lt;br /&gt;
[[Developing_a_Model-View-Controller_(MVC)_Component_for_Joomla!1.6_-_Part_06]]&lt;br /&gt;
&lt;br /&gt;
$query = $db-&amp;gt;getQuery(true);&lt;br /&gt;
&lt;br /&gt;
Could you please Correct the zip file?&lt;br /&gt;
[[User:MeeDNite]]&lt;br /&gt;
&lt;br /&gt;
== Zip Files Links are broken ==&lt;br /&gt;
&lt;br /&gt;
Hi&lt;br /&gt;
&lt;br /&gt;
In a recent review I realize that all of ZIP links for the Component Tutorial are broken,&lt;br /&gt;
&lt;br /&gt;
Could you please fix that,&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Juan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Jotace|Jotace]] ([[User talk:Jotace|talk]]) 11:50, 6 September 2012 (CDT)&lt;/div&gt;</summary>
		<author><name>Jotace</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=User_talk:Cdemko&amp;diff=74087</id>
		<title>User talk:Cdemko</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=User_talk:Cdemko&amp;diff=74087"/>
		<updated>2012-09-06T16:46:36Z</updated>

		<summary type="html">&lt;p&gt;Jotace: /* Zip Files Links are broken */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey, your tutorial around part 10: http://docs.joomla.org/Developing_a_Model-View-Controller_%28MVC%29_Component_for_Joomla!1.6_-_Part_10&lt;br /&gt;
is breaking.&lt;br /&gt;
&lt;br /&gt;
Most notably some files such as admin/controllers/helloworldlist.php are extending HelloWorldController but they can not find the class. A simple fix which is working for me is to let them extend JController but I&#039;m unsure of what your intentions were/are with this as the archive source doesn&#039;t reflect this idea (although it did in an earlier page).&lt;br /&gt;
&lt;br /&gt;
== Excellent ==&lt;br /&gt;
&lt;br /&gt;
[[http://docs.joomla.org/Developing_a_Model-View-Controller_%28MVC%29_Component_for_Joomla!1.6_-_Part_15#Creating_the_extension_script_file]]http://docs.joomla.org/Developing_a_Model-View-Controller_%28MVC%29_Component_for_Joomla!1.6_-_Part_15#Creating_the_extension_script_file&lt;br /&gt;
&lt;br /&gt;
Have just created my first complex module that creates a dummy user as well as veiw level specific view levels. Can create them with an sql file and delete all (except the data for the jos_user_usergroup_map data) by title field with sql.  I needed to find a way to use a script to locate the id of the dummy user so that I cand delete the data from jos_user_usergroup_map by id.&lt;br /&gt;
&lt;br /&gt;
Reading your article I converted com_&#039;&#039;&#039;Component&#039;&#039;&#039;NameInstallerScript to mod_&#039;&#039;&#039;Module&#039;&#039;&#039;NameInstallerScript, it worked a treat.  Tested with a standard DELETE FROM ...&#039;, now all I have to do is write the script.&lt;br /&gt;
&lt;br /&gt;
Thank you very much for taking the time to write an excellent article.&lt;br /&gt;
&lt;br /&gt;
[[User:Topazgb|Webdongle]] 22:54, 5 July 2011 (CDT)&lt;br /&gt;
&lt;br /&gt;
== Error in part17 file. ==&lt;br /&gt;
&lt;br /&gt;
Ive found an Error in Part17.zip file,&lt;br /&gt;
in  administrator/components/com_helloworld/models/fields/helloworld.php line 29&lt;br /&gt;
you used :&lt;br /&gt;
&lt;br /&gt;
$query = new JDatabaseQuery;&lt;br /&gt;
&lt;br /&gt;
which returns the error:&lt;br /&gt;
&lt;br /&gt;
Fatal error: Cannot instantiate abstract class JDatabaseQuery in C:\wamp\www\j170test\administrator\components\com_helloworld\models\fields\helloworld.php on line 29&lt;br /&gt;
&lt;br /&gt;
But you used the correct line in this page: &lt;br /&gt;
[[Developing_a_Model-View-Controller_(MVC)_Component_for_Joomla!1.6_-_Part_06]]&lt;br /&gt;
&lt;br /&gt;
$query = $db-&amp;gt;getQuery(true);&lt;br /&gt;
&lt;br /&gt;
Could you please Correct the zip file?&lt;br /&gt;
[[User:MeeDNite]]&lt;br /&gt;
&lt;br /&gt;
== Zip Files Links are broken ==&lt;br /&gt;
&lt;br /&gt;
Hi&lt;br /&gt;
&lt;br /&gt;
In a recent review I realize that all of ZIP links for the Component Tutorial are broken,&lt;br /&gt;
&lt;br /&gt;
Could you please fix that,&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Juan&lt;/div&gt;</summary>
		<author><name>Jotace</name></author>
	</entry>
</feed>