Aadhaar card
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Request "All Content" exportYou copy all the files in your wordpress directory and copy them in your locahost folder and export your server database and import the same database in your locahost database.
Now, change your site url to localhost in your database, so that you can use your site in localhost.
Forum: Localhost Installs
In reply to: Exceeding maximum upload time on phpMyAdminYou can use mysql command mode for using that.
mysql -u username -p databasename < file.sql
it will help you
Forum: Fixing WordPress
In reply to: Problem with the serverLog into your Cpanel and check your error log and tell us what it says.
Forum: Fixing WordPress
In reply to: Problem with Memory limitIf you are on a shared host, your hosting guys will set the memory limit you can use. Check with them, what is the max you can use.
Forum: Fixing WordPress
In reply to: Unable to log in the administration panelHave tried to disable all plugins?
disable pluginsDid you checked your error log about it?
Or maybe give it a try adding this to your htaccess file
php_flag opcache.enable Off
Forum: Fixing WordPress
In reply to: Problem with the serverTry deleting your .htaccess file in your wordpress directory through your FTP. And check whether you can access your site or not?
Forum: Fixing WordPress
In reply to: Problem with the serverIts hard to help you without any proper info on what exactly the error is about
Try these
Fix Internal Server ErrorForum: Fixing WordPress
In reply to: Contact form after update 4.3Seems, your settings for contact form has been reset after the update. Have you checked the settings in your standard contact form plugin?
Forum: Fixing WordPress
In reply to: Problem with the serverThere are many causes why your site is showing “Intenral Server Error”
Check your error log and tell us what it says
Forum: Installing WordPress
In reply to: Bitnami Installation ErrorOr else, you just simple change your default port 80 in your config file to some other say port 81 and access your site using https://localhost:81
Forum: Fixing WordPress
In reply to: Change wordpress database by your databaseSimple!
Just change your database settings in wp-config file.
Forum: Fixing WordPress
In reply to: Unable to log in the administration panelNo it was not hacked. Try deleting your .htaccess file and login.
Forum: Fixing WordPress
In reply to: New comment notification emailsBy default wordpress don’t use SMTP to deliver email notifications or system mails. So, mostly if you don’t setup a SMTP server for your wordpress, they are most likely to go to your spam folders.
Even if a new user register at my site also, i don’t get a notification. After researched for a while, i found out that all my wordpress emails were going to SPAM folder. So, i have installed one of the SMTP plugin available at wordpress plugins directory, setup my SMTP address, and now i am able to receive emails correctly.
I hope this helps as this has already happened to me.
Forum: Installing WordPress
In reply to: Using WPI – MYSQL will not installDid you checked your WPI error log, it will help us to trace what exactly the problem is. Or else you can switch to Apache by going for Wamp server.
Forum: Installing WordPress
In reply to: Using IIS for redirects with wordpress configTry Failed Request Tracing in IIS, for tracing what went wrong. It might give an idea.