wsite.com/cb-login/login
Class 'JParameter' not found in /home1/myrep/public_html/mysiterep/components/com_comprofiler/plugin/user/plug_cbautoactions/models/code.php(45) : eval()'d code on line 32
Here are the lines 30-31-32
// load plugin params info
$plugin =& JPluginHelper::getPlugin('user', 'pap4');
$pluginParams = new JParameter( $plugin->params );
pap4 is the
plg_user_pap4
plug-in file is pap4
I tried to replace
$plugin =& JPluginHelper::getPlugin('user', 'plg_user_pap4');
But gives the same error
It has always been working before this new release. What could be the change ?.
I do not have any idea
You're trying to use a Joomla API class that doesn't exist. Joomla 3.x uses JRegistry. You should be able to just change JParameter to JRegistry and it should work again. If you've any further Joomla API questions I suggest posting to Joomla.org forums. This is not something CB Auto Actions broke or has control over.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.