
Agnel Perez
Member-
Content Count
5 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Agnel Perez

-
Rank
Junior Member
-
@DennisHermannsen no lucky at all! steps of what i did it today: deactivate every module & addon (one by one and refreshing anytime) backup database and files then do a fresh install and import database. nothing help, looks like my problem is with structure on the database! Already tried the WHMCS John solution: SELECT * FROM tblhosting WHERE packageid NOT IN (SELECT id FROM tblproducts); MySQL returned an empty result set (i.e. zero rows). (Query took 0.0006 seconds.) Mean no orphaned service! I'm getting frustrated with this issue
-
Oops! Something went wrong and we couldn't process your request. Please go back to the previous page and try again. hi guys! still dealing with this issue the full environment is whmcs 8.6.1 PHP Version 8.1.14 inside of cPanel Version 108.0.11 lara theme v8.6.0 RS Theme(Lagom 2) Theme Version:2.1.2 so far i get the error on clientarea.php & clientarea.php?action=productdetails&id=7 if i set on configuration.php: $disable_hook_loading = true; then lagom2 doesn't work and lara theme get a large of issues Uncaught TypeError: $(...).bootstrapSwitch is not a function at HTMLDocument.init (scripts.min.js?v=ffd879:1:2683) at o (vendor.min.js?v=ffd879:1:27302) at Object.fireWith [as resolveWith] (vendor.min.js?v=ffd879:1:28085) at Function.ready (vendor.min.js?v=ffd879:1:29869) at HTMLDocument.e (vendor.min.js?v=ffd879:1:27069) next i tried was: set on configuration.php: $disable_hook_loading = true; disable lara and lagom 2, duplicate twenty-one theme to kk and active kk, save and try the client portal load just fine, but when a customer try to add or edit a payment method and try to process a payment doesn't work, another error show up so basically $disable_hook_loading = true; like @DennisHermannsen said it cannot be used on production, any help with this please thanks
-
Agnel Perez started following Error: Call to a member function getTemplateVars() on null
-
same problem here, client account not contains an orphaned service, every service have valid product assigned the only way i find it to go around was: add $disable_hook_loading = true; into configuration.php file until here work if twenty-one or my duplicate of twenty-one is set on System Theme but when set Lagom 2 as a theme error came back Error: Call to a member function cssInjector() on null in /home/aaa/templates_c/cc9ea936d52fb3c54d0f68350338a8988d8ef771_0.file.head.tpl.php:88 line 88: <?php echo $_smarty_tpl->tpl_vars['RSThemes']->value['styles']['colors']->cssInjector(!$_smarty_tpl->tpl_vars['adminLoggedIn']->value);?> with this: $disable_hook_loading = true; if i set like $disable_hook_loading = false; or comment //$disable_hook_loading = true; got this one Error: Call to a member function isYearly() on null in /home/aaa/templates_c/6f90dc7889284c0fbbe03dbfe37684132f6f1c87_0.file.upsell.tpl.php:86 line: <?php if ($_smarty_tpl->tpl_vars['product']->value->pricing()->first()->isYearly()) {?> anyone have this kind of issues or find a solution for?
-
Agnel Perez joined the community