lots of bugs there! returns a blank page!

CommentFileSizeAuthor
#6 page.tpl_.php_.txt6.65 KBsteve22

Comments

restyler’s picture

Status: Active » Postponed (maintainer needs more info)

when does it return blank page? when you've enabled the theme or ..? are you sure it's the theme problem?

superkuton’s picture

(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.

restyler’s picture

can 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

superkuton’s picture

The 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

steve22’s picture

Title: does not work! » Error log

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.

steve22’s picture

Title: Error log » Solved
StatusFileSize
new6.65 KB

I found the problem. You only put <? instead of <?php at lots of places in page.tpl.php. Attached copy works!

restyler’s picture

Version: 6.x-1.1 » 6.x-1.x-dev
Status: Postponed (maintainer needs more info) » Fixed

I've committed this to dev version, thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.