John Davidson

php - TYPO3 - don't show my contents in the Database after installed pizpalue

0 comments
Message:


I need your help for my database.


I created a own content element with the foreign extensions "sitepackage builder" and "pizpalue" on my TYPO3 ver. 10.4.21.


My codes are written in the extension "sitepackage builder" and I use pizpalue to use a container "2-4 column". So I need to use pizpalue too.


I could see my contents in the table "tt_content" in my database (phpMyAdmin) what I wrote in my content elements before installation of pizpalue. So my records were saved. But after installtion of pizpalue I can't find my contents in the table "tt_content". Although I created some variables in the database and I can find them:



In the frontend I can see my contents, but I can't see them in my database.
Before I installed the extention pizpalue, I could see my contents:



Furthermore, the uid is increased if I created a new content before installtion of pizpalue.
But now (after installation of pizpalue) there are until 25 uid and the uid of tt_content won't be increased, even if I created a new content.


The variables are structed so:


(I created total 12 variables in the table tt_content.)


in ext_tables.sql:


CREATE TABLE tt_content (
tx_pagesaddfields_frontsideheader TEXT DEFAULT '' NOT NULL,
tx_pagesaddfields_frontsideheader3 TEXT DEFAULT '' NOT NULL,
tx_pagesaddfields_frontsideheader4 TEXT DEFAULT '' NOT NULL,
tx_pagesaddfields_backsideheader TEXT DEFAULT '' NOT NULL,
tx_pagesaddfields_backsideheader3 TEXT DEFAULT '' NOT NULL,
tx_pagesaddfields_backsideheader4 TEXT DEFAULT '' NOT NULL,
tx_pagesaddfields_frontsidebodytext TEXT DEFAULT '' NOT NULL,
tx_pagesaddfields_backsidebodytext TEXT DEFAULT '' NOT NULL,
tx_pagesaddfields_frontsidebodytext3 TEXT DEFAULT '' NOT NULL,
tx_pagesaddfields_backsidebodytext3 TEXT DEFAULT '' NOT NULL,
tx_pagesaddfields_frontsidebodytext4 TEXT DEFAULT '' NOT NULL,
tx_pagesaddfields_backsidebodytext4 TEXT DEFAULT '' NOT NULL
);

I found some different data in CType. I'm not sure, but my CType (e.g. myextentionkey_newcontentelememn) should be shown up by CType. But I can see there "text", "panel" and so on which I didn't define. I think they are defined by pizplalue...



Why can't I find my contents in the table? And what should I do to display my contents in my database?


I don't know anymore where my contents are saved in the database...


I hope you can help me with it. Thank you.


MEMO:
This is my columns in the table tt_content in my database:







I'm so sorry for the long pictures.



My Answer:
't have a specific question or request. Can you provide more information or clarify what you need help with in TYPO3 and PHP?

Rate this post

5 of 5 based on 7789 votes

Comments




© 2024 Hayatsk.info - Personal Blogs Platform. All Rights Reserved.
Create blog  |  Privacy Policy  |  Terms & Conditions  |  Contact Us