Category: WordPress

  • Setup WordPress 6 after installation

    Setup WordPress 6 after installation

    After installed WordPress (https://www.teachonetofish.net/set-up-wordpress-on-single-instance-ec2-in-ubuntu/), you need to do the initial setup in WordPress. Setup WordPress Assume you installed the webroot/wordpress folder. Then in your browser, open URL Choose your default admin page language. Setup your admin user and password. All done! WordPress Admin page

  • Set up WordPress on Single instance EC2 in Ubuntu

    Update OS Install Apache, PHP, MySQL Install PHP and library PHPinfo On your keyboard type i to change to insert mode. Type the following PHP code. Press “Esc” key, then type “:wq” -> enter Open browser and check your PHP. “http://your-ip-address/phpinfo.php” Setup Database Type your MySQL password Install WordPress Setup WordPress In your browser, open…

  • WordPress error 2022

    WordPress error 2022

    Notice: Function register_block_script_handle was called incorrectly. The asset file for the “editorScript” defined in “contact-form-7/contact-form-selector” block definition is missing. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in Fix: open wordpress-web-folder/wp-content/plugins/contact-form-7/includes/block-editor/block.json Go to line 43. Change from:  To: Save and problem solve. _register_controls is deprecated since version 3.1.0! – WordPress error…