pattycake
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: syntax error, unexpected ‘else’so tell everyone what the issue was so that others can learn
Forum: Fixing WordPress
In reply to: syntax error, unexpected ‘else’count the { brackets, then count the } brackets – see if they match (btw, i already counted themand they matches)
Forum: Fixing WordPress
In reply to: syntax error, unexpected ‘else’remove the else and see if the error goes away or if another error appears
————————
else {
$val = $_POST[“input_” . $field[“id”]];
setcookie(“gf_”.$field[“inputName”], $val, time() + 31536000, COOKIEPATH, COOKIE_DOMAIN, false, true);
}
————————Forum: Localhost Installs
In reply to: 23 console Erros After Instaling WordPress (outofthebox)You said fresh install right?
2nd line in the image above – “Migrate is installed”What is that?
Forum: Localhost Installs
In reply to: transfer wordpress project on server.Forum: Localhost Installs
In reply to: Moving from localhost to livePC-A the existing site using localhost
PC-B – the new site hosted somewhere else1. install BackupGuard (plugin) on PC-A,
2. Create a backup of the entire site using BackupGuard
3. Create a new. blank, nothing on it wordpress site on PC-B
4. Install BackupGuard on PC-B
5. Using the download link in BackupGuard on PC-A download the backup you made on PC-A (remember where you put it)
6. Login to PC-B, goto BackupGuard, Select Import
7. It will then ask where the backup is – select Local PC
8. It will then ask you to browse to the backup file you downloaded in step 5. Find and select the backup you created and downloaded in Step 5.When the “import” is done (uploading) on PC-B, you now have the backup installed on PC-B, but it is not yet active. Select the file you just imported and then select the RESTORE icon of BackupGuard
Done – all urls, permalinks, etc are changed and the new site on PC-B should now be an exact duplicate of PC-A. Easiest and fast backup/migrate I have used. (no, I am not an employee of BackupGuard, nor am I associated with them)
NOTE: I did have ONE incident where the restore did not work – it ended up being a php version error. What I did to make it work is, I deactivate ALL plugins on PC-A EXCEPT BackupGuard, did a new backup, downloaded the new backup, and then imported it on PC-B. Then on PC-B, one at a time, I started activating the plugins until I fouud the one that was causing the issue.
Forum: Localhost Installs
In reply to: Site not onlie after migrationthe best, absolute best backup/migrate plugin that I have found for migrating sites (includig localhost) is BackupGuard. I have used updraft, backupbuddy, and several others. BackupGuard works better and faster than all of them. imho, ymmv, etc
Forum: Localhost Installs
In reply to: pasted text results in “access denied”–why?why not “paste” what it is that you are trying to paste at your site – maybe then we can see if there is any “offending” text.