Forum Moderators: LifeinAsia
I hsve a client who is not ready to provide me the access to the FTP and the CMS details.
The only problem is that he is not able to provide is the access to the website..
If he's not able then perhaps alternate arrangements can be made such as moving to a new host.
Honestly it's hard to offer advice when there's so little to go on. :)
As to what vincevincevince said, that could be the case. I've had several clients come to me with "solutions" like that, and I told them straight out they had to change hosts -- which typically entails completely re-developing their site from scratch, as the "solution" is based on the "solution" provider's proprietary design, proprietary content, and proprietary CMS. After you take away all that, you're lucky if the client is left with ownership of the domain.
At the time of approval, the bulk of payment should be due, regardless of whether they ever provide access to their server.
Really, you were going to do this LIVE?
I have asked him to create a development server where we can make changes.
This should be a standard best practice anyway. I usually have two levels of sandbox: One on my laptop, and another on the same server as the deployed version, with an independent DB.
Some CMS systems (Like WordPress 2.1) make it difficult to sandbox, because they can have many references to the server in their DB, and you have to slog through it and change the URI to your sandbox.
Other CMS systems can make it easy to slip a little extra code into their config header to detect whether or not you are in a sandbox, and change the URI accordingly.
I am looking at my WordPress installation now, to see if I can make it easier to adjust the embedded URIs.