Jump to content

fishingfool

Retired Forum Member
  • Posts

    28
  • Joined

  • Last visited

Everything posted by fishingfool

  1. I’m experiencing the same problem. I tried re-sending the welcome email on another client and it worked fine. I then re-tried the problem client and the welcome email would not go through. I had success with a little different method than automatedreferral. I entered the email to edit it and just removed the hyperlink and it worked. It would be nice if this was resolved without having to remove the convenient hyperlinks.
  2. I would do a Google search for free templates. Once you find one you like you can extract the code and place it in whmcs. In order to integrate it into your site you should know how to properly manipulate the XHTML and any CSS.
  3. 3cake, sorry for the delay. I attempted to get the answer for you from my hosting provider but was unable to. Sorry I’m not much help.
  4. Update: It was a misconfiguration in the servers php.ini file. Thank you Dave for the help!
  5. Thank you Kurbot for the reply No updates were done for php but in addition to my OP they also updated the firewall software and installed a new set of mod_security rules. Would that have anything to do with the issue?
  6. Hello, Does anyone know why I'm receiving the following two Cron Daemon emails? I think it has something to do with my server updates. The server was just updated to Apache version 2.2.10 (from 1.3.4x). They also upgraded the operating system from CentOS 4.7 to CentOS 5.2. I'm not understanding the error or how to fix it. Any help is greatly appreciated! Thank You. 1) subject: Cron <*******@stealth> php -q /home/***/public_html/***/***/modules/registrars/enom/enomsync.php Failed loading /etc/ixed/ixed.5.2.lin: /etc/ixed/ixed.5.2.lin: undefined symbol: executor_globals 2) subject: Cron <*******@stealth> php -q /home/***/public_html/***/***/admin***/cron.php Failed loading /etc/ixed/ixed.5.2.lin: /etc/ixed/ixed.5.2.lin: undefined symbol: executor_globals
  7. I would look at your email templates to see what settings are checked.
  8. You can choose different date formats in General Config > Localisation.
  9. How did you create the form fields in question?
  10. For the color of the field you should be able to add (background-color: #whatever;) to your textarea1 class in your ccs. If that class is applied to other forms and you only want to change this form just create a new class and change out the textarea1 class on your input fields.
  11. You need to adjust the cols="60" tag within the <form> tag in the body of the page. It is html not css. Just increase your value of 60 to say 130.
  12. You need to edit your cols="" tag within your form. You currently have it set to cols="60". I would also suggest validating your code at http://validator.w3.org/#validate_by_uri . Your code is really a mess and is going to cause you many headaches with different browsers.
  13. When you go into your WHM and click on "List Subdomains" do you see your subdomain listed next to your 22gigs.com domain?
  14. Did you login to your 22gigs.com cPanel and create the subdomin from within your 22gigs.com cPanel? If not that is how it should have been done.
  15. I was unaware of that. Thanks for the post!
  16. How would one create a virtual account?
  17. I believe this is because most domain registers only honor the transfer price for the first year and then charge regular prices from then on. The customer would have to choose one or more years when it was time to renew the domain.
  18. I have followed the instructions in the download and receive the following error when trying to install the plug-in. Could anyone tell me what I should do next? This webpage is not available. The webpage at http://www.mywebsite.com:2082/3rdparty/phpMyAdmin/import.php might be temporarily down or it may have moved permanently to a new web address. More information on this error Below is the original error message Error 2 (net::ERR_FAILED): Unknown error.
  19. Hello, Question, I have my whmcs install located in a subdomain and want to direct traffic to it if someone happens to enter subdomain.mydomain.com in their browser. Currently you need to enter subdomain.mydomain.com/whmcs. I think this can be achieved by simple .htaccess but I can not find the proper code. Does anyone know how to do this? Your comments are appreciated…
  20. Hello, Does anyone know how to remove the “forgotten your password” link on the Admin login page? I have searched and can not find any information on this. Is it even possible to do? Alternatively, is it possible to deactivate it from working if the login page is not editable? I ask this because of security worries. It’s a little too easy for someone to just start entering email addresses until they finally hit the correct one. The system does log the IP address and email it to you on a failed attempt, and that is great, but what if no one is monitoring the system and someone is attempting to access the admin area. Any input would be greatly appreciated! Thanks…
×
×
  • 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