Hey Matt,<br><br>This list is for Drupal core development, so you&#39;re better off posting on the support forums on <a href="http://drupal.org">drupal.org</a>, or heading to the irc chanel #drupal-support on <a href="http://freenode.net">freenode.net</a>.<br>
<br>Cheers,<br><br>Frederik<br><br><div class="gmail_quote">2009/3/6 Matt Funk <span dir="ltr">&lt;<a href="mailto:matze999@gmx.net">matze999@gmx.net</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
mmhh,<br>
<br>
well, to answer my own question, i guess i had to do a<br>
include_once(drupal_get_path(&#39;module&#39;, &#39;uc_attribute&#39;). &#39;/uc_attribute.admin.inc&#39;);<br>
<br>
in the module file in order to have access to that form. It looks like it<br>
works now.<br>
<br>
<br>
Anyway,<br>
is it better to post stuff on <a href="http://drupal.org" target="_blank">drupal.org</a> than on this list?<br>
<br>
thanks<br>
<font color="#888888">matt<br>
</font><div><div></div><div class="h5"><br>
On Friday 06 March 2009, Matt Funk wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; i am pretty new at developing stuff in Drupal. So this question is probably<br>
&gt; an easy one to answer, but i am still new enough that i don&#39;t even really<br>
&gt; know where to look to start the debugging process. And i am hoping this is<br>
&gt; the correct list to post to.<br>
&gt;<br>
&gt; Anyway, here&#39;s the question:<br>
&gt;<br>
&gt; I am simply trying to programmatically create an attribute for ubercart<br>
&gt; (ver2). As far as i can tell drupal_execute seems the easiest (and<br>
&gt; intended?) way to do this.<br>
&gt;<br>
&gt; So i create my $form_state array etc...<br>
&gt; Then $form_id = &#39;uc_attribute_form&#39;;<br>
&gt;<br>
&gt; When i put that into the module and the menu callback is executed i get:<br>
&gt;<br>
&gt; ...<br>
&gt; warning: call_user_func_array() [function.call-user-func-array]: First<br>
&gt; argument is expected to be a valid callback, &#39;uc_attribute_form&#39; was given<br>
&gt; in /home/content/x/p/d/xpdtek/html/drupal-6.10/includes/form.inc on line<br>
&gt; 366. ...<br>
&gt;<br>
&gt; So apparently i am not quite getting something here. My first guess is that<br>
&gt; the form_id is wrong. But uc_attributes is enabled and from what i can tell<br>
&gt; the form that lets me manually create an attribute is called<br>
&gt; uc_attribute_form (located in uc_attribute/uc_attribute.admin.inc).<br>
&gt;<br>
&gt;<br>
&gt; Can anyone shed some light on this for me ...<br>
&gt;<br>
&gt;<br>
&gt; thanks<br>
&gt; matt<br>
<br>
<br>
</div></div></blockquote></div><br>