rorsch
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Not able to move a WordPress blog from a server to anotherWorks fine now ?? Hadn’t thought about removing the plug-in directly from the FTP.
Thanks a lot for all your help ??
Forum: Fixing WordPress
In reply to: Not able to move a WordPress blog from a server to anotherHi again,
As stvwlf mentioned, I had a problem in my .sql file. I had https://www.mysecond.org/ instead of https://www.mysecondplace.org/ plus, my wp-options had the site name field with ‘bad’ character.
Everything works great now, but I still can’t access the wp-admin part, because of the wp-greet-box plugin.
Fatal error: Cannot use string offset as an array in /home/mysecond/public_html/iid/wp-content/plugins/wp-greet-box/wp-greet-box.php on line 898
I’ve looked for any reference of my old domain on this file, but nothing :/
Forum: Fixing WordPress
In reply to: Not able to move a WordPress blog from a server to anotherIt seems that my post isn’t showing the links I’ve wanted.
I’ve used these two tutorials:
https://codex.www.ads-software.com/Moving_WordPress#Moving_WordPress_to_a_New_Server
And one that had a two part-video (can’t find the link now :/)
The blog in the old server can be found here: https://apus.uma.pt/~a2043904/
The new one is here: https://www.mysecondplace.org/iid/
——————————————————————–
stvwlf, what can I do to fix it? I’ve following every step in both tutorials :/
Forum: Fixing WordPress
In reply to: Moving wordpress blog to another serverHello,
I’ve tried moving my WordPress blog from one server to another, by following the instructions found here and here.
I’ve downloaded the public_html from the old server (the blog is in the root) with FileZilla, and, after changing the wp_config, uploaded the stuff inside public_html to a folder inside the new server.
I’ve download the database schema using MySQL Administrator and removed the first lines which create the database itself, leaving only the commands to create the tables. I’ve also searched and replaced every mention of my old server’s link to my new one.
You can check the blog in its old server here.
The link for the new server is here. As you can see, everything is out of place, and I can’t access the https://www.mysecondplace.org/iid/wp_admin section :/
What can I be doing wrong?
Forum: Fixing WordPress
In reply to: Table cellpadding not workingHello,
I have the same problem, and adding that line in the styles.css didn’t work. I also tried this:
<table id=”socialimages”>
<tr>
<td>…And adding this in the styles.css
#socialimages
{
padding: 0px 20px 0px 0px;
text-align: center;
}Can anyone help me?