secondv
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot view pagesWhat are you using for your localhost? For example XAMPP, MAMP, … What web server is it using (Apache, nginx, lighttpd, …)? Are you able to view posts, categories, etc?
Forum: Fixing WordPress
In reply to: People unable to view siteNo problem. 🙂 It should resolve itself soon. If those same people are still unable to view the site after a few days, they may want to try clearing their cache or flushing their DNS.
Forum: Fixing WordPress
In reply to: I don't want 404 to go to main page anymoreI see. After doing some testing, it appears to stem from how the URL is structured (?p=x&…). From what I can tell, it conflicts with WP’s rewrite system, which in some cases can discard and ignore variables passed in a URL.
Do all of the old URL’s follow a similar structure?
Forum: Fixing WordPress
In reply to: I don't want 404 to go to main page anymoreDoes your theme have a 404.php file? If not, you may want to consider creating one. The Codex has more information here: http://codex.wordpress.org/Creating_an_Error_404_Page
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected T_DNUMBERCan you post lines 131 – 137 of the file?
The contents of the file should match the file here:
http://core.trac.wordpress.org/browser/tags/3.2.1/wp-admin/menu-header.php
Forum: Fixing WordPress
In reply to: People unable to view siteYour site loads a bit slowly for me, but it does load. From what I can see, it appears that your domain name was recently registered. It also appears the DNS (nameservers) were recently updated. This could be why some people can view your site, while others cannot. It normally takes 24-72 hours for DNS to propagate. It can be longer or shorter based on the persons ISP, however.
Forum: Installing WordPress
In reply to: [SimpleModal Login] Error occurred: 404 – not foundYou are using a plugin? Which one?
As far as the links leading to a 404, are you sure the URL’s are correct?
Forum: Installing WordPress
In reply to: Not Updating via 1and1.com WordPress ScriptAre you using the updater within WordPress itself? Or, is this an updater provided by 1and1?
Either way, it appears the server/php does not have proper permissions to update/overwrite files/directories.
Forum: Installing WordPress
In reply to: Error establishing a database connectionHave you checked the error log within XAMPP? The error log is normally found in /xampp/mysql/data/.
Also, check to see if phpmyadmin is able to connect to MySQL: http://localhost/phpmyadmin (once XAMPP is running).
Forum: Installing WordPress
In reply to: Have database but can't get into it to register user etcWhat kind of user are you trying to create? Is this a user for WordPress? I want to be sure, because you mention the database itself.