I can't find a place to put any bugs and solution to improve CB1.9.1
With php 5.5.1 I got several messages like: Deprecated: preg_replace() in ...
One of these notice, I found in the forum, but I can't answer or add some solutions:
Hi,
You sent:
All of that is safe to ignore. 1 is a minor bug in Joomla it self and the other is just a depreciation notice, which is already fixed for next CB release.
Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in N:\xampp\htdocs\eintero\administrator\components\com_comprofiler\library\phpinputfilter\phpinputfilter.inputfilter.php on line 331
This is fixed in next release of CB.
I fixed it with the following lines of code:
line 335:
... I always got a message at this forum:
Method Not Implemented
POST to /forum not supported.
So I'll add the file
Thomas