Author Topic: Bug???  (Read 1348 times)

0 Members and 1 Guest are viewing this topic.

DocFirestorm

  • Guest
Bug???
on: Wed, 27. August 2003 - 16:09:08
Hello!

I tried to mail results from a database trough vlibmail. but it did'nt worked out as i wanted.

I used $htmlbody->grab() but then I always got an error message. something like no "body set". It worked when I gave a "normal" string to the var $htmlbody.

I changed op_start($compressed) to ob_start(); as in somebody's post.

I only want to report this "maybe bug", and hope this change has no consequences.

DocFirestorm

releasedj

  • Guest
Bug???
Reply #1 on: Thu, 28. August 2003 - 09:53:27
Hi,

Could you post a snippet of the code that you used so that I can verify that you're using the class in the correct way?

Thanks,

Kelvin

releasedj

  • Guest
Bug???
Reply #2 on: Thu, 28. August 2003 - 11:09:33
I just noticed your post on the German forum. I think the problem you're experiencing is with a bug that was fixed in vlibTemplate with ob_start.

I have just released a new version which contains this bugfix and that you can download at http://prdownloads.sourceforge.net/vlib/vLIB_4-0-1.zip


Kind regards,

Kelvin

DocFirestorm

  • Guest
Bug???
Reply #3 on: Mon, 01. September 2003 - 18:31:01
Ok, thanks a lot

DocFirestorm