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
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
Comment #1
ishmael-sanchez commentedHi 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.
Comment #2
ishmael-sanchez commentedOk 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.
Comment #3
Roulion commentedSUre 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... ?
Comment #4
ishmael-sanchez commentedHey 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.
Comment #5
Roulion commentedOk it seems the problem is only on my local installation... On my production site, it works... That's quite strange
Comment #6
ishmael-sanchez commentedComment #7
peterx commentedTesting 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.
Comment #8
ishmael-sanchez commentedHello peterx,
Thanks for reporting this error I have corrected it and committed the changes, http://drupal.org/cvs?commit=353000