hanshjc
Forum Replies Created
-
Hi MyCodetree team, Ryan,
Please allow me to explain how the process happened to me using numbered steps + remarks, and finally I’ll post my Question:
1. – using WP Complete Backup I have backed-up correctly/successfully: database and files.(zipped-file size: 78MB)
> reason for backup: WordPress intended upgrade to version 3.5, but the upgrade continued to fail using automatic upgrade. FTP-ing WordPress 3.5 also didn’t work because it didn’t connect to the database corectly, but that’s another post I guess. I subsequently went into phpmyadmin: deleted the database and succesfully got WordPress 3.4.2 up-and-running again, it:
2. – being a BASIC CLEAN WORDPRESS 3.4.2 INSTALLATION only.3. – I then Installed WP Complete Backup again.
4. – Next I Tried to restore the Backup using Method 1: (Restore Backup From Upload: on my PC)
Result: failed and WP gave Error 500 Message. I assume Database size was (probably) too large (78MB)No problem though, try Method 2:
5. – So I Tried to restore the Backup using Method 2: (Restore Backup From Server)
Use FTP attempt to UPLOAD the database to the folder location: /wp-content/plugins/wp-complete-backup/storage/
Result: FTP continues to be unsuccessful….MY TIP – on how-to avoid item 5 above) >>>
– Use FTP Program to RENAME the Folder “Storage” to > “Storagee”.
– The FTP Upload is successful.
– Use FTP again to Rename the “Storagee” folder back to original name “Storage”.Yessss, WP Complete Backup reckognizes the Backup from Server now !!!
6. – I select it and Push Restore buttonRESULT: Completing the Restoration now: RESTORATION SUCCESSFUL !!!
7. – Restart WordPress accordingly.The USERGUIDE one extra step to UNZIP the 78MB database file. I execute as following:
8. – Unzipped the Backup file.
9. – go into folder \wp-content\plugins\wp-complete-backup\storage\** 1357043553** and locate file database.sql
10.- I start phpmyadmin and try to use the ‘Import’ function as instructed, filename from inside unzipped backup: database.sql.
– Character set: utf8
– sql compatibility mode: None11.- RESULT: Error SQL-query:
” DROP TABLE IF EXISTS wp_commentmeta;
MySQL retourneerde: Documentatie
#1046 – No database selected “Final backup Note: I did have a ‘traditional’ Complete FTP Backup Copy of the whole website incl. all subfolders, but simply overwriting the public_HTML folder doesn’t really do the trick using WordPress, regretfully.
QUESTION: Could you provide any support on what I am doing wrong/missing ?
I now regret not having Exported my phpmyadmin database beforehand…
I’m keeping my fingers crossed hoping you can shed some light on this.Appreciate your help in advance,
Rgds,
Hans ( https://www.lifebalance.pt )Forum: Themes and Templates
In reply to: Problem with Header Logo in BlogoLife WPlookDear All,
I’m at a Loss, after successfully making the modification I needed.
Blogolife Theme (Nov.2012 version):
Homepage Logo positioning works Fine: https://www.lifebalance.pt
Click on a link from the Menu bar. Result > Logo in the Header is missingCould somebody advise me how-to-resolve the case of the Missing Header Logo in sub-pages ?
Any support you may give is verrrrry much appreciated ??
Forum: Plugins
In reply to: [WTI Like Post] [Plugin: WTI Like Post] Can't Move WidgetsDear WTI Contact back team,
Is it possible to Change email bar to accept BOTH email addresses AND phone numbers ?
Could you tell me which php text lines I should edit or replace ?
Thanks already for your support,
HansWooops, finally got it solved (slept on this for a while, so I’m OK now.
Solution:remove >
/€$Service->cost
solves the cost currency during the booking procedure.
??
Hi Frank and Ankit,
I must compliment you on your great Appointment Calendar, I am sure you’re making mannny WordPress users Mucho Happy with this plugin !!
I would suggest you might wish to find a way to collect users’ emails to contact them periodically with some (forum) news/updates; e.g. some of the modifications you are discussing with users, like for example changing the US$ to EUROS or other currencies, or other topics.
Moreover you would likely get users’requests who would gradually want your support in customizing your Appointment Calendar, or upgrade to the PRO version.
??Anyways,
My question I hope you could help me with is, if it is possible to remove the COST OPTION completely ?in appointment-calendar-shortcode.php file I tried to delete:
echo "<option value='$Service->id'>".ucwords($Service->name)." (".$Service->duration."min/$$Service->cost)</option>"; ?>
or I tried deleting only:
(".$Service->duration."min/$$Service->cost)</option>"
… but when I do so, WordPress goes completely blank, heheheheheheh.
I wish my html/php language programming was any better, but I’m just the ‘average’ copy-paste type. ??Hoping you could shed a light on this, much appreciated in advance.
– Hans