This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

শনিবার, ২৮ সেপ্টেম্বর, ২০১৯

WordPress Error xampp\htdocs\wp-includes\Requests\Transport\cURL.php on line 463






C:\xampp\htdocs\wp-includes\Requests\Transport\cURL.php on line 463


Solution: 


  1. locate the file [XAMPP Installation Directory]\php\php.ini (e.g. C:\xampp\php\php.ini)
  2. open php.ini in Notepad or any Text editor
  3. locate the line containing max_execution_time and
  4. increase the value from 30 to some larger number (e.g. set: max_execution_time = 90)
  5. then restart Apache web server from the XAMPP control panel
If there will still be the same error after that, try to increase the value for the max_execution_time further more.


Or
@Raphael your solution does work. I encountered the same problem en solved it by increasing the maximum execution time to 180. There is an easier way to do it though:
  1. Open the Xampp control panel
  2. Click on 'config' behind 'Apache'
  3. Select 'PHP (php.ini)' from the dropdown -> A file should now open in your text editor
  4. Press ctrl+f and search for 'max_execution_time', you should fine a line which only says
    max_execution_time=30
  5. Change 30 to a bigger number (180 worked for me), like this:
    max_execution_time=180
  6. Save the file
  7. 'Stop' Apache server
  8. Close Xampp
  9. Restart Xampp
  10. 'Start' Apache server
  11. Update Wordpress from the Admin dashboard

How to Fix Briefly Unavailable for Scheduled Maintenance Error in WordPress


Are you seeing the ‘Briefly unavailable for scheduled maintenance’ error in WordPress? This error usually appears while updating WordPress core, plugins, or themes.
Basically, your WordPress site fails to finish the update which leaves you stuck in the maintenance mode.
In this article, we will show you how to easily fix the “Briefly unavailable for scheduled maintenance” error in WordPress. We will also show you why this error occurs and how you can avoid it in the future.

Why Does The WordPress Maintenance Mode Error Occur?

Maintenance mode page is technically not an error. It is a notification page.
During the update process, WordPress downloads necessary update files to your server, extract them and then install the update.
WordPress also puts your site on maintenance mode and displays the “Briefly unavailable for scheduled maintenance. Check back in a minute.” notice during the process.
To trigger the maintenance mode notification, WordPress creates a temporary .maintenance file in your website’s root folder.
If everything works normally, then this notice will probably be displayed for only a few seconds. After the successful update, WordPress will automatically delete the maintenance file to disable maintenance mode.
However, sometimes due to a slow WordPress hosting server response or low memory issue, the update script will timeout thus interrupting the process. When this happens, WordPress does not get a chance to take your site out of maintenance mode.
In other words, your site will continue showing the maintenance mode notice, and you will need to manually fix it.

How to Fix WordPress Maintenance Mode Error?

To get your website out of maintenance mode, all you really need to do is delete the .maintenance file from your site’s root folder using FTP.

If you can’t find the .maintenance file in your WordPress root directory, then make sure you checked your FTP client to show hidden files.
In Filezilla, you can force it to show hidden files by clicking on Server » Force showing hidden files from the menu bar.


Once the .maintenance file is removed, your site will come out of maintenance mode, and the error should be fixed.
If you don’t know how to use FTP, then you can also remove the files by going to the file manager in your WordPress hosting control panel, and then deleting the .maintenance file inside the file manager.

How to Avoid WordPress Maintenance Mode in the Future?

We already know that the “Briefly unavailable for scheduled maintenance” error is caused by slow server response or low memory issue on your web hosting server.
The easiest way to avoid this error is by upgrading to a higher hosting plan. We recommend going with one of these managed WordPress hosting companies that offer superior hosting performance.
If upgrading to a higher hosting plan is not an option, then we recommend doing plugin and theme updates one at a time.
Often users have a tendency of quickly clicking on the update link underneath each plugin. WordPress then staggers the update order, but even a millisecond of delay in connection could cause a conflict leading your site to be stuck in maintenance mode.
Instead of quickly clicking on the Update link, we recommend patiently updating one plugin at a time.


সোমবার, ৯ সেপ্টেম্বর, ২০১৯

How to Migrate WordPress from Live Server to localhost




A lot of people create a copy of their live site on local server to test new themes, plugins, or do development testing. This allows you to set up your theme with all your content and test all the features without worrying about breaking your site. Many users copy their site to local server to practice their WordPress and coding skills with actual site data.



Moving Live WordPress Site to Local Server using Plugin

Before you begin this you’ll need the following:
  • Fully developed WordPress website on your local server.
  • Installed and activated Duplicator/ Backup plugin on your local server. 
  • all in one wp migration> Export > Export to File> download and save. 
Manual Method: 

 some times being plugin not work properly. So we can get all wp data by manual method. 

Step-1: Go to your cPanel and find out the File Manager. 













Save the all files to ur site Folder




Database: 
















Go to Wp- options and change the site url to http://localhost/sitename.













Part-2

Now we made the new database for our local host.






 new data base has been created. now we import the server backup sql files. so goto import and upload it.



Ok work done. now we need the some modification on our backup files. we edit wp-config.php files there need 3-4 changed. select ur present/new database instead of previouse. keep it user name as root, and password blank. and db host local host. Bas!







 Now go to ur URL and access. live server r now in local host.






Tutorial: Youtube