Skip to Content Skip to Menu

[SOLVED] cbsubs_history table fills up with caught exceptions

10 years 3 months ago - 10 years 3 months ago #246914 by Ducatiklubben
Hi!

We have moved our site to a new web hosting company.
After the move the cbsubs_history table is being filled with "caught exceptions".
There are between 2000 and 2500 lines created everyday and there is a massive message that explains the exception, therefore the database is growing a couple of MB everyday.

I need some help with understanding the error message and some advise what to do to stop this.

I have attached a small database dump with some of the lines so someone that have the knowledge might understand what is going on

.

thanks
Attachments:
Last edit: 10 years 3 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8282
  • Karma: 1443
10 years 3 months ago #246927 by krileon
Enable debug mode and maximum error reporting in Joomla global configuration then debug any errors you see on screen. CBSubs History keeps track of errors even if your site suppresses them.


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.

10 years 3 months ago #246952 by Ducatiklubben
Replied by Ducatiklubben on topic cbsubs_history table fills up with caught exceptions
Got this.

unfortunately I don't have the skills to understand what I need to do.
Any suggestions, thanks

CBPaid Debug Message
CAUGHT EXCEPTION: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /storage/content/48/103048/test.ducatiklubben.se/public_html/administrator/components/com_comprofiler/library/phpinputfilter/phpinputfilter.inputfilter.php on line 331
Trace:called in class cbpaidErrorHandler::_error_handler_callable(8192, "preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead", "/storage/content/48/103048/test.ducatiklubben.se/public_html/administrator/components/com_comprofiler/library/phpinputfilter/phpinputfilter.inputfilter.php", 331, array("source" => "showinvoiceslist"))
called in function preg_replace("/&#x([a-f0-9]+);/mei", "utf8_encode(chr(0x\1))", "showinvoiceslist") on line 331 in file phpinputfilter.inputfilter.php
called in class CBInputFilter::decode("showinvoiceslist") on line 66 in file phpinputfilter.inputfilter.php
called in class CBInputFilter::process("showinvoiceslist") on line 353 in file plugin.foundation.php
called in function cbGetParam(array("user" => "4060", "plugin" => "cbpaidsubscriptions", "cbpact" => "showinvoiceslist", "task" => "pluginclass", "Itemid" => "567", "option" => "com_comprofiler"), "cbpact", NULL) on line 3217 in file plugin.class.php
called in class cbTabHandler::_getReqParam("act", NULL, "") on line 1120 in file cbpaidsubscriptions.php
called in class getcbpaidsubscriptionsTab::_getReqParam("act") on line 184 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("29", "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", "29", 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", 4060) on line 275 in file comprofiler.php
called in function require_once("/storage/content/48/103048/test.ducatiklubben.se/public_html/components/com_comprofiler/comprofiler.php") on line 380 in file helper.php
called in class JComponentHelper::executeComponent("/storage/content/48/103048/test.ducatiklubben.se/public_html/components/com_comprofiler/comprofiler.php") on line 348 in file helper.php
called in class JComponentHelper::renderComponent("com_comprofiler") on line 194 in file application.php
called in class JSite::dispatch() on line 42 in file index.php
$_GET = array (
'user' => '4060',
'plugin' => 'cbpaidsubscriptions',
'cbpact' => 'showinvoiceslist',
'task' => 'pluginclass',
'Itemid' => '567',
'option' => 'com_comprofiler',
)
$_POST = array (
)

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /storage/content/48/103048/test.ducatiklubben.se/public_html/administrator/components/com_comprofiler/library/phpinputfilter/phpinputfilter.inputfilter.php on line 331

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8282
  • Karma: 1443
10 years 3 months ago #246995 by krileon
Known deprecated notice. Can be fixed with the below quickfix.

www.joomlapolis.com/forum/153-professional-member-support/225808-cbsubs-some-admin-pages-blank-after-2522-upgrade#246379

It's also fixed in CB 2.0.


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.
The following user(s) said Thank You: Ducatiklubben

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

10 years 3 months ago #247015 by Ducatiklubben
Replied by Ducatiklubben on topic cbsubs_history table fills up with caught exceptions
Excellent, worked perfectly.

thanks.

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

Moderators: beatnantkrileon
Powered by Kunena Forum