triplemoons
Forum Replies Created
-
Forum: Plugins
In reply to: Events Calendar for MULTIPLE calendarsJust an FYI, I gave up on such a plugin and integrated Google Calendars into the website. PITA that I have to login to Google to edit the calendars, but at least I got the functionality I was after.
Forum: Fixing WordPress
In reply to: Server error! Error 500You can see one of the URLs in the bold text above. 😉
http://jntreptiles.comHere are the errors from the log from today and yesterday…
[Sat Feb 06 04:16:40 2010] [error] [client 77.88.43.26] Premature end of script headers: index.php
[Sat Feb 06 04:21:49 2010] [error] [client 173.93.214.66] Premature end of script headers: index.php, referer: http://images.google.com/imgres?imgurl=http://jntreptiles.com/wp-content/gallery/boa-constrictors/hypo-het-albino-2.jpg&imgrefurl=http://jntreptiles.com/available/ball-pythons/available-ghost-ball-python&usg=__x0foN9ku742huz39ftKYpw4_DIc=&h=450&w=506&sz=165&hl=en&start=177&um=1&itbs=1&tbnid=Em9yObNEEJ_CjM:&tbnh=117&tbnw=131&prev=/images%3Fq%3Dalbino%2Bboa%2Bconstrictor%26ndsp%3D20%26hl%3Den%26rlz%3D1T4ADBF_enUS341US345%26sa%3DN%26start%3D160%26um%3D1
[Sat Feb 06 04:21:52 2010] [error] [client 173.93.214.66] Premature end of script headers: index.php
[Sat Feb 06 04:22:09 2010] [error] [client 173.93.214.66] Premature end of script headers: index.php, referer: http://images.google.com/imgres?imgurl=http://jntreptiles.com/wp-content/gallery/boa-constrictors/hypo-het-albino-2.jpg&imgrefurl=http://jntreptiles.com/available/ball-pythons/available-ghost-ball-python&usg=__x0foN9ku742huz39ftKYpw4_DIc=&h=450&w=506&sz=165&hl=en&start=177&um=1&itbs=1&tbnid=Em9yObNEEJ_CjM:&tbnh=117&tbnw=131&prev=/images%3Fq%3Dalbino%2Bboa%2Bconstrictor%26ndsp%3D20%26hl%3Den%26rlz%3D1T4ADBF_enUS341US345%26sa%3DN%26start%3D160%26um%3D1
[Sun Feb 07 04:12:52 2010] [error] [client 174.60.132.225] Premature end of script headers: index.php
[Sun Feb 07 04:13:52 2010] [error] [client 174.60.132.225] Premature end of script headers: index.php
[Sun Feb 07 04:16:41 2010] [error] [client 174.60.132.225] Premature end of script headers: index.php, referer: http://jntreptiles.com/Forum: Fixing WordPress
In reply to: Server error! Error 500Ok…Evidently this is not resolved…
Server error!
The server encountered an internal error and was unable to complete your request.
Error message:
Premature end of script headers: index.phpIf you think this is a server error, please contact the webmaster.
Error 500
jntreptiles.com
Sun Feb 7 04:11:51 2010
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.7e mod_auth_pgsql/2.0.3I’m getting this on two sites on the same host, but different servers. The host is insisting it’s not them, blaming my internet connection. Sites are loading slower then a stinkin’ snail.
Forum: Plugins
In reply to: Plugin: List category posts: Does nothingHave the same issue.
[catlist id=4] is the shortcode I’m using.
http://www.newoxfordwrestling.com/wordpress/beginning-champions/announcements
Forum: Plugins
In reply to: Events Calendar for MULTIPLE calendarsI too require a plugin like this!
Forum: Themes and Templates
In reply to: New Posts – Display From Specific CategoryNevermind! Got it worked out! 🙂
Looks like there’s a mistake in codex.
Forum: Themes and Templates
In reply to: New Posts – Display From Specific CategoryWhat about links?
Tried this and was unsuccessful:
<ul> <?php $bookmarks = new WP_Query(); $bookmarks->query('cat=15'); $bookmarks = get_bookmarks("cat=15"); if ($bookmarks[0] != '') { ?> <?php foreach ( $bookmarks as $bookmark ) { ?> <li><a href="<?php echo clean_url($bookmark->link_url); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>" target="_blank"><?php echo $bookmark->link_name; ?></a></li> <?php endwhile; ?> </ul>Forum: Themes and Templates
In reply to: New Posts – Display From Specific CategoryYou, my dear, are brilliant! Assistance on these forums is usually non-existent, so your help is much appreciated! I’m definitely no PHP expert. 😉
Forum: Plugins
In reply to: [Plugin: Register Plus] register plus custom logo problemsYou my as well disable this plugin and move on. The developers evidently abandoned it and their are some database issues that have gone ignored for months.
Forum: Plugins
In reply to: [Plugin: Register Plus] Can’t update Website in user profileSince it’s apparent the developer has abandoned the plugin…
What are the repercussions of removing this plugin? Is their another option to have email verification for users?
Forum: Themes and Templates
In reply to: New Posts – Display From Specific CategoryThanks for trying to help, I appreciate the effort, but that’s not enough information.
You will see in the sidebar their are 2 sections. I need to be able to have posts from their respective categories to appear.
I tried this:
<ul> <?php query_posts("category_id=6&orderby=desc&showposts=4"); ?> <?php while (have_posts()) : the_post(); ?> <li><?php the_time('F j, Y'); ?><br /><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></li> <?php endwhile; ?> </ul>It made the actual page content wonky. It is displaying a post rather then the page content.
Forum: Plugins
In reply to: [WPads Plugin] Adding forward slashes in html code?Well, at least I am not alone! 😉
I posted on the creaters blog notifying him of the problem. You might want to go on as well and reiterate it.
Forum: Plugins
In reply to: [Plugin: Register Plus] Can’t update Website in user profileAnyone get this working properly? I have over 160 users, so manually changing the URLs is not an option. Has the creator abandoned the plugin?
The website also contains the following plugins:
- NextGen Gallery 1.4.3
- Events 2.1.1
- Contact Form 7 2.0.7
I can not provide access to the website.
Could you attempt to correct the problem on a 2.9 install on your own server?