Looks like a nice theme but it returns blank page after enabling and setting the theme as default. other themes works fine, but when analytic is selected a blank page is returned.
Type php
Date Friday, December 26, 2008 - 14:36
User (my username)
Location http://(mywebsite address)/admin/build/themes/select
Referrer http://(mywebsite address)/admin/build/themes/select
Message The specialized Panels menu router rebuild failed. Some paths may not work correctly.
Severity error
Hostname (my ip address)
Operations
My error log shows following: invalid argument supplied for foreach() in \includes\theme.inc on line 1760 array_keys() [<a href='function.array-keys'>function.array-keys</a>]: The first argument should be an array in \includes\theme.inc on line 1760. array_map() [<a href='function.array-map'>function.array-map</a>]: Argument #2 should be an array in \modules\system\system.module on line 975.
Comments
Comment #1
restyler commentedwhen does it return blank page? when you've enabled the theme or ..? are you sure it's the theme problem?
Comment #2
superkuton commented(Using drupal 6.8)
Looks like a nice theme but it returns blank page after enabling and setting the theme as default. other themes works fine, but when analytic is selected a blank page is returned.
Comment #3
restyler commentedcan you look at the error logs of your website? what errors you get?
I can't reproduce the problem on my websites with 1.2 release
Comment #4
superkuton commentedThe website log reports the following:
Type php
Date Friday, December 26, 2008 - 14:36
User (my username)
Location http://(mywebsite address)/admin/build/themes/select
Referrer http://(mywebsite address)/admin/build/themes/select
Message The specialized Panels menu router rebuild failed. Some paths may not work correctly.
Severity error
Hostname (my ip address)
Operations
Comment #5
steve22 commentedMy error log shows following:
invalid argument supplied for foreach() in \includes\theme.inc on line 1760array_keys() [<a href='function.array-keys'>function.array-keys</a>]: The first argument should be an array in \includes\theme.inc on line 1760.array_map() [<a href='function.array-map'>function.array-map</a>]: Argument #2 should be an array in \modules\system\system.module on line 975.Comment #6
steve22 commentedI found the problem. You only put <? instead of <?php at lots of places in page.tpl.php. Attached copy works!
Comment #7
restyler commentedI've committed this to dev version, thanks!