explorer1979
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Miss Header Image after change domain nameHi All,
I can access my server’s phpmyadmin to search the DB.
Basic I am follow this KB
http://codex.wordpress.org/Changing_The_Site_URLUsing the SQL changed
The “Home” setting is the address you want people to type in their browser to reach your WordPress blog.
The “Site URL” setting is the address where your WordPress core files reside.And I am using the missed header image name to search the DB on two table
wp_postmeta
wp_postsI final find the header image in the wp_posts with some id from wp_postmeta….
Then I open the wp_posts to manual edit the miss header images, now the header image back …
But …. I had super super big problems, I look at the wp_posts table, see two column have my old domain name in it
they are guid and post_content
what the guid column using?I am wonder, do I need chance them all or just let them there? Since once I am change the home url and site url in MYSQL, all other plugin, module and link and images look no problems, just I see all of my post have the old domain name in it …
IF change them, how to is fast and safe? Over 1000 rows in this two tables I thinking..
Thank you.
Forum: Fixing WordPress
In reply to: How to change my domain nameTara,
Thank you, the second one is what my mean …
Forum: Themes and Templates
In reply to: How to change the text "← Older posts"alchymyth
Thank you very much x1000
Forum: Themes and Templates
In reply to: How to change the text "← Older posts"I am using the build-in WordPress themes “Twenty Eleven”
Forum: Fixing WordPress
In reply to: Using Permalinks without .htaccess<Directory “/www/website/public_html”>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
</Directory>I fix this by using above setting, post there for other who like me for reference.
Forum: Fixing WordPress
In reply to: Move to Linux can't write files anymore!!ipstenu,
My PHP is 5.3.3
Here are my step to build the server. Maybe it help for find out what is wrong on the folder permission etc.
<VirtualHost *:80>
ServerName explorerhome.dyndns.org
DocumentRoot /home/abc/public_html
</VirtualHost>#useradd abc
/home/abc now is drwx—— owner/group is 500 500 (abc)Then I using FileZilla login by abc, make a public_html, and then blog under public_html, it is both 500 500 on owner/group and with 755 permission
My Server Apache are 40 40 owner/group
Then upload all backup files/ folder from the Windows box I backup before to the new linux box, this mean the
/wp-content/uploads
folder are make by this abc user with 500 500 owner/group and 755 permissionForum: Fixing WordPress
In reply to: Move to Linux can't write files anymore!!http://codex.wordpress.org/Changing_File_Permissions
The codex not suggestion 777 on above link. So I am worry if change to 777 will make security problems etc.
Forum: Fixing WordPress
In reply to: Move to Linux can't write files anymore!!Actually, if I install a new WP, it not allow me to build the uploads folder auto too.
On Windows Box all folder can build auto not need any permission change etc.
Forum: Fixing WordPress
In reply to: Move to Linux can't write files anymore!!No
The folder of /wp-content/uploads folder permissions is 755
Forum: Fixing WordPress
In reply to: How to dispay more than 30 postsHi Tom,
Just a kindly remind, if your post have many photo, 30 is not a good idea for slowly web host/server.
Control to 10-15 is a better idea.
Forum: Plugins
In reply to: [NextGEN Gallery] Deactivate it and then reactivate itesmi,
Thank you very much of your quickly and kindly help and answer my questions 🙂
Forum: Plugins
In reply to: Best Photo Blog plug-in?Samuel B,
Thank you very much.
I give NextGen Gallery for a try first.Best Regards,
Jimmy ChanForum: Plugins
In reply to: [Plugin: NextGEN Gallery] images appear under headerSame Problems too 🙁