Project

General

Profile

Actions

Bug #19206

closed

Another double mount point issue

Added by Artem Matevosyan almost 16 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-08-08
Due date:
% Done:

0%

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

Description

Double mounted pages do not see other (once and double) mounted pages on the same PID.

The tree:

index

+ services
+ + exchange
+ + leasing
+ + credit
+ + delivery
+ + trade in
+ + order

+ corporate (mount to /SYSFOLDER/corporate with subst)

+ private (mount to /SYSFOLDER/private with subst)

+ SYSFOLDER
+ + corporate
+ + + trade in (mount to /services/trade in with subst)
+ + + leasing (mount to /services/leasing with subst)
+ + + delivery (mount to /services/delivery with subst)
+ + private
+ + + exchange (mount to /services/exchange with subst)
+ + + order (mount to /services/order with subst)
+ + + reports
+ + + credit (mount to /services/credit with subst)

/corporate/
/corporate/trade in/
/corporate/delivery/
The sitemap menu on these pages are fine. All links work OK.

/corporate/leasing/
Link to /private/exchange/ - OK
Link to /private/credit/ - OK
Link to /private/order/ - OK
Link to /corporate/leasing/ - OK
Link to /corporate/delivery/ - BROKEN
Link to /corporate/trade in/ - BROKEN

/corporate/delivery/
Link to /private/exchange/ - OK
Link to /private/credit/ - OK
Link to /private/order/ - OK
Link to /corporate/leasing/ - BROKEN
Link to /corporate/delivery/ - OK
Link to /corporate/trade in/ - BROKEN

/private/exchange/
Link to /private/exchange/ - OK
Link to /private/credit/ - BROKEN
Link to /private/order/ - BROKEN
Link to /corporate/leasing/ - OK
Link to /corporate/delivery/ - OK
Link to /corporate/trade in/ - OK

/private/credit/
Link to /private/exchange/ - BROKEN
Link to /private/credit/ - OK
Link to /private/order/ - BROKEN
Link to /corporate/leasing/ - OK
Link to /corporate/delivery/ - OK
Link to /corporate/trade in/ - OK

BROKEN means Typo3 shows message: The requested page didn't have a proper connection to the tree-root! MP value remain!

And URLs have lack of a part of MP var.
Expected = index.php?id=18&MP=89-174;18-103
Printed = index.php?id=18&MP=89-174
(issue imported from #M9142)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #16427: Double mount points and link with wrong MPClosedSteffen Kamper2006-08-03

Actions
Actions #2

Updated by Artem Matevosyan over 15 years ago

Example.
We are in /corporate/delivery/. So for the Trade-In page the getClosestMPvalueForPage function should return MP value containing:
- /corporate/ > /SYSFOLDER/corporate/
/SYSFOLDER/corporate/trade in/ -> /services/trade in/

But it searches only the current rootline (to the current page /corporate/delivery/) and the actual rootline to /services/trade in/ and as soon there is only one mount point (/corporate/) it is returned.

The problem is menu dosn't even know about /corporate/trade-in/ page.

Actions #3

Updated by Johanna Brütsch over 12 years ago

  • Assignee set to Artem Matevosyan
  • Target version changed from 0 to 4.6.1

I have same problem:

SysfolderMountPoints
+ Products
+ Product1
+ Product2
+ Categories
+ Product1 (mount to /SysfolderMountPoints/Products/Product1)
+ Product2 (mount to /SysfolderMountPoints/Products/Product2)
+ Sortings
------------------------------------------------------

Domain A
+ Categories (Mounted Sitetree) (Links OK)
+ Product1 (Links Broken)
+ Product2 (Links Broken)

If I click on a hyperlink (Double Mountpoint) for Example Domain A/Categories/Product1 Hyperlink on Domain A/Categories/Product2 is broken.
There is missing a part of full URL-Address

For Example:
http://www.domain.com/index.php?id=10528&MP=10579-10857,10526-10608
http://www.domain.com/index.php?id=10528&MP=10579-10857[,10526-10608 this part is missing]

Actions #4

Updated by Chris topher over 12 years ago

  • Target version changed from 4.6.1 to 4.6.2
Actions #5

Updated by Xavier Perseguers over 12 years ago

  • Category deleted (Communication)
  • Assignee deleted (Artem Matevosyan)
  • Target version deleted (4.6.2)
Actions #6

Updated by Alexander Opitz over 9 years ago

  • Status changed from New to Needs Feedback
  • Is Regression set to No

Hi,

does the problem still exists within newer versions of TYPO3 CMS (6.2.9)?

Actions #7

Updated by Alexander Opitz almost 9 years ago

  • Status changed from Needs Feedback to Closed

No feedback within the last 90 days => closing this issue.

If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions

Also available in: Atom PDF