PDA

View Full Version : Can't set up static pages or post pages



axmc
02-20-2012, 04:44 PM
Problem to get static or post pages

Can't get static pages or post pages when clicking top bars or side drop down bars. Always get :”Page not found”. “Back to website home page”.It seems only home page “About”pages is in function.

On my PHP My Admin is notice:Your PHP MySQL library version 4.1.22 differs from your MySQL server version 5.0.82sp1. This may cause unpredictable behaviour.
I am using word press 3.2.1 and current Theme:Affiliate Internet Marketing theme 1.6 by Matt Carter;
Plugins;AD Management version 1.0 ;All in one SEO pack version 1.6.13.8 ;Contact form 7 version 3.0
My server version is:5.0.82sp1 MySQL client version is 4.1.22
I'v published 5 post and 6 static pages.
Reading settings is a static page-front page About;post page Blog;
Permalink settings:custom structure /%postname% ;
Writing settings:default post category:Uncategorized
Default link category:Blogroll

I would be gratefull if someone can help me to sort out this problem.

re8976
02-21-2012, 05:39 PM
HiI have been experimenting with this theme a few weeks back [URL removed by mod] need to remove the category I used a plugin called categoryexclude or similarThis then removes the page not foundI was just trying stuff out with the theme so from memory I added custom menu, posts from tag plugin, and changed the titles and desc fields for the posts within the category menuFirst real play with wordpress so I excuse the site should at least help with your question.. At the least probably what not to do

Oh I also installed sociable plugin and google indexed the whole plugin folder. Combination of poor hosting provider and no index.php file blank or otherwise throughout the plugin. Serps are still messed up with it.

weegillis
02-21-2012, 06:14 PM
The solution could be as simple as including this line, or something similar, to your .htaccess file, assuming it is supported on your host server.

.htaccess


AddType x-mapp-php5 .php

dgswilson
02-22-2012, 02:00 PM
I had something like this and ended up - after making sure that blog general settings and phpMyadmin matched for trailing slashes - either or - Going to permalinks settings and without changing anything hit save, refreshed all caches. This worked, I can't say why. May have something to do with some seo plugins - can't remember. I do know there was a reason I decided to not use them anymore.

Of course I'd do what WeeGillis suggests first.

axmc
03-03-2012, 03:44 AM
Thanks a lot for help weegillis.Still having problem.Trying to sort out this problem.It seems problem with this Theme and some plugins.

Thanks dgswilson,still having problem.

weegillis
03-03-2012, 02:10 PM
Have you read through the 'system requirements' of your theme? Try contacting your hosting support team and see if the server is equipped with the correct versions of PHP and MySQL. They might even be able to help you with install and configuration, and might even be familiar with your particular theme and the issues.

axmc
03-05-2012, 07:29 PM
Hi weegillis
You are right.It seems problem is with phpMySQL library version and mySQL server version.I have to check my hosting support team and see if they are able to help.
Thanks again for advice.