Posted by Joao_Torres on December 10, 2009 at 3:34pm
Hi!
After I started the installation, the famous white screen appeared in the url: .../install.php?profile=openpublish
And I´ve allready change the max PHP execution time to 120.
Now, what I have to do? I have to reinstall the software all over again?
Best regards,
Martino

Comments
What is the error?
Without knowing what the error is, there is no way of knowing how to fix it. You will need to either find the error in the apache error log, or turn display_errors On so that it will get printed to the screen.
Here´s the error log
Hi Febbraro!
Thanks for the faster reply...
Now, I was checking the apache error logs. The last ones are:
[Thu Dec 10 15:42:37 2009] [error] [client 88.80.198.98] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /w00tw00t.at.ISC.SANS.DFind:)
Allowed memory size of 33554432 bytes exhausted (tried to allocate 20 bytes)
Allowed memory size of 33554432 bytes exhausted (tried to allocate 20 bytes)
Allowed memory size of 33554432 bytes exhausted (tried to allocate 128 bytes)
[Thu Dec 10 16:54:35 2009] [error] [client 87.118.108.133] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /w00tw00t.at.ISC.SANS.DFind:)
I really dont know to read this. All I know is that the screen is white...
Best regards,
Martino
Martino, PHP does not have
Martino,
PHP does not have enough memory to run Drupal installation. It seems like your memory_limit is set to 32M. Even vanilla Drupal (without OP) needs at least 64M to run. It's recommended that you set memory_limit variable in php.ini to at least 92M, or better - 128M.
.............................................
http://twitter.com/inadarei
A New Hope...
Hi Irakli!
Let´s see if that is the problem...
Thanks for the support!
best regards
Martino
Mission Acomplished...
Thanks Irakli...
I´ve installed with sucess!
I think that, for a person like me that don´t know very much about configure webservers (php.ini, apache, etc), without this forum, it will be impossible to have the OpenPublish installed.
Thanks guys!!!
best regards
Martino
Thank you, Martino. We added
Thank you, Martino. We added an appropriate notification to the download page, so hopefully it will be less confusing going forward.
Glad it worked out.
.............................................
http://twitter.com/inadarei
Are there any other settings I need to change.
I am having the same difficulty. Should I change the other settings too?
This is what I have now.
Running on a Media Temple dvs
Vanilla Drupal (without OP) runs fine with the following settings.
max_execution_time = 120 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 128M ; Maximum amount of memory a script may consume (16MB)
http://coworkingflorida.com Coworking Florida is a community driven shared office space in Boynton Beach Florida
http://newtechcommunity.com Local Non Profit Tech Community In South Florida
http://barcamppalmbeach.com BarCamp Palm Beach is an ad-hoc unc
Have you restarted Apache
Have you restarted Apache after making changes? What is the error log you are getting with the WSOD in your Apache log?
.............................................
http://twitter.com/inadarei
Changed
I found my problem was the realpath_cache_size was set to 16k
Changed to 2m and loaded no problem
http://drupal.org/node/396084#comment-1632596 for more information
http://coworkingflorida.com Coworking Florida is a community driven shared office space in Boynton Beach Florida
http://newtechcommunity.com Local Non Profit Tech Community In South Florida
http://barcamppalmbeach.com BarCamp Palm Beach is an ad-hoc unc
Good catch!
Good catch!
.............................................
http://twitter.com/inadarei
I had a related issue. I
I had a related issue.
I migrated my site from one place to the other one the same server but I was getting the WSOD on only certain content and I couldn't figure out what the relationship was. I put error reporting on the index.php but the white screen was still blank.
The issue looked like it was happening based on role. I could edit content by lower level users but not my own and only of a certain content type. I could create new content for that type but I couldn't edit the content type itself either. It was incredibly odd.
So I referred to the error logs and found this: PHP Fatal error: Call to undefined function image_gd_check_settings() in /var/www/vhosts/domain/httpdocs/includes/image.inc on line 70, referer: https://domain/admin/content/types
After seeing that I went through all of the settings for the Image modules I have installed. I recalled then that on the previous site I had to manually create a tmp directory for images to be imported into and give proper permissions to the folder. I hadn't done that on the new location. After doing so I stopped having the white screen.
I know it's not exactly the same issue as a lot of other people have complained about but who knows, maybe someone will have this issue and find this bit of info helpful.
@merzikain, thanks for
@merzikain,
thanks for sharing. This is definitely very helpful.
.............................................
http://twitter.com/inadarei