<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16981" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV dir=ltr align=left><SPAN class=818300816-13072010><FONT face=Arial 
color=#0000ff size=2>No. Issues are typically visible immediately after you 
create them.&nbsp;&nbsp; If you don't see the issue in the open issues queue, 
perhaps something went wrong with the submit? </FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> support-bounces@drupal.org 
[mailto:support-bounces@drupal.org] <B>On Behalf Of </B>Thijs 
Hakkenberg<BR><B>Sent:</B> Tuesday, July 13, 2010 8:41 AM<BR><B>To:</B> 
support@drupal.org<BR><B>Subject:</B> Re: [support] database fields not 
present<BR></FONT><BR></DIV>
<DIV></DIV>Thanks, I installed the Devel module.&nbsp; Reïnstallation did the 
trick, and I created an Issue, but it's not visible yet. <BR>Does it take a 
while when you make a new issue on drupal.org? <BR><BR>On 8-7-2010 17:49, Jamie 
Holly wrote: 
<BLOCKQUOTE cite=mid:4C35F396.3030709@earthlink.net type="cite">Download the 
  Devel module and install it. There's an option in there to "reinstall 
  modules". Just select the module from that page and reinstall it. It will 
  destroy all the tables that that module makes, so any data in them will be 
  lost.<BR><PRE class=moz-signature cols="72">Jamie Holly
<A class=moz-txt-link-freetext href="http://www.intoxination.net" moz-do-not-send="true">http://www.intoxination.net</A> 
<A class=moz-txt-link-freetext href="http://www.hollyit.net" moz-do-not-send="true">http://www.hollyit.net</A></PRE><BR>On 
  7/8/2010 11:46 AM, Thijs Hakkenberg wrote: 
  <BLOCKQUOTE cite=mid:4C35F2D8.1000805@ebrius.nl type="cite">I've tried just 
    that, but the phpMyAdmin didn't like the query, so I added the trx_id column 
    myself with the parameters specified. <BR><BR>However, now this error 
    arises: <BR>
    <DIV class="messages error">
    <UL>
      <LI>user warning: Unknown column 'status' in 'field list' query: INSERT 
      INTO uc_payment_ideal (order_id, trx_id, status, received) VALUES (13, 
      '0050000553960739', 'OPEN', 1278603694) in 
      /home/vin/domains/winkel.varkensinnood.nl/public_html/modules/uc_ideal_pro/uc_ideal_pro.module 
      on line 271. 
      <LI>user warning: Unknown column 'status' in 'field list' query: SELECT 
      trx_id, status FROM uc_payment_ideal WHERE order_id = 13 in 
      /home/vin/domains/winkel.varkensinnood.nl/public_html/modules/uc_ideal_pro/uc_ideal_pro.module 
      on line 286. </LI></UL>it looks like the field 'status' and 'received' 
    should also be added.. <BR><BR>But any idea why these fields weren't 
    installed by the module? And why isn't it possible to do it via drupal 
    again? <BR><BR>Thanks!<BR></DIV><BR><BR>On 8-7-2010 2:08, Michel Morelli 
    wrote: 
    <BLOCKQUOTE cite=mid:4C3516FB.8080509@ziobuddalabs.it type="cite"><PRE wrap="">Hi, via mysql cli o phpmyadmin or other administration gui try this:

ALTER TABLE 'uc_payment_ideal' ADD 'trx_id' VARCHAR( 16 ) NOT NULL 
DEFAULT '0' AFTER 'order_id';

M.

    </PRE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>