Theophilus Adegbohungbe
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Lost my website and can’t loginThe solution on the WordPress support page you were directed to by @contentiskey and @santanainniss may be a bit technical for you. I am not sure if there is an article on the support page that explains this in a layman’s way.
If there is, someone should please provide a link to it.
Thank you
Forum: Fixing WordPress
In reply to: Lost my website and can’t loginYou probably didn’t get something right. Correct changes made to the database will fix this issue.
Look for the user table in the database, and edit the user you want to login with, update the email address and the password.
Read the below article on how to reset your password using PHPMYADMIN
https://ww.wp.xz.cn/support/article/resetting-your-password/#through-phpmyadmin
After successful login, go to the general page crosscheck the HOME & SITE URL and save it.
Go to your profile, crosscheck the info too and save again.
Hope that helps.
Forum: Fixing WordPress
In reply to: Critical Error After Trying To Upload A TemplateIt means there’s an application that has locked the table because it didn’t finish to update a record in the DB. Because of the lock, Elementor cannot write to that table.
You would need to try to debug your blog and to find out which application (probably a plugin or theme) is causing this.Forum: Fixing WordPress
In reply to: Critical Error After Trying To Upload A TemplateHello @sterndata sorry, I got your message late.
I tried editing the post to use the resource link but the edit option isn’t coming up again.
I believe you are using elementor page builder since you are using Hello Elementor theme
Try the following..
1. Got to Elementor General setting… Visit this link below check those boxes and remember to save
https://ibb.co/RCTK9sD2. Go to Elementor tools setting.. Visit this link below,, Regenerate styles… and save https://ibb.co/YPF26gT
if the issue persists… I recommend asking at https://ww.wp.xz.cn/support/plugin/elementor/#new-post so the plugin’s developers and support community can help you further.
- This reply was modified 4 years ago by Theophilus Adegbohungbe.
Forum: Fixing WordPress
In reply to: Critical Error After Trying To Upload A TemplateCan you try to debug, and send the PHP error here… So I can get more clues about the error and how to fix it.
Also to be sure we are on the same page… Send the screenshot of the error page
You can use a free image hosting site to upload the screenshot, then send the link here..
Try – https://imgbb.com/`
TO DEBUG:
Look for the WP_DEBUG constant in your wp-config file and set it to true.It should look like this:
define( ‘WP_DEBUG’, true );- This reply was modified 4 years ago by Theophilus Adegbohungbe.
Forum: Fixing WordPress
In reply to: Critical Error After Trying To Upload A TemplateHello there,
Please explain further where you are trying to upload the.json file to that triggered this error also send your site address let me check
Forum: Fixing WordPress
In reply to: Columns not stacking on mobileYou are welcome. Glad to hear you were able to fix it.
Hello there,
Looks like there is a conflict in your site styling probably your theme and page builder..
What theme are you using?
Forum: Fixing WordPress
In reply to: Columns not stacking on mobileSorry, You can use a free image hosting site, then send the link here..
Try – https://imgbb.com/
Forum: Fixing WordPress
In reply to: Columns not stacking on mobileHi Annie,
Can you send in some screenshots to help me understand you better?
Forum: Fixing WordPress
In reply to: illegal string offset => elementor pluginHi,
Check your Elementor version is up to date.
Please make sure your theme is updated to its latest version.– Deactivate all of your plugins except Elementor. If this solves the problem, gradually activate your plugins one by one, until you spot the problematic plugin.
– switch your WordPress theme to WordPress Twenty Twenty-Two (or other default WordPress theme) temporarily – and see if it solves your error.
Let me know if one of those steps helped you solve the issue.
Forum: Fixing WordPress
In reply to: Dtabase errorTo allow automatic repair of database problems, add the following line to your wp-config.php file. Once this line is added to your config, reload this page – http://ballydonoghuemagazine.com/wp-admin/maint/repair.php?repair=1
define(‘WP_ALLOW_REPAIR’, true);
Forum: Fixing WordPress
In reply to: I can’t log into clients accountI’d advise you to check the website database if the user you are trying to log in with exists… and try login in with the given password… If the password doesn’t work.. You should consider resetting the password from the database. Quite easy
See this article as earlier suggested by Steve – https://ww.wp.xz.cn/support/article/resetting-your-password/