autotutorial
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Updated PHP from 5.6.3 to 7.2.18 into WP 5.1.1On Windows, for PHP versions 5.3 and newer, the mysqli extension is enabled and uses the MySQL Native Driver by default. This means you don’t need to worry about configuring access to libmysql.dll.
https://www.php.net/manual/en/mysqli.installation.phpWordpress first looks for mysqli and if it doesn’t find it, use mysql.
The php library is not the mysql server.If you have also entered Workbench try creating a simple php code … like this guide that uses mysqli.
Create another database with content then do the sql that generates the php code with the mysql library
as the first line
Usemy_fantasydatabase; https://dev.mysql.com/doc/workbench/en/wb-generating-php.htmlIf you are using MySQL versions 4.1.3 or later it is strongly recommended that you use this extension.
As well as the object-oriented interface the extension also provides a procedural interface.
The mysqli extension is built using the PHP extension framework, its source code is located in the directory ext/mysqli.
https://dev.mysql.com/doc/apis-php/en/apis-php-mysqli.overview.html
Forum: Localhost Installs
In reply to: Parse errorHi sorry can you give more information on which wordpress version you are working with and with which version of php and myslq?
However in wp-config.php you will never generate errors or else your wp-config has been modified either by you or someoneForum: Fixing WordPress
In reply to: Weird JavaScript Appearing in the bottom of Page EditorIf you are a programmer, you will have an open mind, just read this link and enable the right constants including the log. https://codex.wordpress.org/Debugging_in_WordPress
however google maps needs the key, once not mandatory but for today yesForum: Fixing WordPress
In reply to: wp-admin panel and website url not open after install the wordpressYou must ask this question to your hosting or godaddy registrar
Forum: Fixing WordPress
In reply to: 301 Redirect from site that’s being discontinuedYou must search for a new Registrar to take care of the transfer of the domain and who can make a redirect (http 301 or http 302) ..
This only if the old domain allows the transfer and obviously you paid the domain (you cannot move the free domain).
This alternative solution.
For more infornation Registrar and transfer domain https://en.m.wikipedia.org/wiki/Domain_name_registrarForum: Fixing WordPress
In reply to: 301 Redirect from site that’s being discontinuedIf your old site is still online and uses htaccess you can do so Before #Begin WordPress
RewriteEngine On RewriteBase / RewriteRule .* http://www.newdomain.com%{REQUEST_URI} [L,R=301]Check up if RewriteBase / is enabled.
Forum: Fixing WordPress
In reply to: Updated PHP from 5.6.3 to 7.2.18 into WP 5.1.1the mysql library is deprecated from 5.5.0 and removed from 7.0.0 you simply need to download the mysqli library
https://www.php.net/manual/en/mysqli.installation.phpForum: Fixing WordPress
In reply to: wp-login.php Access forbidden 403Ask your host for more information on how to check https and together I will tell you what to write in your htaccess file. ask why you get the http 403 error if you want to access wordpress.
From the page with the error http 403 author oneolution s.r.o. (if this is your host it means a firewall block)Forum: Fixing WordPress
In reply to: Images broken and theme not loadinghttps://codex.wordpress.org/WordPress_Backups#Database_Backup_Instructions here is instructions on how to backup the database on different software: Plesk, cpanel, phpmyadmin click the one your host uses. When you have backups of files and databases, don’t hesitate to write.
Forum: Fixing WordPress
In reply to: il mio sito non è visibile è non so cosa sia successoIl mio consiglio è di contattare direttamente il tuo hosting (Aruba) se per caso hanno dei backup dei file e del database… Beh visto che paghi per il servizio, nonché per il dominio è giusto porre la domanda lì.
Comunque se vuoi scrivere in italiano scegli il forum della tua lingua e la sezione più appropriata..Forum: Fixing WordPress
In reply to: Images broken and theme not loadingContact your host for information on how to interact with the database … cpanel or other.
Forum: Fixing WordPress
In reply to: Images broken and theme not loadingplease we need to find the right tuning … read the link on the backup … Filezilla for your files and phpmyadmin for the database.
Forum: Fixing WordPress
In reply to: wp-login.php Access forbidden 403when you have changes to the installation url you also need to change the url to wordpress and for this there are several solutions.
By default wordpress checks if you are in https if it matches in $_SERVER[‘HTTPS’] = ‘on’; or $_SERVER[‘SERVER_PORT’] = 443;
Are you using a self-signed certificate?
Have you configured your host to respond with port 443 or HTTPS (on or 1) ?
However error 403 is not default on worpress, disables the plugin that prevents access.Forum: Fixing WordPress
In reply to: Images broken and theme not loading1)back-up your site and database https://codex.wordpress.org/WordPress_Backups
2)Enable hidden file https://wordpress.org/support/article/changing-file-permissions/#unhide-the-hidden-files
in some hosts it may even be that it includes cache and a cached CDN service, you need to ask your host for more informationForum: Fixing WordPress
In reply to: Images broken and theme not loadingThanks, now we have to understand why the style sheet says not found (error 404) https://retrofaith.uk/wp-content/themes/90s-retro/style.css?ver=5.1.1
1)Backup your files and database.
2)Disabile cache for your plugin cache, HOST, CDN and browser.
3)You can rename .htaccess in old_htaccess then from the permalinks without modifying anything click on save and a new .htaccess will be generated .. I await your reply.