Bug #18704
closedPagetree only shows [no title] no pid and has no "depth"
0%
Description
I've upgraded my Typo3-Test 4.1.6 version to 4.2 and now I've some serious problems with the page-tree.
The page tree is behaving the way it should.
a) all pages have no pid (on mouseover)
b) all pages have no title
c) all pages are listed without any hierarchy (all listed under each other).
d) creating new pages doesn't work
The problem exists only with the page tree - not on other parts where the tree is shown (eg. Permissions).
See the screenshots for more details.
Maybe it's a problem with a datatype?
PHP: 5.2.2
Typo3: 4.2 (upgraded from 4.1.6)
DB: MS-SQL 2005
Server: MS 2003
(issue imported from #M8257)
Files
Updated by Martin Kutschker over 16 years ago
Are you using the ODBC PHP extension or the old native PHP extension for MS SQL server?
Updated by Dan no-lastname-given over 16 years ago
I hope that dbal/adodb is using the ODBC Extensions.
In the localconf the it is configured as followed:
$TYPO3_CONF_VARS['EXTCONF']['dbal']['handlerCfg'] = array (
'_DEFAULT' => array (
'type' => 'adodb',
'config' => array (
'driver' => 'odbc_mssql'
)
),
);
Updated by Xavier Perseguers almost 15 years ago
Hi Dan, please "refresh" this bug entry if problem still exists.
Updated by Xavier Perseguers almost 15 years ago
Cannot reproduce with latest version.