carnold
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 on any page creationWow, as active as these forums are and no one has offered any help. Anyone got any ideas? The WP site is installed in a sub-directory as we have a non-WP site in our root. So thee codex on giving WP its on sub-dir seems to be not what we want (already have a non-WP site there with an index.php in it).
Forum: Fixing WordPress
In reply to: 404 on any page creationThis is definately a WP issue; clicking on a post title gives a 404 with pretty permalinks. https://teknerds.net/blog
Forum: Fixing WordPress
In reply to: 404 on any page creationHere is htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule># END WordPress
With permalink set to month and name. When i change permalinks to default, the htaccess is blank so i know it is getting written.Forum: Fixing WordPress
In reply to: 404 on any page creationLogs when accessing said forum page:
[Sun Mar 04 16:57:36 2012] [error] [client 192.168.123.165] File does not exist: /srv/www/htdocs/sites/teknerds/blog/forum, referer: https://teknerds.net/blog/wp-admin/post.php?post=67&action=edit
[Sun Mar 04 17:03:28 2012] [error] [client 74.125.156.80] File does not exist: /srv/www/htdocs/sites/teknerds/blogThis seems to ba a WP issue as when you create a page and click on that page you will get a 404. Mod_rewrite is loaded and on.
Forum: Fixing WordPress
In reply to: 404 on any page creationAny ideas?
Forum: Fixing WordPress
In reply to: Create a Configuration File, Over and over and over and…..It did. I just went ahead and dropped the wp_ tables and will try to rebuild everything. I have the sql backup file. How do you import the tables back from the sql file using phpmyadmin?
Forum: Fixing WordPress
In reply to: Create a Configuration File, Over and over and over and…..The same thing happens, just starts over and over…….
Forum: Fixing WordPress
In reply to: Create a Configuration File, Over and over and over and…..ls -l /srv/www/htdocs/sites/teknerds/blog
total 248
-rwxr–r– 1 root root 494 Nov 27 20:56 .htaccess
-rwxr–r– 1 root root 179 Jul 19 2009 .htaccess~
-rw-rw-rw- 1 root root 3164 Jan 11 2011 1wp-config.php
-rw-r–r– 1 root root 397 May 25 2008 index.php
-rw-r–r– 1 root root 16899 Jun 8 2011 license.txt
-rw-r–r– 1 root root 9202 Jan 3 12:01 readme.html
-rw-r–r– 1 root root 4268 Oct 20 10:40 wp-activate.php
drwxr-xrwx 10 root root 4096 Feb 24 13:21 wp-admin
-rw-r–r– 1 root root 40272 Oct 28 11:48 wp-app.php
-rw-r–r– 1 root root 226 Dec 9 2010 wp-atom.php
-rw-r–r– 1 root root 274 Nov 20 2010 wp-blog-header.php
-rw-r–r– 1 root root 3982 Sep 30 13:18 wp-comments-post.php
-rw-r–r– 1 root root 244 Dec 9 2010 wp-commentsrss2.php
-rw-r–r– 1 root root 3177 Nov 1 2010 wp-config-sample.php
-rw-r–r– 1 root root 3447 Feb 23 16:52 wp-config.php
-rw-r–r– 1 root root 3169 Jan 11 2011 wp-config.php~
drwxr-xr-x 6 root root 4096 Feb 18 17:16 wp-content
-rw-r–r– 1 root root 2684 Sep 9 15:59 wp-cron.php
-rw-r–r– 1 root root 246 Dec 9 2010 wp-feed.php
drwxr-xr-x 8 root root 4096 Feb 24 13:21 wp-includes
-rw-r–r– 1 root root 1997 Oct 23 2010 wp-links-opml.php
-rw-r–r– 1 root root 2546 Nov 15 10:47 wp-load.php
-rw-r–r– 1 root root 27695 Nov 23 02:03 wp-login.php
-rw-r–r– 1 root root 7777 Aug 5 2011 wp-mail.php
-rw-r–r– 1 root root 413 Sep 19 00:17 wp-pass.php
-rw-r–r– 1 root root 224 Dec 9 2010 wp-rdf.php
-rw-r–r– 1 root root 334 Dec 9 2010 wp-register.php
-rw-r–r– 1 root root 224 Dec 9 2010 wp-rss.php
-rw-r–r– 1 root root 226 Dec 9 2010 wp-rss2.php
-rw-r–r– 1 root root 9913 Oct 18 15:37 wp-settings.php
-rw-r–r– 1 root root 18545 Nov 15 15:44 wp-signup.php
-rw-r–r– 1 root root 3702 Feb 24 2010 wp-trackback.php
-rw-r–r– 1 root root 3266 Apr 17 2011 xmlrpc.phpForum: Fixing WordPress
In reply to: Create a Configuration File, Over and over and over and…..I am giving it the DB username and pass. On permissions: the folders are set to owner read and write with root and root being the owner and group (is that suppose to be that way?). This is not a hosted WP site. Some sites work and some don’t! teknerds.net is NOT a WP site but is PHP (this site works which verifies my php is installed and working correctly), teknerds.net/blog IS a WP site and does not work. Michelle-arnold.com IS a WP site and IS working correctly (startup site). doggieduz.com IS a WP site and is not working. Weird some work and some don’t
Forum: Fixing WordPress
In reply to: Unable to locate WordPress Theme directoryThanks esmi! I saw that “workaround” and it does in-fact work for themes. I was hoping there was a constant that can be defined in wp-config for this issue.
Forum: Fixing WordPress
In reply to: Built-in FTPThanks Samuel! Do these constants go into the wp-config.php file? If not, where do they go?
Forum: Installing WordPress
In reply to: New install in an existing stand-alone WP directoryNot even close……
Not trying to write over anything; simply trying to install another blog in a folder/directory which contains a blog. I think i may have it working now as i originally described.Forum: Themes and Templates
In reply to: 2 Theme ProblemsDuho!!! The
<?php bloginfo('template_directory'); ?>
took care of the line issue. Thanks for that. Now about the link turning red with the insertion of code;
i have removed that bit of code that i inserted….now check out the site. See under Customer Access, the “login” link? This is the color i want all links to be. And when you hover, they turn red, which is what i want. So the question is why is this code making the links turn red?
<li>?<a href="https://teknerds.net/contact-us.php">Click HERE to schedule services</a></div></li>
Forum: Fixing WordPress
In reply to: Page not displaying(why do you have those \ in the code?)
B/c the “reply” box has Put code in betweenbackticks
.It does not display the html code. If you view source on that page that i gave a couple of posts beore, you will see that the html is there, it just does not show on the page.
Forum: Fixing WordPress
In reply to: Page not displayingNope, i am not linking to a template page at all…Here is the new order and it still does not work:
<?php\/*
Template Name: Net Bible
*/
?>
<?php get_header(); ?><?php include(TEMPLATEPATH.”/sidebar1.php”);?>
html code
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<div class=”entrytext”>
<?php the_content(‘<p class=”serif”>Read the rest of this page »</p>’); ?>
<?php link_pages(‘<p>Pages: ‘, ‘</p>’, ‘number’); ?>
</div>
</div>
<?php endwhile; endif; ?>
<?php edit_post_link(‘Edit this entry.’, ‘<p>’, ‘</p>’); ?>
<?php include(TEMPLATEPATH.”/sidebar2.php”);?>
</div>
<?php get_footer(); ?>\