In joomla 3.0 and SEF plugin active, with CBSubs Content plugin i have a problem.
in plans->integration->content->menu items (don't work)
in plans->integration->extensions->url part (don't work)
the problem is in file /components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/plugin/cbsubscontent/cbsubs.content_access.php at line 528
i replace
Code:
$getPostArray=array_merge( $_GET, $_POST);
with
Code:
$getPostArray=array_merge( $_GET, $_POST,jRequest::get() );
Thanks