impresscms icon indicating copy to clipboard operation
impresscms copied to clipboard

A multilingual, extensible, community oriented CMS developed in PHP

Results 51 impresscms issues
Sort by recently updated
recently updated
newest added

## Describe the bug When one of the criteria for the installer is not met in pathsettings.php, you get a list of criteria with one or more in red, to...

bug

https://github.com/ImpressCMS/impresscms/blob/ed58a9ea2d227955b5019e10bfcbac74485e785d/libraries/icms/ipf/Handler.php#L15-L20 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `todo` comment in ed58a9ea2d227955b5019e10bfcbac74485e785d. It's been assigned to @MekDrop because they committed the code.

todo :spiral_notepad:

https://github.com/ImpressCMS/impresscms/blob/d4944c0db8a6337d3bccd22fcf8d19791c5a8f85/libraries/icms/ipf/Handler.php#L87-L90 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `todo` comment in d4944c0db8a6337d3bccd22fcf8d19791c5a8f85 when #626 was merged. cc @MekDrop.

todo :spiral_notepad:

https://github.com/ImpressCMS/impresscms/blob/d4944c0db8a6337d3bccd22fcf8d19791c5a8f85/libraries/icms/ipf/Handler.php#L23-L28 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `todo` comment in d4944c0db8a6337d3bccd22fcf8d19791c5a8f85 when #626 was merged. cc @MekDrop.

todo :spiral_notepad:

https://github.com/ImpressCMS/impresscms/blob/d4944c0db8a6337d3bccd22fcf8d19791c5a8f85/libraries/icms/ipf/Handler.php#L15-L20 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `todo` comment in d4944c0db8a6337d3bccd22fcf8d19791c5a8f85 when #626 was merged. cc @MekDrop.

todo :spiral_notepad:

The usage of composer wil be needed in order to keep the list of installed modules up-to-date, along with their version numbers. Also, you need to run composer to re-build...

enhancement
composer

We no longer have the trustpath in v2, but we place many parts outside of the folder that is open to the web, as a similar security measure. Currently we...

enhancement

Currently we have semi implemented events management class. Some classes in our core use own events handlers (f.e. [ipf handler](https://github.com/ImpressCMS/impresscms/blob/1481f769efc9b3580a86b8bc3b5adf0aabf48a97/htdocs/libraries/icms/ipf/Handler.php#L1449)). So, there are some extra code and pain how to...

enhancement
composer

When I clone a template set, that results in the following error : > Fatal error: Uncaught PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'tplset_desc' cannot be null in /home/impresseu/domains/impresscms.eu/vendor/aura/sql/src/AbstractExtendedPdo.php:558...

bug

apix/simple-cache doesn't work on PHP 8+, so I think replacing with symfony/cache that also uses PSR-16 would be a good idea

dependencies