Problem posting certain Post !!!
-
Hello everyone,
I have a problem posting one article, Once I try to publish, it says, “Nothing Found for WP ADMIN POST”, but, with any other content on that post it work correctly !!! Lol ! Didn’t know that there is trojans on Texts ! (joking :).
Here is the HTML code of the post ! Please help me to find what make it so bad !
Many of you may get bored with their current host, and will certainly have to move their wordpress blog to a new host. This may appear difficult, that’s why following the 5 simple steps explained here will make it so easy !Let’s introduce a little what we are going to do. The 5 steps explained here will show you how simple this action can be ! We will start by saving the necessary files that we will upload later on the new host FTP. After this, we will backup the database SQL that we will execute using phpMyAdmin, then we will modify a file named “wp-config.php” to put the new mysql details from the new host, and, finally, upload !<!–more–>
<span style=”color: #008080;”>1) Saving ALL files</span>
Let’s start ! Open your FTP Client (FileZilla, SmartFTP …) and connect to your FTP Account (your website ftp). Select the public_html folder and fully download it to your hard disk. Do not exclude any file, neither change anything !Note : Verify that you have downloaded wp-includes folder, some hosts don’t allow big number download, for this you have to download the public_html folder folder by folder (Some hosts like 000Webhost).<img class=”aligncenter size-full wp-image-78″ title=”ftp_upload” src=”https://chaibialaa.com/wp-content/uploads/2010/01/ftp_upload.png” alt=”” width=”473″ height=”202″ />
Make sure you have all files by comparing folder size on the server and the one on your local computer.
<span style=”color: #008080;”>2) SQL Backup</span>
Now we have to make a secure and full backup of the SQL database. For this, we will export the database from phpMyAdmin. Start by connecting to your Cpanel (the control panel provided by the host, it can be also VistaPanel or many other names, depending on the host). Then, click on the phpMyAdmin link that will connect you to the server of MySQL databases. Select the database that contain the wordpress data, and click on “Export” link; this will drive you to another page where to choose options of the export. Select SQL format (if not selected automatically), and save the text result (SQL) which we will user later.<img class=”aligncenter size-full wp-image-79″ title=”SQL_Backup” src=”https://chaibialaa.com/wp-content/uploads/2010/01/SQL_Backup.png” alt=”” width=”473″ height=”202″ />
<span style=”color: #008080;”>3) Modification of wp-config.php</span>
The third step will be the modification of the most necessary file of wordpress, the file containing connexion informations to the database. Just open it (from public_html folder we downloaded earlier), and, modify the existent data (4 first fields) by entering your current connexion informations (the new host database).
<p style=”text-align: left;”><span style=”color: #808080;”>// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘Database Name‘);/** MySQL database username */
define(‘DB_USER’, ‘Database User Name‘);/** MySQL database password */
define(‘DB_PASSWORD’, ‘P A S S W O R D);/** MySQL hostname */
define(‘DB_HOST’, ‘Server of the Database‘);</span></p>
<p style=”text-align: left;”>
<span style=”color: #008080;”>4) Importing SQL</span>
This step can be done by importing the SQL data saved later (Step 3), or by simply executing the SQL text from your web host. You have to only copy the SQL code we saved before when doing the SQL Backup, and to paste it on SQL part of the phpMyAdmin after opening your new database where to put wordpress.</p>
<p style=”text-align: left;”><img class=”aligncenter size-full wp-image-80″ title=”SQL_Execute” src=”https://chaibialaa.com/wp-content/uploads/2010/01/SQL_Execute.png” alt=”” width=”473″ height=”202″ /></p>
<p style=”text-align: left;”>Just put the SQL code into that big white space, and click on the “Execute” Button.</p>
<p style=”text-align: left;”><span style=”color: #008080;”>5) Finishing by the Upload !</span>
Now, connect to the new host ftp server and upload the whole public_html content into the public_html folder of the new host. Make sure you have uploaded the modified wp-config.php and not the old one. Once done, just open your website, and everything will be running OK !</p>
<p style=”text-align: center;”><img class=”aligncenter” title=”Moving WordPress” src=”https://sltaylor.co.uk/wp-content/uploads/2009/08/moving-wordpress.jpg” alt=”” width=”180″ height=”180″ /></p>
<p style=”text-align: left;”>Note : A simple sample is this website, ChaibiAlaa.com, who has been moved from 000webhost to KVCHosting with exact steps described on this post !</p>
- The topic ‘Problem posting certain Post !!!’ is closed to new replies.