Hello. I am running a server though Name.com. It has Cpannel built in for it's user interface, I hope I am posting on the right forums.
My website allows customers to make payments through PayPal, and PayPal uses what's called an IPN (Instant Payment Notification) to connect to backend .PHP code we wrote to handle our database on sales.
It was working fine, until we had to change our server's username through Name.com. They said the process would be seamless and that everything would transfer over just fine.
Well it did transfer everything over, besides the database names changing. Permissions were all the same and all files were in the same directories.
Unfortunately, none of our .PHP code wishes to run.
What we've gathered:
This is hindering our sales and our software that we develop cannot contact our servers so that users can validate their licenses they purchased before the problem occurred, so this is very serious.
If there is anyone who can help on the matter, it would be greatly appreciated.
We have already emailed and called Name.com and are waiting on a response. I have decided to go ahead and post here just incase someone who has gone through this before has words of advice for us to fix this faster.
Thank you guys!
My website allows customers to make payments through PayPal, and PayPal uses what's called an IPN (Instant Payment Notification) to connect to backend .PHP code we wrote to handle our database on sales.
It was working fine, until we had to change our server's username through Name.com. They said the process would be seamless and that everything would transfer over just fine.
Well it did transfer everything over, besides the database names changing. Permissions were all the same and all files were in the same directories.
Unfortunately, none of our .PHP code wishes to run.
What we've gathered:
- We assumed it was a permissions issue, so we checked the permissions, and saw that they were correct, and the same as they were before.
- The directories they exist in are also permission set correctly.
- The mime types are all application/x-httpd-php
- When attempting to access any of the .php files from a browser, a server error 500 is generated. And in the error log, a "SoftException in Application.cpp:604: Could not execute script" error is generated for each time the .php files are attempted to be accessed by anything.
This is hindering our sales and our software that we develop cannot contact our servers so that users can validate their licenses they purchased before the problem occurred, so this is very serious.
If there is anyone who can help on the matter, it would be greatly appreciated.
We have already emailed and called Name.com and are waiting on a response. I have decided to go ahead and post here just incase someone who has gone through this before has words of advice for us to fix this faster.
Thank you guys!