[TYPO3-dev] Can't create pages nor content, "Column 'TSconfig' cannot be null", v4 final with some exts

Bastiaan Zapf bzapf_tedo at yahoo.de
Fri May 12 10:19:57 CEST 2006


After installing Typo3 v4 final, and installing these
extensions:

- htmlArea RTE
- Paradox Import          
- Versioning Management
- CSS styled content   
- News            
- Shop System    
- FE BE Library    
- Table Library    
- German language
- TYPO3 skin

everything works, except for creating new
pages/content.

Analysis of a mysql log reveals that (e.g.) a query

---->8 snip
INSERT INTO pages
(doktype,hidden,starttime,endtime,layout,urltype,lastUpdated,newUntil,
cache_timeout,shortcut_mode,module,perms_userid,perms_groupid,
perms_user,perms_group,perms_everybody,sorting,pid,no_search,
title,alias,target,no_cache,subtitle,nav_hide,TSconfig,php_tree_stop,
editlock,storage_pid,is_siteroot,l18n_cfg,extendToSubpages,fe_group,crdate,
cruser_id,tstamp) VALUES
('1','0','0','0','0','1','0','0','0','0','','2','2','31','27',
'0','256','74','0','asfdsafd','','','0','','0',null,'0','0','0',
'0','0','0','','1147358807','2','1147358807')
---->8 snap

Is sent, followed by a query that inserts the
following error message into the log:

  Column 'TSconfig' cannot be null

Which is a sensible response to the above query.

Where is that query generated? I digged through a lot
of source (like, db_new.php and the like), but didn't
understand what's going on at all.

How is the content of the TSconfig input field
supposed to end up in the DB? I don't even know the
place where to insert a "die" to output sensible
debugging information.



		
___________________________________________________________ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de




More information about the TYPO3-dev mailing list