Jump to content

kmm2908

Retired Forum Member
  • Posts

    143
  • Joined

  • Last visited

About kmm2908

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

kmm2908's Achievements

Senior Member

Senior Member (3/3)

0

Reputation

  1. We are seeing a lot of entries in tblclients where one of the fields contains something similar to: AES_ENCRYPT(1,1), firstname= (SELECT GROUP_CONCAT(id,0x3a,username,0x3a,email,0x3a,password SEPARATOR 0x2c20) FROM tbladmins) Is anyone else seeing this? Shouldn't the form fields have data validation to prevent this? Thanks in advance for any info.
  2. Where can I edit the queries that dictate which orders are displayed in the orders.php page in Admin area? orders.php?status=Active shows active order4s but also shows that are suspended which I don't want. So how can I edit the query that creates this page display? Thanks in advance for any help.
  3. @earthgirlllc did you ever get this fixed?
  4. Was auto update. Found the problem, this entry was added to the config file: $disable_hook_loading = true; We didn't add that so trying to get confirmed if this was done as part of the auto update process and was never removed in error. Thanks again for your help Brian.
  5. Brian thanks. Already done that and getting Hooks Debug: No Hook Functions Defined for hook points that do have hooks scripts. No php errors. These hooks were all running on 7.1.11, this happened since update to 7.1.12. Also see: Hooks Debug: Hook File: the hooks list has been mutated to NULL
  6. After update to 7.1.12 all our hooks have stopped running. Anyone experienced the same or have any ideas what to check? Thanks in advance for any help.
  7. ClientAdd stopped working for me on last update to Version: 7.1.2 Has anything been added that we can use to achieve same result, add a hook on completion of adding a new client?
  8. If I want the cron not to process credit cards every day is this the right command? /cron.php skip --ProcessCreditCardPayments Thank you in advance for any help here.
  9. In latest version how do we edit the widgets that staff can see? The widget section is blank?
  10. Is it possible to add an image to a support ticket reply in the body of the email?
  11. Using Hooks:EmailPreSend to successfully add custom variables in the body and subject of emails, but is there anyway to use them in the From field? If not any other way I can intercept and edit the content for the From field? I need to show a different value there based on the Client Group of the recipient. If I add a custom field there it just displays the text of the custom field name. i.e. {$customfield} Thanks in advance for any ideas shared.
  12. Found it! It only appears at the Review and Checkout page; would make more sense to have the option to extend the registration period at domain configuration; would it not?
  13. There doesn't appear to be an option to extend the domain registration period on placing an order, anybody else seeing this or have I missed a setting in v7.0.1? Screenshot:
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated