lisardo
lisardo

Reputation: 1454

tt_content elements with a pid value of -1: what is the reason?

Many of tt_content elements of one of my installations do have pid values of -1 (minus one). Why? What function causes negative pids? (TYPO3 6.2)

Thanks!

Upvotes: 1

Views: 256

Answers (1)

Paul Beck
Paul Beck

Reputation: 2683

Negative PIDs are mostly caused by enabled workspaces in a TYPO3 system. Records that are not LIVE yet receive PID -1.

This makes very sure that those records will not appear in the frontend until they are approve for the Live state. In addition to the negative PID, those records got some values in their t3ver_-fields in the database which are pointing to the used Workspace, the original element and other information.

Upvotes: 4

Related Questions