У меня тоже ошибка...
Цитата:
mysql_num_rows(): supplied argument is not a valid MySQL result resource in
|
..., сделал, как описано выше …
…, а система мен в ответ:
Цитата:
Tables and fields in $TCA, but not in database: Invalid table and field definitions in $TCA!
There are some tables and/or fields configured in the \$TCA array which does not exist in the database! This will most likely cause you trouble with the TYPO3 backend interface!
|
...чуть ниже:
Цитата:
Tables from database, but not in $TCA:
c_site_objects
Field name: Info:
id int(11) auto_increment
idOwner int(11) default '0'
cTitle varchar(200) default 'new page'
cPageURL varchar(255) default 'pageurl'
iOrder int(11) default '0'
iTmpOrder int(11) default '0'
iViewAs tinyint(4) default '0'
ibMenuItem tinyint(4) default '1'
ibActive tinyint(4) default '0'
|
..., и так далее ...много таких..
Насколько я понял, проблема в том, что-то, что есть в базе, данных нет в $TCA
Что делать, как исправить эту ситуацию?