carli
January 6, 2025, 12:09pm
1
Create a page, move an alias of a page – that itself has an alias as a subpage – under the newly created page and then move the new page incl. the aliases to another page. This should reproduce the issue.
It may sound confusing, but aliases that don’t have aliases themselves as subpages don’t cause any problems. As soon as the aliases have aliases as subpages, the timeout message appears. But the pages are still moved.
Here’s the github issue:
opened 04:07PM - 05 Jan 25 UTC
Type:Bug
### Affected Version of Concrete CMS
9.x
### Description
I reported thi… s problem over 1 year ago with version 9.1.2, same problem with version 9.3.8
If I want to move a page which has aliases as subpages I get a timeout message after approximately one minute. The page and the aliases were moved nevertheless. When I visit the moved page I get a workflow message “this page has been scheduled to be moved to …”.
Simply moving aliases from one page to another produces the same error messages nevertheless moving is possible.
Core Version - 9.3.8
PHP Version 8.1.31
### How to reproduce
Create a page, move an alias of a page – that itself has an alias as a subpage – under the newly created page and then move the new page incl. the aliases to another page. This should reproduce the issue.
Simply move an alias – that itself has an alias as a subpage – from one page to another.
### Possible Solution
_No response_
### Additional Context
It may sound confusing, but aliases that don't have aliases themselves as subpages don't cause any problems. As soon as the aliases have aliases as subpages, the timeout message appears. But the pages are still moved.
Log examples:
concrete/vendor/illuminate/config/Repository.php:156 Maximum execution time of 30 seconds exceeded (1)
concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117 Maximum execution time of 30 seconds exceeded (1)
concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117 Maximum execution time of 30 seconds exceeded (1)
concrete/src/Foundation/ConcreteObject.php:33 Maximum execution time of 30 seconds exceeded (1)
concrete/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:825 Maximum execution time of 30 seconds exceeded (1)
concrete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117 Maximum execution time of 30 seconds exceeded (1)
1 Like