I don't think that we should discuss such things in “Ideas Exchange” section but I want to answer.
We provide our customers with paid support. And this information is given on
www.skadate.com Moreover, once the software is purchased we grant 3 months of support service for free. So, during these three months a customer can get in touch with us any time and ask about different things on the system and its settings.
And it’s up only to you to get paid support or not. The job should be paid. How do you think will you get a great support if it is free? There is a bulk of softwares with free “lifelong” support and the support is provided once a week. Great Free Support!
If a customer comes with a problem or error report and does not have the support service paid our support operators anyway try to help. If a customer finds software error we fix it for free of charge.
Well, Harley, I should say that you are quite wrong. I just reviewed the ticket submitted by you. By the way, you did not pay for the support service. You asked to help you with the site update that you started on your own. At the same day the support operator provided you with the detailed instructions and explained the way to go. Did we ask you to pay for the support service up front and refuse to help you?
It is quite difficult to update any software written in PHP. PHP is an open code language and anyone can change it just in the way he needs. What is the update process? The system compares the files of the latest revision with the revision used on the site. The following lists of files are generated on the basis of comparison done:
the list of files that should be merged with each other (files with the custom code modification);
the list of added files;
the list of reweighted files;
and the list of files that should be deleted.
The list of files that should be merged with each other includes a bulk of files that a programmer manually merges at the same time trying to save all custom code changes made. This update saves all custom changes and settings done.
So, as you see, one should be skilled in PHP and be really assiduous to get the files merged successfully.
Sometimes it takes a week to update the website without any errors made and database loss.
Once the process of files comparison is finished the database is updated and all new changes are applied by running the script.
Thanks