LornaJane
Quicksearch
Comments
about PHP5 Soap Server
Thu, 02.09.2010 14:14
Hi Lorna Jane,
Thanks for all this – the info on PHP and Soap on the Net is a total mess. Some choosing to to use nusoap.php – which now doesnt even exist anymore. Great work using this method I was up and running very quickly.
However – this method only shows a call passing one paramet [...]
Wed, 01.09.2010 13:03
Thanks so much to everyone that has dropped in and said that this tip is working for them – I had to refer back to this myself the other day to remind me how to get around the FTP prompt!
Fri, 27.08.2010 04:17
great insight. thank you. I moved my blog and forgot what I needed to do to avoid ftp. your suggestion works like a charm.
Fri, 27.08.2010 00:16
This issue seems to happen when you move a DB from one machine to another as I did. The procedure you describe above should be put into MySQL documentation. You should put in a bug report to the MySQL people as their documentation needs to updated. And yes the PASSWORD parameter needs to be re [...]
about One-Step Symlink Switch
Mon, 23.08.2010 09:19
i also move the current, so in case of non working result, i can easily move it back.
mv -fT current fallback;
mv -fT next current;
about One-Step Symlink Switch
Sun, 22.08.2010 19:43
This is a convenient way to upgrade, and is certainly a good thing for development / testing environments. On a busy site there might be a slim risk this technique could be problematic. Although the file system is updated in an atomic transaction, a web browser could still read from both the [...]
Sun, 22.08.2010 17:35
Once more you shine girl yer its true you’re a PHP babe :D
about One-Step Symlink Switch
Sat, 21.08.2010 20:17
Nice to see a post about this. :-) 100% of our deploys are done using symlinks.
We copy our releases into revision-specific folders (which are rev123, rev124, etc.).
Deploy is done using:
cd /software-revisions-folder
ln -sf rev124 current
To revert: ln -sf rev123 current
Thi [...]
about One-Step Symlink Switch
Fri, 20.08.2010 19:09
This is very interesting and helpful tip. I just felt its quite similar to adding a new node to link list in C and moving pointer to next :)








