I got a WSOD and then upped my memory limit to 256 and it installed on my MAMP.
Ive uninstalled it and installed it twice and both times I get this :
Notice: Undefined index: highlighted in include() (line 120 of /Applications/MAMP/htdocs/julio/modules/system/page.tpl.php).
Notice: Undefined index: sidebar_first in include() (line 132 of /Applications/MAMP/htdocs/julio/modules/system/page.tpl.php).
Notice: Undefined index: sidebar_second in include() (line 138 of /Applications/MAMP/htdocs/julio/modules/system/page.tpl.php).
Notice: Undefined index: watt in drupal_theme_initialize() (line 100 of /Applications/MAMP/htdocs/julio/includes/theme.inc).
Notice: Trying to get property of non-object in _drupal_theme_initialize() (line 145 of /Applications/MAMP/htdocs/julio/includes/theme.inc).
Notice: Trying to get property of non-object in _theme_load_registry() (line 321 of /Applications/MAMP/htdocs/julio/includes/theme.inc).
Notice: Undefined index: watt in theme_get_setting() (line 1316 of /Applications/MAMP/htdocs/julio/includes/theme.inc).
Notice: Trying to get property of non-object in theme_get_setting() (line 1353 of /Applications/MAMP/htdocs/julio/includes/theme.inc).
Comments
Comment #1
jgraham commentedAre there any errors? The excerpt you provide only shows notices.
What are your error settings? Can you change your php.ini to show more errors? See http://php.net/manual/en/errorfunc.configuration.php
I would suggest trying turning on 'display_startup_errors' so that you can hopefully see the actual error/issue that is triggering the WSOD.
Comment #2
jgraham commentedI'm also suspecting that this may be a duplicate at of #1562076: Error when installing Julio which was just fixed and will be reflected in the next julio dev snapshot.
Please indicate if the daily build from today resolves the issue for you.
Comment #3
signal000 commentedIm still waiting ,as I can't download the DEV build.
Comment #4
signal000 commentedThe newest DEV version was a success installing.
Now I get this warning :
Warning: file_get_contents(profiles/julio/libraries/fullcalendar/fullcalendar.min.js) [function.file-get-contents]: failed to open stream: No such file or directory in fullcalendar_get_version() (line 375 of /Applications/MAMP/htdocs/julio/profiles/julio/modules/fullcalendar/fullcalendar.module).
Comment #5
jgraham commentedIt sounds like you are experiencing #1472476: FullCalendar library packaging/build issues