Bug #89178
closedCreate multiple pages don't work
0%
Description
Clean new TYPO3 9.5.9 installation.
PHP 7.3.7
Bug 1:
- "Type" selection is empty
Bug 2:
- for Root-Pages - on safe "create pages" -> error:
No pages added
No pages were created.
- for non root-pages - on safe "create pages" -> only one (the last in the list) page is created
Files
Updated by Riccardo De Contardi about 5 years ago
We need more information: are you using an admin user or an editor user?
Updated by Christian Hackl about 5 years ago
Admin User - no other user is created, as i sad clean fresh new installation :)
Windows 10 - Chrome 76.0.3809.132
Installed with option ~ create one initial rootpage
Chrome Dev console shows no js error or something
Updated by Andreas Kienast about 5 years ago
- Status changed from New to Needs Feedback
I fail to reproduce any of these issues in current 9.5.10-dev. Are you able to xdebug in typo3/sysext/backend/Classes/Controller/Page/NewMultiplePagesController
if there is something bogus?
If not, are you able to provide a short screen recording of what you're exactly doing? Maybe we miss an important information.
Updated by Christian Hackl about 5 years ago
- File screen-capture.webm screen-capture.webm added
I try to look at "typo3/sysext/backend/Classes/Controller/Page/NewMultiplePagesController"... oldschool way if i understand this Class (haven't used xdebug so far).
Short vid what i am try to do in the attached file.
Updated by Christian Hackl about 5 years ago
- File line output.JPG line output.JPG added
debug output on line: 136 - for variable/array "{line}" typo3\sysext\backend\Resources\Private\Templates\Page\NewPages.html
Shows array with only strings to xlf files so {line.index} don't work. (Attached file output of {line})
activated extensionlist:
backend
belog
beuser
core
extbase
extensionmanager
felogin
filelist
fluid
fluid_styled_content
frontend
impexp
indexed_search
info
install
lowlevel
recordlist
redirects
reports
rte_ckeditor
seo
setup
tstemplate
viewpage
Updated by Christian Hackl about 5 years ago
I think php Version is the problem - switch back to PHP 7.2.10 clear cache hard - the create multiple pages module works.
On PHP 7.3.7 not.
Updated by Frank Nägler about 5 years ago
on PHP 7.3.8 the module works without any issue
Updated by Riccardo De Contardi about 5 years ago
- Category set to Backend User Interface
Updated by Riccardo De Contardi almost 5 years ago
For me, it does not work with PHP 7.3.8 - works with downgrading to 7.2.21
Updated by Christian Hackl almost 5 years ago
PHP 7.3.9 = don't work
TYPO3 9.5.13 and 10.2.2
Updated by Riccardo De Contardi over 4 years ago
I am not able to reproduce it with PHP 7.3.9 and TYPO3 9.5.14 and latest master (10.4.0-dev)
Updated by Susanne Moog over 4 years ago
Could this be related to the fluid problems that seem to happen "at random" depending on the PCRE version?
Updated by Christian Hackl over 4 years ago
TYPO3 10.3.0 - PHP 7.4.1 it works correctly...
TYPO3 9.5.14 - PHP 7.3.9 it works correctly...
I think this is already fixed.?!
Updated by Georg Ringer over 4 years ago
- Status changed from Needs Feedback to Closed
closed because fixed