Hi guys, I'm having an issue when I use <cms:pages masterpage> pointing one way to another AND try to install the cms from the scratch. Eg.:
I have an index.php file with a
And insite banner.php file I have
When I try to install i from the scratch t always gives me a:
so I can't generate the DB dynamically for the first time.
I worked around taking the dump of my first install and installing in another machine... but i'd like to know if is there any way to ignore the pages tag on the first time I execute the page, so it can create the DB correctly.
I have an index.php file with a
- Code: Select all
<cms:pages masterpage="banner.php" > ... </cms:pages>
And insite banner.php file I have
- Code: Select all
<cms:pages masterpage="index.php" > ... </cms:pages>
When I try to install i from the scratch t always gives me a:
- Code: Select all
// when I access banner.php
ERROR: Tag "pages": masterpage 'index.php' not found
// when I access index.php
ERROR: Tag "pages": masterpage 'banner.php' not found
so I can't generate the DB dynamically for the first time.
I worked around taking the dump of my first install and installing in another machine... but i'd like to know if is there any way to ignore the pages tag on the first time I execute the page, so it can create the DB correctly.