Project

General

Profile

Actions

Bug #18704

closed

Pagetree only shows [no title] no pid and has no "depth"

Added by Dan no-lastname-given about 16 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2008-04-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

t3_42.jpg (95.2 KB) t3_42.jpg Administrator Admin, 2008-04-25 17:35
Actions #1

Updated by Martin Kutschker almost 16 years ago

Are you using the ODBC PHP extension or the old native PHP extension for MS SQL server?

Actions #2

Updated by Dan no-lastname-given almost 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'
)
),
);

Actions #3

Updated by Xavier Perseguers over 14 years ago

Hi Dan, please "refresh" this bug entry if problem still exists.

Actions #4

Updated by Xavier Perseguers over 14 years ago

Cannot reproduce with latest version.

Actions

Also available in: Atom PDF