I recent install drupal, anda now i receive this error:
Warning: Cannot add header information - headers already sent by (output started at c:\phpdev5\www\drupal\includes\unicode.inc:32) in c:\phpdev5\www\drupal\includes\common.inc on line 143
i have installed drupal 4.7b4 on my xp with xampp 1.5.1, php5.. everything is working fine. am able to access the first login page to create my first user and all.. but i am not able to figure out how to get emails across on my localhost.. seems like drupal was able to send the mails but was uable to retireve any on my machine..
Just installed drupal 4.7 beta 4 and encountered the problem with aggregator module, which is unable to handle rss feeds in win-1251 (cyrillic).
The error is following: input conversion failed due to input error in /pub/home/bla-bla/modules/aggregator.module on line 506.
and
Bytes: 0x98 0xD0 0xBD 0xD1 in /pub/home/bla-bla/modules/aggregator.module on line 506
I have been trying to get the ecommerce module working but have not been able to create a product because it says payment_format is an undefined function. I have not been able to find much information online about this particular problem or even about this function. I was wondering if anybody has had a similar problem or if you know where I might find this function and the module it belongs to. Thanks for any help you could give me.
I recently installed the views module with a 4.7 RC3 site and I have been playing around with the views.module a bit.
It seems very impressive, however I am wishing there was some more documentation and/or examples of configurations that can produce views similar to what I would like.