gravel
Retired Forum Member-
Posts
19 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Hotfixes
Everything posted by gravel
-
After running the builtin auto updater I received a message that the upgrade failed. I believe the message said to check logs and try again later. When I clicked the "Finish" button I was brought to a page that said the site is under maintenance. I backed up the WHMCS directory and attempted a few things that did not work. When I restored the backup directory, I'm now getting a 404 error. Suggestions on moving forward? PHP Info: 7.2 with 128M memory limit.
-
Is the $invoice_payment_method variable the same text that appears on a client profile under the Payment Method field? I'm wondering because I'd like to do something like the if statement below. {if $invoice_payment_method eq "Credit/Debit Card"}You have selected to pay with credit card.{/if} For clarification, the field in the image below is what I'm referring to.
-
Migrating to a New Server
gravel replied to gravel's topic in Installation, Upgrade, and Import Support
Thanks @Vox. Looks like I was using the wrong search terms: "migrating" instead of "moving" :-) -
Migrating to a New Server
gravel replied to gravel's topic in Installation, Upgrade, and Import Support
Good. Thanks for the info on licenses. -
I'm planning on migrating WHMCS to a new server. So far, I cannot find anything on this topic. Maybe because it is the obvious answer... is this all I have to do: Move the installation directory to the new server and import the database? The only thing that comes to mind that would be different is the local directory where the installation files will reside.
-
I have some clients who have registered domains with me but have pointed DNS to another hosting provider. In the event that a client does not pay and their account is suspended, their sites still work if they point DNS to another provider. It would be good to include an option to modify DNS so that the "Account Suspended" page would be displayed for all domains on an account.
-
Suspended Account for Sites Hosted on External Server
gravel replied to gravel's topic in Using WHMCS
I was afraid of that. Thanks for the info. -
Right now, I'm on a shared hosting plan as a web hosting reseller. My WHMCS is hosted on the same server that my clients' sites are on. Even though, I only have a small handful of clients, this setup is not ideal. Clients login to WHMCS for support, billing, etc, and it is also my "store front". I'd like to migrate WHMCS to an unmanaged VPS so it is completely separate. I've been administering Linux servers for quite a few years now and am comfortable doing that. But I am relatively new to WHMCS and am unsure of obstacles I might run into. The only one that comes to my mind at the moment is how WHMCS integrates with WHM, resold/client cPanel accounts, etc... basically, all of the automation with client accounts and my clients' services on the shared hosting server. How hard would it be to make sure WHMCS automation works with the shared hosting server? Are there any other roadblocks I'm not thinking of? What comes to your mind?
-
Is there an easy way to setup automatic suspensions to effect sites that are hosted on an external server? For example, I have a client who has multiple domain names registered with me and one of them is hosted with another hosting provider. Only the sites that are hosted on my server is effected when the account is suspended due to an overdue invoice.
-
Did eNom change something on their end or did they tell you how to get your WHMCS installation working? If they gave you instructions, would you mind sharing here?
-
Alright, I came across the source code of another module, for NameCheap. It looks like there is a section for Registrant, Admin, Tech, and Billing for the whois info. When I modify contact details in WHMCS, the only ones listed are Registrant, Admin, and Tech. So since the Billing contact info is not being sent to the registrar, I think that is causing the error. Also, since part of an array (basically a variable) is not being provided, its not accepting the update.
-
Just wanting to let you know that you're not alone. I received the error when I attempted to update contact information on a domain.
-
Thank you for the reply, @WHMCS Andrew and @WHMCS ChrisD.
-
This morning, I received the error below while trying to view my payment gateways. This happened in the past but it was caused by a payment gateway I do not use so I was able to delete the files to solve the problem. This time, it is a file I'm unsure about: internetsecure.php. Is it safe to delete this file? I'm not entirely sure what its used for since the comments only describe that its for WHMCS.
-
When I try to access mysite.com/admin/modulequeue.php I get an error that says "Oops Something went wrong and we couldn't process your request..." When I turn on PHP debugging, I get the output below. What do I need to do to get things working again? I'm running PHP 7.0.x, Zend 3.0.0 with ionCube loader enabled.
