Closed (won't fix)
Project:
Omega
Version:
7.x-3.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 May 2012 at 16:12 UTC
Updated:
6 Jul 2012 at 22:45 UTC
(I meant upgrading to ...)
I get a Blank page when upgrading to 7x-3.1. I'm using a sub-theme.
Comments
Comment #1
marcoka commentedthat is called a WSOD. you are familiar with apache/php logs? the error will be logged there.
in the php.ini
/etc/php5/apache2/php.ini
set
log_errors = On
error_log = php_errors.log
and then check the php_errors.log in the root of your drupal install.
Comment #2
chefnelone commented#1 Is there any way to do it in htaccess? I have no access to php.ini
Comment #3
marcoka commentedgoogle for "enable php log htaccess". should get you some ideas.
Comment #4
cellar door commentedMarking as closed, unless this still persists, then you can re-open
Comment #4.0
cellar door commentednn