Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount! Get 20% off now with code SPOOKY-2024!

Error message I'd like to get cleaned up...

  • mikerotec
  • mikerotec
  • OFFLINE
  • Posts: 346
  • Thanks: 28
  • Karma: 2
8 years 1 month ago #286216 by mikerotec
I have fresh/new/clean installation, and am seeing lots of these in the PHP error log...
Code:
CAUGHT EXCEPTION: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /var/www/*redacted*/html/administrator/components/com_comprofiler/library/phpinputfilter/phpinputfilter.inputfilter.php on line 328 Trace:called in class cbpaidErrorHandler::_error_handler_callable(8192, "preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead", "/var/www/*redacted*/html/administrator/components/com_comprofiler/library/phpinputfilter/phpinputfilter.inputfilter.php", 328, array("source" => "2686")) called in function preg_replace("/&#(\d+);/me", "utf8_encode(chr(\1))", "2686") on line 328 in file phpinputfilter.inputfilter.php called in class CBInputFilter::decode("2686") on line 66 in file phpinputfilter.inputfilter.php called in class CBInputFilter::process("2686") on line 353 in file plugin.foundation.php called in function cbGetParam(array("user" => "2686", "plugin" => "cbpaidsubscriptions", "cbpaccount" => "expired", "task" => "pluginclass"), "user", 0) on line 185 in file cbpaidControllerCBTab.php called in class cbpaidControllerCBTab::getTabComponent(NULL, object(moscomprofilerUser), 1, array()) on line 1087 in file cbpaidsubscriptions.php called in class getcbpaidsubscriptionsTab::getTabComponent(NULL, object(moscomprofilerUser), 1, array()) on line 81 in file cbpaidControllerCBComponent.php called in class CBplug_cbpaidsubscriptions::getCBpluginComponent(NULL, object(moscomprofilerUser), 1, array()) called in function call_user_func_array(array(0 => object(CBplug_cbpaidsubscriptions), 1 => "getCBpluginComponent"), array(0 => NULL, 1 => object(moscomprofilerUser), 2 => 1, 3 => array())) on line 583 in file plugin.class.php called in class cbPluginHandler::call("500", "getCBpluginComponent", "CBplug_cbpaidsubscriptions", array(0 => NULL, 1 => object(moscomprofilerUser), 2 => 1, 3 => array()), NULL) on line 4187 in file comprofiler.class.php called in class cbTabs::_callTabPlugin(NULL, object(moscomprofilerUser), "CBplug_cbpaidsubscriptions", "getCBpluginComponent", "500", array()) on line 4274 in file comprofiler.class.php called in class cbTabs::tabClassPluginTabs(object(moscomprofilerUser), array(), "cbpaidsubscriptions", "CBplug_cbpaidsubscriptions", "getCBpluginComponent") on line 780 in file comprofiler.php called in function tabClass("com_comprofiler", "pluginclass", 0) on line 275 in file comprofiler.php called in function require_once("/var/www/*redacted*/html/components/com_comprofiler/comprofiler.php") on line 392 in file helper.php called in class JComponentHelper::executeComponent("/var/www/*redacted*/html/components/com_comprofiler/comprofiler.php") on line 372 in file helper.php called in class JComponentHelper::renderComponent("com_comprofiler") on line 191 in file site.php called in class JApplicationSite::dispatch() on line 230 in file site.php called in class JApplicationSite::doExecute() on line 252 in file cms.php called in class JApplicationCms::execute() on line 45 in file index.php $_GET = array ( 'user' => '2686', 'plugin' => 'cbpaidsubscriptions', 'cbpaccount' => 'expired', 'task' => 'pluginclass', ) $_POST = array ( )

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48454
  • Thanks: 8280
  • Karma: 1443
8 years 1 month ago #286229 by krileon
Replied by krileon on topic Error message I'd like to get cleaned up...
That's not possible unless you're still using CB 1.x where the fix is to migrate to CB 2.x. If you're getting that with CB 2.x then somehow your install is incorrectly upgraded and recommend installing latest CB 2.x build over your current to try and fix it.


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.

Please Log in or Create an account to join the conversation.

  • mikerotec
  • mikerotec
  • OFFLINE
  • Posts: 346
  • Thanks: 28
  • Karma: 2
8 years 1 month ago #286237 by mikerotec
Replied by mikerotec on topic Error message I'd like to get cleaned up...
Really!?! How could such a thing happen? Wouldn't the migration script flag an error if a previous version file refused to over-write?

My recent migration came up 100% "green-lighted" with no errors.
So as far as I can tell (aside from this notice I found filling up the PHP error logs) we have a 100% clean and good CB2 installation now.

I seem to recall there was an installer log mentioned at the end of the migration process, do you happen to know where it resides?

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48454
  • Thanks: 8280
  • Karma: 1443
8 years 1 month ago - 8 years 1 month ago #286283 by krileon
Replied by krileon on topic Error message I'd like to get cleaned up...
That file gets completely replaced by an empty one from CB 2.x. So the file will still exist, but none of the API that's erroring exists in it anymore. I've no idea how you still have the CB 1.x file present instead of the empty CB 2.x file, but I suggest installing CB 2.x over top of it to see if it gets replaced properly.


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.
Last edit: 8 years 1 month ago by krileon.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum