reviewabc
Forum Replies Created
-
Forum: Plugins
In reply to: Register Plus email verification link redirects to front pageHi Richcon,
It works.. thanks you for your tricks. ??
Forum: Fixing WordPress
In reply to: Register Plus Settings Corrupted – No uninstall availableHi just fixed my error. Only need to remove register plus setting in wp_option tables.
I used below query to see which records is related to register plus and then remove those records.
SELECT *
FROMwp_options
WHERE option_name LIKE ‘%register%’
LIMIT 0 , 30Hopefully can help others who face some issue.
Regards
Chan
Forum: Fixing WordPress
In reply to: Register Plus Settings Corrupted – No uninstall availableHi shaneiseminger,
I have some issue with you. Now all my register plus setting is default to “A” character. Even i tried to change it and the save it, it will default back to “A” character?
Can you please explain to me how to fix this issue more clearly?
Thanks you for you help. I really appreciate it.
Regards
Chan
Hi all,
I have tried all your suggestion, but it still not working. I don’t know what i have to do now.
Im trying to upgrade my 2.2.2 WordPress to 2.5.1 version.
I already tried :
1. Deactivated all plugins.
2. Drop all WP files and folders (wp-admin,wp-includes even wp-contents)
3. Extract new WP 2.5.1
4. TRUNCATE wp_terms; TRUNCATE wp_term_relationships; TRUNCATE wp_term_taxonomy;
5. call upgrade.php.Its still not working. Anyone have another solutions? I really appreciate if you guys have one.
Btw : ryan, can i send you my backup files and please help me to take a look whats wrong with it?
Best Regards
Forum: Themes and Templates
In reply to: show links to all child categories in parent category pageHi Showi, could you please post what is the example of website that already used your tricks?
I want to see it ??Thanks and best regards
John Chan
Forum: Fixing WordPress
In reply to: Solved My “Insert Image into Post” Blank Popup Problem – SharingI just find the solutions for this bugs. It takes 4 hours for me to search in google. But worthed. Finally i found it.
You guys can give it a try. I post the solution in my blog : https://reviewabc.com