Discussion:
[TYPO3-english] All frontend plugins are not rendering
Salander
12 years ago
Permalink
Hello,

Firstly, I'm crap at english so I hope you'll understand my issue.

After I made an upgrade of an old typo3 website ( 4.1 -> 4.5 ), all my frontend plugins ( sr_feuser_register, etc...) don't render in the
front-end.
If I insert any FE plugin via the backend, it doesnt show up in the FE HTML; just this.

<!-- Plugin inserted: [begin] -->

<!-- Plugin inserted: [end] -->


Do you know what can cause the trouble? The template maybe?

I really need your help guys, I'm working on this problem since 2 weeks.
Søren Malling
12 years ago
Permalink
Hi Salander,

Check if the static extension file is included in your sys_template record
- it seems it isn't.

Regards

S?ren
...
Salander
12 years ago
Permalink
Hello S?ren,

Thanks for your answer.

I found this on the structure of my sys_template database :
include_static tinyblob
include_static_file text NULL

Is it what you told me to look at? How can I include the static extension file in this record?
Should I check the main template with typo3 and add it manually by editing the "whole template record"?
Or should I modify the table of the database?

Sorry I'm too much a newbie.


Thanks again,


Salander
Salander
12 years ago
Permalink
The static template of my plugins are included in my main template btw.
Sinsia
12 years ago
Permalink
Post by Salander
The static template of my plugins are included in my main template btw.
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
Hi,

Did you included also CSS Styled Content (css_styled_content) for
current version of Typo3?
Could you check if it work with older one?

Best regards,
Sinisa
Salander
12 years ago
Permalink
Hello Sinisa,


I added CSS Styled Content, it doesn't work.
Then I desinstalled it ( with Extension Manager + delete it locally ), I re-installed it, I added the static template but it still doesn't work.


Thanks.

Salander
Sinsia
12 years ago
Permalink
Hi Salander,

This could be becouse of incompatibility of some extensions.
You have list of all of them in typo3conf/localconf.php in
$TYPO3_CONF_VARS['EXT']['extList'].
You can try delete one by one and check if it will help.
Or turn on PHP errors and check if there are any errors...

Best regards
Sinisa
Post by Salander
Hello Sinisa,
I added CSS Styled Content, it doesn't work.
Then I desinstalled it ( with Extension Manager + delete it locally ),
I re-installed it, I added the static template but it still doesn't work.
Thanks.
Salander
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
Jost Baron
12 years ago
Permalink
Hi Salander,

you also might want to check in the TypoScript, under

tt_content.list

if something deletes the rendered plugin content. This could for
example happen if there is a userFunc registered which does not work
with the newer Typo3 or a newer PHP-version.

Regards,
Jost
Post by Salander
Hello,
Firstly, I'm crap at english so I hope you'll understand my issue.
After I made an upgrade of an old typo3 website ( 4.1 -> 4.5 ),
all my frontend plugins ( sr_feuser_register, etc...) don't render
in the front-end. If I insert any FE plugin via the backend, it
[begin] --> <!-- Plugin inserted: [end] -->
Do you know what can cause the trouble? The template maybe?
I really need your help guys, I'm working on this problem since 2 weeks.
Salander
12 years ago
Permalink
Hello Jost,


I checked in the typoscrit of my main template. I have only "tt_content.mail", I have no "tt_content.list".
Am I correct?

Thanks for you answer.

Mes amiti?s,
Salander
Jost Baron
12 years ago
Permalink
Hi Salander,
Post by Salander
Hello Jost,
I checked in the typoscrit of my main template. I have only
"tt_content.mail", I have no "tt_content.list". Am I correct?
The offending TypoScript could come from multiple locations (e.g.
tt_content.list comes from the static template css-styled-content, but
may be modified in other locations).

You should use the template module in the backend and use the
TypoScript Object Browser to browse the complete TS in your
installation. There you will find tt_content.list, and all its
subproperties.
Post by Salander
Thanks for you answer.
Mes amiti?s, Salander
Jost
Salander
12 years ago
Permalink
Thanks Jost for your detailled answer. It is instructive.

Here is a screen of tt_content.list in Typoscript Object Browser
Failed to load image: http://i.imgur.com/F3ki5V7.png

Do you find anything wrong?


Cheers,

Salander
Jost Baron
12 years ago
Permalink
Hi,
Post by Salander
Thanks Jost for your detailled answer. It is instructive.
Here is a screen of tt_content.list in Typoscript Object Browser
http://i.imgur.com/F3ki5V7.png
Do you find anything wrong?
No, everything looks fine.

I've got no further idea what could be wrong.


Jost
Philipp Gampe
12 years ago
Permalink
Hi Salander,
Post by Salander
Do you find anything wrong?
Looks good, but maybe you override it somewhere unexpected.

Go to the frontend (with enabled AdminPanel) and check all checkboxes below
TypoScript.
This will give you detailed insight what happens during rendering.

Best regards
--
Philipp Gampe ? PGP-Key 0AD96065 ? TYPO3 UG Bonn/K?ln
Documentation ? Active contributor TYPO3 CMS
TYPO3 .... inspiring people to share!
Salander
12 years ago
Permalink
Hello Phillip Gampe.


Thanks for your answer.
I checked in my TypoScript and I can't find config.admPanel=1, should I add it manually?
I never used the AdminPanel in the Frontend, that's why I'm a bit lost.

Thanks for your help.

Regards,

Salander



Quote: Philipp Gampe (pgampe) wrote on Thu, 22 August 2013 20:14
----------------------------------------------------
Post by Søren Malling
Hi Salander,
Go to the frontend (with enabled AdminPanel) and check all checkboxes below
TypoScript.
This will give you detailed insight what happens during rendering.
Best regards
--
Philipp Gampe PGP-Key 0AD96065 TYPO3 UG Bonn/K?ln
Documentation Active contributor TYPO3 CMS
TYPO3 .... inspiring people to share!
----------------------------------------------------
Salander
12 years ago
Permalink
up.
Loading...