TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

TYPO3 Mailingliste: nicht fragen - lesen!

TYPO3 Mailingliste: nicht fragen - lesen!_RR_1-->
Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-project-tt-products@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 29.03.2008, 00:11
Kate Schrøder Jensen
Gast
 
Beiträge: n/a
Standard [TYPO3-shop] Table error!,Probably one or more required fields/tables are missing in thedatabase!

This is the message I'm getting looking in th Ext Manager for
tt_products. I guess it causes all the warning I get when I'm in List
showing the sysFolder of the shop. Here I can make new products but not
new categories. The warnings sounds like:

Warning: mysql_num_rows( supplied argument is not a valid MySQL result
resource in /var/lib/typo3/typo3_src-4.1.3/t3lib/class.t3lib_db.php on
line 783

Warning: Cannot modify header information - headers already sent by
(output started at
/var/lib/typo3/typo3_src-4.1.3/t3lib/class.t3lib_db.php:783) in
/var/lib/typo3/typo3_src-4.1.3/typo3/template.php on line 618

The thing that puzzels me the most is, that I allready got a site up and
running with the same extensions and configuration.

This is the related extensions I have installed:
tt_address 2.2.1
nsb_cat2menu 0.0.1
sr_feuser_register 2.5.8
tt_products 2.5.5
fh_libery 0.0.20
lib 0.0.20
mbi_products_categories 0.1.1
sr_static_info 2.0.0
static_info_tables 2.0.6
div 0.1.0
table 0.1.13
templavoila 1.3.0

How can I solve my problem?

Thanks, Kate

_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 29.03.2008, 22:34
Franz Holzinger
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Table error!,Probably one or more required fields/tables are missing in thedatabase!

Kate Schrøder Jensen a écrit :
> This is the message I'm getting looking in th Ext Manager for
> tt_products. I guess it causes all the warning I get when I'm in List
> showing the sysFolder of the shop. Here I can make new products but not
> new categories. The warnings sounds like:
>
> Warning: mysql_num_rows( supplied argument is not a valid MySQL result
> resource in /var/lib/typo3/typo3_src-4.1.3/t3lib/class.t3lib_db.php on
> line 783
>


You must activate sqlDebug in install tool to show the SQL error.

- Franz

_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 31.03.2008, 00:15
Kate Schrøder Jensen
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Table error!,Probably one or more required fields/tables are missing in thedatabase!

Franz Holzinger skrev:
> Kate Schrøder Jensen a écrit :
>> This is the message I'm getting looking in th Ext Manager for
>> tt_products. I guess it causes all the warning I get when I'm in List
>> showing the sysFolder of the shop. Here I can make new products but not
>> new categories. The warnings sounds like:
>>
>> Warning: mysql_num_rows( supplied argument is not a valid MySQL result
>> resource in /var/lib/typo3/typo3_src-4.1.3/t3lib/class.t3lib_db.php on
>> line 783
>>

>
> You must activate sqlDebug in install tool to show the SQL error.
>
> - Franz
>
>

Thanks for your answer. The sqlDebug gives me an apply that doesn't make
sence to me at all... And please, I beg upon my knees, do not apply in
to complicated terms - I'm new in this.

Kate

caller t3lib_DB::exec_SELECTquery
ERROR Unknown column 'uid' in 'field list'
lastBuiltQuery SELECT title,uid,pid,subtitle
FROM tt_products_cat
WHERE
pid=38 AND tt_products_cat.deleted=0
ORDER BY title
LIMIT 21
debug_backtrace sc_db_list->main // localrecordlist->generatelist //
localrecordlist->gettable // t3lib_db->exec_select_queryarray //
t3lib_db->exec_selectquery // t3lib_db->debug

_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #4  
Alt 31.03.2008, 14:26
Franz Holzinger
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Table error!,Probably one or more required fields/tables are missing in thedatabase!

Hello Kate,

> Franz Holzinger skrev:
>> Kate Schrøder Jensen a écrit :
>>> Warning: mysql_num_rows( supplied argument is not a valid MySQL result
>>> resource in /var/lib/typo3/typo3_src-4.1.3/t3lib/class.t3lib_db.php on
>>> line 783

>>
>> You must activate sqlDebug in install tool to show the SQL error.
>>
>> - Franz
>>

> Thanks for your answer. The sqlDebug gives me an apply that doesn't make
> sence to me at all... And please, I beg upon my knees, do not apply in
> to complicated terms - I'm new in this.
>

This is easy.

> caller t3lib_DB::exec_SELECTquery
> ERROR Unknown column 'uid' in 'field list'
> lastBuiltQuery SELECT title,uid,pid,subtitle
> FROM tt_products_cat
> WHERE
> pid=38 AND tt_products_cat.deleted=0
> ORDER BY title
> LIMIT 21
> debug_backtrace sc_db_list->main // localrecordlist->generatelist //
> localrecordlist->gettable // t3lib_db->exec_select_queryarray //
> t3lib_db->exec_selectquery // t3lib_db->debug


There is an installation error. The field uid is missing in
tt_products_cat. So go into the Extension Manager, click on Shop System
and make all necessary database table updates.

- Franz




_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #5  
Alt 02.04.2008, 13:10
Kate Schrøder Jensen
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Table error!,Probably one or more required fields/tables are missing in thedatabase!

Franz Holzinger skrev:
> Hello Kate,
>
>> Franz Holzinger skrev:
>>> Kate Schrøder Jensen a écrit :
>>>> Warning: mysql_num_rows( supplied argument is not a valid MySQL result
>>>> resource in /var/lib/typo3/typo3_src-4.1.3/t3lib/class.t3lib_db.php on
>>>> line 783
>>> You must activate sqlDebug in install tool to show the SQL error.
>>>
>>> - Franz
>>>

>> Thanks for your answer. The sqlDebug gives me an apply that doesn't make
>> sence to me at all... And please, I beg upon my knees, do not apply in
>> to complicated terms - I'm new in this.
>>

> This is easy.
>
>> caller t3lib_DB::exec_SELECTquery
>> ERROR Unknown column 'uid' in 'field list'
>> lastBuiltQuery SELECT title,uid,pid,subtitle
>> FROM tt_products_cat
>> WHERE
>> pid=38 AND tt_products_cat.deleted=0
>> ORDER BY title
>> LIMIT 21
>> debug_backtrace sc_db_list->main // localrecordlist->generatelist //
>> localrecordlist->gettable // t3lib_db->exec_select_queryarray //
>> t3lib_db->exec_selectquery // t3lib_db->debug

>
> There is an installation error. The field uid is missing in
> tt_products_cat. So go into the Extension Manager, click on Shop System
> and make all necessary database table updates.
>
> - Franz
>
>
>
>
>

Hi, again

I have updatede tt_products trough the Extension Manager (It said it
needed to: Alter table tt_products_cat add ui int(11) unsigned not null
auto_increment; Alter table ttroducts_cat add primary key (uid)), but
it still clames that it needs to be updated and sqlDebug returns:

caller t3lib_DB::admin_query
ERROR Incorrect table definition; There can only be one auto column and
it must be defined as a key
lastBuiltQuery ALTER TABLE tt_products_cat ADD uid int(11) unsigned NOT
NULL auto_increment;
debug_backtrace sc_mod_tools_em_index->main //
sc_mod_tools_em_index->showextdetails //
sc_mod_tools_em_index->updatesform //
sc_mod_tools_em_index->checkdbupdates //
t3lib_install->performupdatequeries // t3lib_db->admin_query //
t3lib_db->debug
caller t3lib_DB::admin_query
ERROR Key column 'uid' doesn't exist in table
lastBuiltQuery ALTER TABLE tt_products_cat ADD PRIMARY KEY (uid);
debug_backtrace sc_mod_tools_em_index->main //
sc_mod_tools_em_index->showextdetails //
sc_mod_tools_em_index->updatesform //
sc_mod_tools_em_index->checkdbupdates //
t3lib_install->performupdatequeries // t3lib_db->admin_query //
t3lib_db->debug

What to do next? I do not hope all these questions are a hassle for you.
Thank you so far for your help.

- Kate

_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #6  
Alt 02.04.2008, 13:31
Franz Holzinger
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-shop] Table error!,Probably one or more required fields/tables are missing in thedatabase!

Kate Schrøder Jensen a écrit :

> I have updatede tt_products trough the Extension Manager (It said it
> needed to: Alter table tt_products_cat add ui int(11) unsigned not null
> auto_increment; Alter table ttroducts_cat add primary key (uid)), but
> it still clames that it needs to be updated and sqlDebug returns:
>
> caller t3lib_DB::admin_query
> ERROR Incorrect table definition; There can only be one auto column
> and it must be defined as a key
> lastBuiltQuery ALTER TABLE tt_products_cat ADD uid int(11) unsigned
> NOT NULL auto_increment;
> debug_backtrace sc_mod_tools_em_index->main //
> sc_mod_tools_em_index->showextdetails //
> sc_mod_tools_em_index->updatesform //
> sc_mod_tools_em_index->checkdbupdates //
> t3lib_install->performupdatequeries // t3lib_db->admin_query //
> t3lib_db->debug
> caller t3lib_DB::admin_query
> ERROR Key column 'uid' doesn't exist in table
> lastBuiltQuery ALTER TABLE tt_products_cat ADD PRIMARY KEY (uid);
> debug_backtrace sc_mod_tools_em_index->main //
> sc_mod_tools_em_index->showextdetails //
> sc_mod_tools_em_index->updatesform //
> sc_mod_tools_em_index->checkdbupdates //
> t3lib_install->performupdatequeries // t3lib_db->admin_query //
> t3lib_db->debug
>
> What to do next? I do not hope all these questions are a hassle for you.
> Thank you so far for your help.


If your tt_products_cat table does not have the uid field, then all data
might get lost. You can only export it from phpMyAdmin.

Install the phpMyAdmin extension or use the TYPO3 Install tool to delete
the table tt_products_cat. Then reinstall tt_products.

- Franz

_______________________________________________
TYPO3-project-tt-products mailing list
TYPO3-project-tt-products (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-tt-products
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3-templavoila] Required fields in FCE / Page template Chris typo3-project-templavoila@lists.netfielders.de 1 24.10.2007 15:37
[TYPO3-shop] Fatar error - missing function Tapio Markula typo3-project-tt-products@lists.netfielders.de 4 18.03.2007 11:50
[TYPO3] rectifying naming annoyances missing tables,and class values in an extension dave typo typo3-english@lists.netfielders.de 3 09.03.2007 10:06
[TYPO3] mailformplus - can't figure out where does the inline stylefor required fields comes from Vlatko Surlan typo3-english@lists.netfielders.de 2 03.03.2007 21:26
[TYPO3] Data fields missing Gunda typo3-english@lists.netfielders.de 1 09.12.2006 16:53


Alle Zeitangaben in WEZ +1. Es ist jetzt 23:28 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Template-Modifikationen durch TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77