Code Monkey home page Code Monkey logo

typo3-pizpalue's People

Contributors

alexander-nitsche avatar buepro avatar dependabot[bot] avatar ste101 avatar synac avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

typo3-pizpalue's Issues

Not working out of the Box

When I just install this extension on a clean Typo3 v8.7.15 and call the frontpage i get the following error:

Oops, an error occurred!
Tried resolving a template file for controller action "Standard->" in format ".html", but none of the paths contained the expected template file (Standard/.html). The following paths were checked: /var/www/vhosts/DOMAIN.TLD/httpdocs/typo3/typo3conf/ext/bootstrap_package/Resources/Private/Templates/Page/, /var/www/vhosts/DOMAIN.TLD/httpdocs/typo3/typo3conf/ext/pizpalue/Resources/Private/Templates/Page/
More information regarding this error might be available [online](https://wiki.typo3.org/Exception/CMS/1257246929).

Seems like there are some templates missing?

Running on:
Plesk 17.5
Typo3 8.7.15
PHP 7.2.6

Icon font

Please add a world icon that could be put before a domain.
Icon for googleplus could be removed.

Use %d. %B %Y as dateformat for news template

In news partial AdditionalInformation.html uses j. F Y for date formating.
Unfortunatelly with this configuration the name of the month isn't translated.
Please use %d. %B %Y instead.

Unfortunatelly I didn't find the place to change this.

PHP Warning: Undefined array key "title"

When clicking at in a folder page (TYPO3 11.5.24) at 'Create new record' I'm getting the error
PHP Warning: Undefined array key "title" in xxx/typo3_src-11.5.24/typo3/sysext/backend/Classes/Controller/NewRecordController.php line 529
The trigger is file 610_ext_easyconf_init.php in version 14.2.1.
I don't think that this line is correct:
if (!\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::isLoaded('easyconf')) {
because it should load if easyconf is loaded.
Also the line 25 outside the if command is wrong.

File 600_ext_easyconf.php in main seams to have the same problem.

news system and modal not in german

Hello,

I installed pizpalue in a new Typo3 10.4.6, everything is allright. But in the news the "read more" an in modal the "close" links are in english. I configured the site config to german.

I use this Versions:

news 8.3.0

pizpalue 11.2.0

bootstrap_package 11.0.2

Can you help me?

Thank you

Argument 3 passed to addAnimation() must be of the type array, null given

I have problems with a content element after an TYPO3-Upgrade.
$pizpalueConstants is null and therefor some functions are showing an TYPO3 error after clearing system cache.

With this patch it is working:

--- PizpalueFrameViewHelper.php.orig	2022-02-24 09:39:36.000000000 +0100
+++ PizpalueFrameViewHelper.php	2022-03-07 20:34:11.000000000 +0100
@@ -172,7 +176,7 @@
     protected static function addAnimation(
         AssetCollector $assetCollector,
         array $data,
-        array $pizpalueConstants,
+        array $pizpalueConstants = null,
         array &$result
     ): void {
         if (!$data['tx_pizpalue_animation']) {
@@ -207,7 +211,7 @@
     protected static function addAosAssets(
         AssetCollector $assetCollector,
         array $data,
-        array $pizpalueConstants,
+        array $pizpalueConstants = null,
         array &$result
     ): void {
         $attributes = implode(' ', $result['attributes']);
@@ -233,7 +237,7 @@
     protected static function addJoshAssets(
         AssetCollector $assetCollector,
         array $data,
-        array $pizpalueConstants,
+        array $pizpalueConstants = null,
         array &$result
     ): void {
         $attributes = implode(' ', $result['attributes']);
@@ -256,7 +260,7 @@
     protected static function addTwikitoAssets(
         AssetCollector $assetCollector,
         array $data,
-        array $pizpalueConstants,
+        array $pizpalueConstants = null,
         array &$result
     ): void {
         $attributes = implode(' ', $result['attributes']);
@@ -299,7 +303,7 @@
     protected static function addAnimateCssAssets(
         AssetCollector $assetCollector,
         array $data,
-        array $pizpalueConstants,
+        array $pizpalueConstants = null,
         array &$result
     ): void {
         $classes = implode(' ', $result['classes']);

Problems with pizpalue and powermail

Hello,

I use Pizpalue Template 11.3.0 and Powermail 8.1.2 in TYPO3 10.4.6. In a empty Introduction Package there are no problems and Powermail send a Email with all content from the fields. With pizpalue the emails from powermail are empty! The succes page is empty too.

is this Problem aware?

Many Thanks

can't install pp distribution on docker container

I can't install the pizpalu distribution through the TER, on a typo3 instance based on a docker image. To be exact, on a v10.4 release (Docker v19.0.3). Installation is incomplete.

This happens although I have installed a brandnew docker container based on image "martinhelmich/typo3:10" which is close to an official image, and comes preconfigured in a near-perfect state - at least that's what the Wizards from Admin Tools ("Maintenance" Module etc) say.

The progressbar of the installer that runs within the "Get preconfigured distributions" starts, but stops rather quickly. All (?) extensions get fetched from the TER, but the site does not show up in the page tree.

Some background information:

THe installation is fresh, it is not an upgrade, and I have root privileges everywhere.

Coming from typo3 v4, I have not worked with the PizPalu distribution before.

Is there a recommended Docker image that I should use? Typo3 v9 or another typo3 v10 (not 10.4?= ? or should I try typo3 v11 ?

Enhancement request:

And I think this scenario (Docker) should be mentioned in the "installation" section of your documentation.

Maybe add a "Installation with Docker" paragraph to your documenation (which is already very good. Also the demo sites look awesome).

I'm using these settings in my docker-compose yml file (db server settings omitted)

  typo3_10_palu:
    image: martinhelmich/typo3:10
    volumes:
      - typo3_10_palu_volume:/var/www/html
    ports:
      - '8035:80'
    env_file:
      - .env_10
      - .env_10_palu
    environment:
      PHP_ENABLE_XDEBUG: 1
      MYSQL_DATABASE: typo3_10_palu
    links:
      - db
    restart: unless-stopped

Unable to get property "type" of non-object "getTSFE()" error when accessing easyconfig, log and Extensions.

Hello all, when accessing some items in the backend (for example extensions or Log) I get the following error: Unable to get property "type" of non-object "getTSFE()" not on others. typo3 v12.4.1 pretty clean install in a remote server with pizpalue extension. Maintenance, Settings, Upgrade... load with no problem. The configuration of pizpalue (its own easyconfig) gets the error too.
Any ideas?

Media image selection in tx_news 9.11 is broken

Using typo3 11.5.5
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1351584844: An argument "key" or "id" has to be provided | TYPO3Fluid\Fluid\Core\ViewHelper\Exception thrown in file .../typo3_src-11.5.5/typo3/sysext/fluid/Classes/ViewHelpers/TranslateViewHelper.php in line 148.

Undefined array key "showitem"

in pizpalue/Configuration/TCA/Overrides/304_tt_content_frame.php line 26
when clicking an 'Upgrade -> Check TCA Migrations'.
TYPO3 12.3, pizpalue 15.0.0, easyconf 2.0.1-dev

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.