deka87:
As you can see yourself you have this:
[6]=> string(23) "Content-type: text/html"
after the newbb_1LV=1344940223;
there should not be any header after newbb.
Therefore Im completely sure that you have either a newline/space before in one important file like mainfile.php header.php and like that.
the other possibility is a BOM in your language files.
If i were you i will copy all files from main website to a subdomain and try to replace them with xoops 2.5.3 originals and test with just english language.
andrax:
the official version is Alfred version.
He is the true developer of newbb.
Im not a developer and i dont develop this newbb module.
if you see my changes i just want to clean this newbb from:
1- hardcodes in using php commands instead of XOOPS API
2- hardcodes css like style=" and align="left/right" in php and html files
3- find minor mistypes like an extra / here and there
4- copy/paste better codes from other modules/core. eg: newbb/makepdf.php is completely re-writen.
Also you can see i emphasis all my changes with "irmtfan". i did that because i want to make it easier for anybody to implement my changes.
I could not solve the security holes. Anyway i didnt see your reports here in xoops.org
I will release a new version today which is hopefully the last version of my corrections.
Also i will be in vacation for the next 5 days from tomorrow afternoon until the next week monday afternoon.
I hope Alfred could take time and review my codes and corrections.
Also i wish he could develop this module. I have a wish list like this:
- makepdf.php group permission system
- makepdf.php could create pdf from a topic (not only post)
- print.php could print a whole topic (not only post)
- remove all hardcodes from language files like %s, url, html codes
Hope i could explain that.
Im looking forward to see community opinions.