I try to implement the 1.1 version of the theme and i got a white screen. I desactivated the old one (1.) delete all files, flush the cache and reactivate it

Comments

ishmael-sanchez’s picture

Assigned: Unassigned » ishmael-sanchez
Status: Active » Postponed (maintainer needs more info)

Hi Roulion,

I tested theme on my local site, and two different development servers without any problems can you add the error code you get make sure you have error reporting print errors to the screen set on /admin/settings/error-reporting.

ishmael-sanchez’s picture

Status: Postponed (maintainer needs more info) » Fixed

Ok just tried on my personal website (server #3) and everything worked fine. Note, depending on your block configuration you might have to move blocks around to get the site to look decent.

Roulion’s picture

SUre about the blokcs, i'm used to this manipulation. When i Use the WSOD plugin, i have N/A on the white screen.. i'll have a look on /admin/settings/error-reporting andtell you.

Is it normal the scripts file isn't in the package... ?

ishmael-sanchez’s picture

Hey Roulion, I just downloaded the package and confirmed there is a scripts.js file. Let me know about that error when you find out more.

Roulion’s picture

Ok it seems the problem is only on my local installation... On my production site, it works... That's quite strange

ishmael-sanchez’s picture

Status: Fixed » Closed (fixed)
peterx’s picture

Status: Closed (fixed) » Needs review

Testing at http://d-theme.com/earthish. I get:
Parse error: syntax error, unexpected $end in /home/dtheme/public_html/sites/all/themes/earthish/page.tpl.php on line 134
I changed:
<?php if($breadcrumb):?> <?php print $breadcrumb; ?> <? endif; ?>
to:
<?php if($breadcrumb):?> <?php print $breadcrumb; ?> <?php endif; ?>

The result will be a WSOD if error reporting is off, which is a common default.

ishmael-sanchez’s picture

Status: Needs review » Fixed

Hello peterx,

Thanks for reporting this error I have corrected it and committed the changes, http://drupal.org/cvs?commit=353000

Status: Fixed » Closed (fixed)

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