Jump to content

zooming

Member
  • Posts

    14
  • Joined

  • Last visited

About zooming

zooming's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. The problem was related to PHP 5.4.30 and ionCube 4.6.0 Updating the system with "yum update" using Atomic's repo replaced the ionCube package, and looks like it fixed the problem: Old: php5-ioncube-loader.x86_64 4.6.0-14042516 New: php-ioncube-loader.x86_64 1:4.4.1-3.el6.art php -v: PHP 5.4.30 (cli) (built: Jun 27 2014 11:59:31) Copyright © 1997-2014 The PHP Group Zend Engine v2.4.0, Copyright © 1998-2014 Zend Technologies with the ionCube PHP Loader v4.4.1, Copyright © 2002-2013, by ionCube Ltd.
  2. Hello, I'm having problems with WHMCS and PHP 5.4.30 (Atomic Repo). I have 5 new servers with Plesk 12 and Centos 6 x64, and WHMCS doesn't work in any of them. I tried PHP running as Apache Module and FastCGI (Plesk's options for PHP), and it didn't work with any. I receive this kind of error messages: As FastCGI: [Wed Jul 23 22:14:04 2014] [error] mod_fcgid: process /var/www/cgi-bin/cgi_wrapper/cgi_wrapper(12468) exit(communication error), get signal 11, possible coredump generated (I coudn't find any coredump file) As Apache Module: [Wed Jul 23 22:17:31 2014] [notice] child pid 12897 exit signal Segmentation fault (11) Website's Log: [Wed Jul 23 22:14:00 2014] [warn] [client 177.40.110.59] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server, referer: /https://www.xxxxxx.com.br/whmcs/admin/supporttickets.php [Wed Jul 23 22:14:00 2014] [error] [client 177.40.110.59] Premature end of script headers: supportcenter.php, referer: /https://www.xxxxxx.com.br/whmcs/admin/supporttickets.php It happens with several WHMCS pages, and it doesn't happen in every request, sometimes the page works, sometimes not. The same WHMCS files and database works in Plesk 12 with PHP 5.3.3 and also on Plesk 11 with PHP 5.4.13 - it looks like the problem is PHP 5.4.30 I have other sites running on these servers, and all without errors. I also have a Wordpress site running in the same site as WHMCS' site, and I don't have a single error related do Wordpress (as stated above, WHMCS is in a /whmcs folder within this site). What can be wrong? Thanks, Alexandre
  3. Hello, Is there a documentation on how to integrate WHMCS with Plesk's Customer Acquisition Scenario (Web Presence Builder)? Plesk's default implementation works only with their own billing solution, but there is a PDF explaining how to integrate with third party systems like WHMCS: http://download1.parallels.com/Plesk/PP10/10.2.0/Doc/en-US/pdf/plesk-10-sitebuilder-customer-acquisition.pdf With this integration it is possible to offer a test scenario for anonymous visitors test Plesk's Web Presence Builder, and if they click "Buy Service Plan" they can be redirect to WHCMS to sign up, and then transform the test site into a production one. Thanks, Alexandre
  4. Thank you othellotech. I was using the WHMCS' default whois servers.
  5. Hello, I'm having problems with whois queries for .org domains. The server whois.internet.net says that the domain is available for any .org domain. Is anyone having this kind of problem? [root@painel7 ~]# whois -h whois.internic.com maria.org [Querying whois.internic.com] [whois.internic.com] Whois Server Version 2.0 Domain names in the .com and .net domains can now be registered with many different competing registrars. Go to http://www.internic.net for detailed information. No match for "MARIA.ORG". >>> Last update of whois database: Tue, 28 Jun 2011 02:58:39 UTC <<< NOTICE: The expiration date displayed in this record is the date the......... ....... [root@painel7 ~]# whois -h whois.internic.com maria.com [Querying whois.internic.com] [whois.internic.com] Whois Server Version 2.0 Domain names in the .com and .net domains can now be registered with many different competing registrars. Go to http://www.internic.net for detailed information. Domain Name: MARIA.COM Registrar: SAFENAMES LTD Whois Server: whois.safenames.net Referral URL: http://www.safenames.net Name Server: PDNS1.ULTRADNS.NET Name Server: PDNS2.ULTRADNS.NET ....... [root@painel7 ~]# ping whois.internic.com PING whois.internic.net (199.7.55.74) 56(84) bytes of data. 64 bytes from WHOIS.ANYCAST-FO.AMS1.VERISIGN.COM (199.7.55.74): icmp_seq=1 ttl=51 time=133 ms 64 bytes from WHOIS.ANYCAST-FO.AMS1.VERISIGN.COM (199.7.55.74): icmp_seq=2 ttl=51 time=133 ms ...... Thank you. Alexandre
  6. Hello, I have noticed that one of the new features of WHMCS 3.7.1 is the "Nominets new EPP protocol". In Brazil we have to register our domains at http://www.registro.br, which now have support for Extensible Provisioning Protocol (EPP). I'm wondering if the Nominets module can be used in http://www.registro.br, or if it can be adapted to work with the brazillian "official" registrar. Thank you. Alexandre http://registro.br/info/epp/pt-epp-accreditation-proc.html (Text in PT_BR, but shows some commands). Normative References: [1] Hollenbeck, S., “Extensible Provisioning Protocol (EPP),” RFC 4930, May 2007. [2] Hollenbeck, S., “Extensible Provisioning Protocol (EPP) Domain Name Mapping,” RFC 4931, May 2007. [3] Hollenbeck, S., “Extensible Provisioning Protocol (EPP) Contact Mapping,” RFC 4933, May 2007. [4] Hollenbeck, S., “Extensible Provisioning Protocol (EPP) Transport Over TCP,” RFC 4934, May 2007. [5] Neves, F. and H. Kobayashi, “BR Domain Mapping for the Extensible Provisioning Protocol (EPP),” draft-neves-epp-brdomain-03 (work in progress), August 2006. [6] Neves, F. and H. Kobayashi, “BR Organization Mapping for the Extensible Provisioning Protocol (EPP),” draft-neves-epp-brorg-03 (work in progress), August 2006.
  7. Hello, I just got a answer from Matt, you can do that in the smarty template. Alexandre.
  8. Hello, Is there a way to validate a sign up custom field? In Brazil we have the CPF and CNPJ numbers, that are related to a person and a company, and that are required for almost every transaction between a company and it's customers. These numbers are generated, so I can run a validation script and check if they formats are valid. The problem is that I don't know where to insert this validation function (JavaScript and/or PHP) in WHMCS. Thank you. Alexandre
  9. Hello, Are there any plans to create a import script for SupportTrio? Today I'm using ModernBill 4.4 and SupportTrio, but with WHMCS there is no point keeping SupportTrio since WHMCS have this functionality. Thank you. Alexandre
  10. Hello, I'm having the same problem, all domains were imported from ModernBill 4.4 as products. There are no domains in the client's "domains" tab. The invoices and transactions are OK. How to fix this? Thank you. Alexandre
×
×
  • 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