I was programming with Drupal and got a very ugly mistake – totally blank (white) screen. After some Googling I found that this can be fixed by increasing PHP memory size. Nope, it didn’t helped.
Then I tried some other tricks, like making a redirection to other page. But no.
The solution was very simple: I had to change text encoding to “UTF-8 without BOM” (I used Notepad++ for that). It worked – no white screen
P.S. It took about 5 hours to understand that
I have installed latest version of Ubercart (currently – 2.2.) and I had one problem.
I posted a new product, attached image to it, but those images do not show up. Well, and solution is quite simple.
For Drupal 6 you need to enable: CCK, Imagefield, Imagecache, ImageAPI modules and (that was my problem) ImageAPI GD2 OR ImageAPI ImageMagick. I suggest enabling ImageAPI GD2, but it’s up to you and your server configuration.
The more I read about Drupal Content Management System (Framework?) – the more I like it
It’s very flexible, provides good API and well documented
But why it’s not object oriented?..