carnold
Forum Replies Created
-
Forum: Plugins
In reply to: FAQ PluginHey! I have downloaded your plugin but having some difficulty getting it installed. Here is the error after activation:
Warning: main(../wp-content/plugins/faq/faq.php): failed to open stream: No such file or directory in /srv/www/htdocs/wp-admin/faq/faq_admin.php on line 18Fatal error: main(): Failed opening required ‘../wp-content/plugins/faq/faq.php’ (include_path=’.:’) in /srv/www/htdocs/wp-admin/faq/faq_admin.php on line 18
Here is the file paths:/wp-admin/faq/faq_admin.php
/wp-content/plugins/faq/faq.php
/wp-content/plugins/faq/faq_ask.php
I have chmod’ed permissions on all the files. The plugin shows up in the admin panel and will activate but when nav’ing to “options”->FAQ, i get the above error. Thanks for any help.Chris
Forum: Themes and Templates
In reply to: blix theme-contactUmm, my fault. Thanks waraxe!
Forum: Fixing WordPress
In reply to: Here we go again! ImagesNo one can help in this matter?
Forum: Fixing WordPress
In reply to: Sticky PostsOK, been through the loop codex and now even more confused. I have placed this just for test:
<!– The following tests if the current post is in category 3. –>
<!– If it is, the div box is given the CSS class “post-cat-three”. –>
<!– Otherwise, the div box will be given the CSS class “post”. –>
<?php if ( in_category(‘1’) ) { ?>
<div class=”post-cat-one”>
<?php } else { ?>
<div class=”post”>
<?php } ?>between this:
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>and ends here:
<?php endwhile; else: ?>
<?php _e(‘Sorry, no posts matched your criteria.’); ?>
<?php endif; ?>
and nothing shows. I made a post (the text i want to show on the page) and filed it under uncategorized (hence the <?php if ( in_category(‘1’) ) { ?>
<div class=”post-cat-one”>)
Can anyone help a little more?Confused,
ChrisForum: Fixing WordPress
In reply to: Sticky PostsI would like to “sticky/static” an entry on a page that i have created. I have installed adhesive but it looks like this if for posts only. How do i make a message appear at the top of a page, always?
Chris
Forum: Installing WordPress
In reply to: Can not connect to databaserpm -qa | grep mysql produces:
mysql-shared-4.0.18-32.1
perl-DBD-mysql-2.9003-22.1
mysql-client-4.0.18-32.1
mysql-4.0.18-32.9
Verification that mysql IS installed. Next, to verify it is accepting connections: telnet <servername> 3306
Trying <ip address>
Connected to <hostname>
Escape character is ‘^]’.
‘
4.0.18,&b=I#?TConnection closed by foreign host
So the answer to that qusetions, is NO, it does not look like it accepting connections to/from any host.Quote-is the database itself configured to accept connections from the IP address of the machine hosting WordPress (or any address) NOT localhost?
Edit-A netstat -ant | grep 3306 produces:
tcp 0 0.0.0.0:3306 0.0.0.0″*
Is this what you were asking?-Edit
Not sure about this as on the last machine i installed, i did not have to do anything like this.
Yes, wp-config reflects the correct address of this mysql machine.Chris
Forum: Installing WordPress
In reply to: Can not connect to databaseUmm, yea, reading is good ??
I also have tried that, define(‘DB_HOST’, ‘ip-of-the-machine-running-mysqld’); instead of hostname. Still does not work. Still gives me the same error. It is possible to run WP 2.0 on 1 server and mysql on another server, right?
I run WP 2.0 and mysql on my servers and full access to all of them. So, when i run mysql from the command line, i enter a username and password. This username and password is the same as i enter into the WP information.
ChrisForum: Everything else WordPress
In reply to: List your hacks/plugins/themesOK,for starters: how about a calendar? Would like to be able to post to future dates. Would like to use Countdown – Dates to Remember but, from the readme it looks like you already have to have a sidebar or does this plugin add a sidebar? How about spam protection? Would like to use the Bayesian Comment Spam Filter plugin from codex but it requires core WP file modification. How would this effect future plugin installs? Thanks for all your kind replies.
Chris
Forum: Everything else WordPress
In reply to: List your hacks/plugins/themesNo no, you got it wrong. Been all over those pages and they are VERY helpful. I just am curious as to what other people are using? That’s all. Also, alot of those plugins are listed as “working with WP 1.5”. I am using WP 2.0, so i wanted to know what others are using.
Chris
Forum: Fixing WordPress
In reply to: Image upload not showingI just figured out my problem ?? After i click upload and the image shows up, click the image again and more options become available, like send to editor, which i remember seeing before in image upload problems. Now it will post and display images.
Chris
Forum: Fixing WordPress
In reply to: Image upload not showingUmm, am i trying to upload an image correctly then? In the wp-admin, i goto “write”, give it a title and type in some text. Then, below that i see a “upload” tab with “browse” next to it. I click “browse” and select the pic i want to place on the blog. Then type a title for the image. I then click “upload” and the image appears in the “upload” box. At this point, i could drag the image to the text box where i have typed in the post text or do i click on “publish”. I have tried both and nothing but the text i type shows up. Link if you would like to see for yourself.
https://www.electrichendrix.com/blogThanks
Chris
Forum: Fixing WordPress
In reply to: Image upload not showingOK, now i am confused! Does WP 2.0 need a plugin to display the images? All the plugins i have seen on this site are for WP 1.5.
Chris