keggerman
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Posts don't show up after moving site to new VPSalso Permalinks are set to default and I have no .htaccess which I believe I don’t need for my setup..
Forum: Installing WordPress
In reply to: Posts don't show up after moving site to new VPSOld Server:
cPanel
PHP: 5.2.8
Apache: 2.0.63
MySQL: 5.0.92-community
Perl: 5.8.8New Server:
Webmin 1.530
PHP: 5.3.2-1
Apache: 2.2.14
MySQL: 5.1.41
Perl: 5.10.1Apache Modules Installed on New Server:
[0] => core
[1] => mod_log_config
[2] => mod_logio
[3] => prefork
[4] => http_core
[5] => mod_so
[6] => mod_alias
[7] => mod_auth_basic
[8] => mod_authn_file
[9] => mod_authz_default
[10] => mod_authz_groupfile
[11] => mod_authz_host
[12] => mod_authz_user
[13] => mod_autoindex
[14] => mod_cgi
[15] => mod_deflate
[16] => mod_dir
[17] => mod_env
[18] => mod_mime
[19] => mod_negotiation
[20] => mod_php5
[21] => mod_reqtimeout
[22] => mod_rewrite
[23] => mod_setenvif
[24] => mod_statusForum: Installing WordPress
In reply to: Posts don't show up after moving site to new VPSJust completed the second transfer and I’m still having the same problem. Anyone have any suggestions for me?
Thanks
Forum: Installing WordPress
In reply to: Posts don't show up after moving site to new VPSNo, I point the DNS back to the old server while I work on a solution. I updated wordpress on the old server and made a new backup which I am currently transferring over to the new server. I’ll let you know if makes a difference. Did you have any other suggestions for me to try?
Chris
Forum: Installing WordPress
In reply to: Posts don't show up after moving site to new VPSOn the old server I was on version 3.0.1 and in my initial trouble shooting process I upgraded to 3.1 on the new server. Both versions had the same issue.
I switched to the twenty ten theme and it did the same thing.. No Posts or pages showing..
Do you think there is a module that is missing on the server?
Forum: Installing WordPress
In reply to: Posts don't show up after moving site to new VPSBefore the server change I was not using Permalinks and only setup the .htaccess because of the suggestion. It is in the root directory of the site.
I have also checked to make sure mod_rewrite was working and it is. Currently I have since turned permalinks back off since none of these suggestions have fixed the problem and I don’t want to stray to far away from the stock install environment until I find a fix..
nsgene: It is set to show my newest posts..
Forum: Installing WordPress
In reply to: Posts don't show up after moving site to new VPSI didn’t have a htaccess file on the old server or on the new one. Created one with the following content, it didn’t make a difference:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Forum: Installing WordPress
In reply to: Posts don't show up after moving site to new VPSYes, they are all in there. They just don’t show on the live site..
Here is the site if viewing it helps..
fairview-lake.orgForum: Fixing WordPress
In reply to: php Mail no longer working after 2.9.2 upgradeanyone?
Forum: Fixing WordPress
In reply to: php Mail no longer working after 2.9.2 upgradeAnyone have a clue on this one?