Forum
Not able to create subpages in folder named "en" - very odd bug
I've come across a very strange bug, for some reason I'm not able to create a subpage in a folder named "en". It works for every other folder, not named "en". And If I change the setting on the parent page to let's say "en2" it wokrs.
For the pages I try to create in the "en" folder i get this error:
Warning: include(el/templates/pages/page-template.php): failed to open stream: No such file or directory in /nfs/66663/domains/dev.domain.com/html/en/test6.php on line 1
Warning: include(): Failed opening 'el/templates/pages/page-template.php' for inclusion (include_path='.:/usr/local/php-5.5.35/share/pear') in /nfs/66663/domains/dev.domain.com/html/en/test6.php on line 1
Any idea how to fix that?
Can you post your diagnostics?
I also did a test with the defafault.php page template just to be sure it wasn't anything in the templates I created that might cause the bug. Same result.
I think it's because you've renamed the
perch
folder toenkel
- and then theen
is matching both.I was afraid that might had something to do with it. But no way of knowing...
Are there any way around this, other then renaming one of the folders?
Right now that's the only solution.