Uncategorized

How to fix wp-user stopped working after PHP Upgrade [resolved]

A server side user can have special permissions to won you WordPress application. If you have set one up and it stops working after you upgrade your PHP it is likely related to SSH2 PHP module. A while back I took advantage of this post from Digital Ocean about Secure Updates and Installations in WordPress… Read more How to fix wp-user stopped working after PHP Upgrade [resolved]

SECURE COPY (SCP): EXAMPLES OF HOW TO USE SECURE COPY

Examples of how to use Secure Copy (scp) scp uses ssh for data file transfer between servers and provides the same level of security as ssh. Secure copy the file “somefile.txt” from a remote host to your local host $ scp your_username_on_remotehost@remote_host.edu:somefile.txt /your/local/directory   Secure Copy your file “somefile.txt” from the local host to a… Read more SECURE COPY (SCP): EXAMPLES OF HOW TO USE SECURE COPY

Form Input Not Working; A Misplaced “float” Declaration in CSS Can Be to Blame for Broken Form Input

Just a note in case your pulling your hair out. If you have a form that for all intents and purposes SHOULD be working but does not allow user input in a text field then perhaps this cold be your problem. Try taking a look at the CSS on the element following the form. In… Read more Form Input Not Working; A Misplaced “float” Declaration in CSS Can Be to Blame for Broken Form Input