Davood Denavi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to authenticate plugins on our serversThere are a few ways that I am aware of to do this. The most common way is to use a secure licensing system of some sort that checks for a license when checking for updates.
Forum: Fixing WordPress
In reply to: 404 error on wordpress admin loginYour best bet is to call the hosting provider and get their help. The three most likely reasons for this are either that there was a DNS change after the ssl cleared up to a different server, the site was redeveloped, or the wrong version of the site was restored after the ssl issue had been cleared up. It could also be some combination of these three things. Unfortunately, though we won’t really be able to provide you help here and your best source for support would be your web hosting provider.
Forum: Fixing WordPress
In reply to: Blog Static PageI’m not sure I understand your last comment @tekoneko.
You would have to create a new page under in the pages are of wp-admin then assign it so that WP knows it is the posts archive, you assign it under
Settings → Reading Settings → Posts PageForum: Fixing WordPress
In reply to: Can’t change Admin email.I don’t think the mu-plugin thing will work but it is definitely worth a try.
Another thought I had just a few minutes ago about this is that maybe the email is not hitting your server because your servers mail settings are not configured correctly. I’d suggest contacting your hosting provider to make sure the mail services are configured correctly on your server.
Forum: Localhost Installs
In reply to: Can’t Access Admin Dashboard / LoginSomething is misconfigured then, or all MAMP services are not running but MAMP itself is.
Forum: Networking WordPress
In reply to: The requested URL /wp-admin/ was not found on this server.It would help if you provided a screenshot of your wp_options table using a tool such as https://pasteboard.co/
Forum: Fixing WordPress
In reply to: Admin Panel Login IssueGlad you found a solution!
Happy Blogging.
Forum: Fixing WordPress
In reply to: Admin Panel Login IssueSorry for the delay in replying to you, I was not online the last 9+ hours.
Looks like you need help with phpMyAdmin
here is a series of tutorials that should help you.
https://www.siteground.com/tutorials/phpmyadmin/Hope this helps!
Forum: Localhost Installs
In reply to: Can’t Access Admin Dashboard / LoginMake sure MAMP is actually running in the background processes on you’re computer.
Forum: Fixing WordPress
In reply to: Admin Panel Login IssueIf I’m understanding you correctly you may have completely killed your website. That plugin doesn’t delete any essential things from the database that would break you’re site. have you tried closing you’re browser/tab and going back into the WordPress admin after opening the site up again?
Forum: Networking WordPress
In reply to: The requested URL /wp-admin/ was not found on this server.your site is currently at
http://municipales2020.cruis-citoyen.fr/backup/
you need to move the wp files out of the backup directory.
then you need to change the url in the database.Forum: Fixing WordPress
In reply to: Can’t change Admin email.You can change it directly in the database.
Look at the users table and the settings tableForum: Fixing WordPress
In reply to: Permalink ErrorSounds like you are on a windows server and/or php is misconfigured. This article could maybe help http://dejanjanosevic.info/remove-index-php-permalink-in-wordpress/.
Forum: Fixing WordPress
In reply to: Admin panel SlowSounds to me like either you have a plugin that is slowing down the admin or the server your site is on has a configuration issue causing specifically the admin to be slow.
Forum: Fixing WordPress
In reply to: Blog Static PageRecreating the blog page is not that hard to do. IMHO, recreating it is much easier than dealing with restoring old backups to get the page back.