obit8
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: This feed does not validateEsmi so i need to replace wp-admin and wp-includes folder more all the files i see in the root EXCEPT wp-config and .htaccess…right?
Forum: Fixing WordPress
In reply to: This feed does not validateNothing to do, if you try to go to https://www.obit8.com/feed/ you will receive this:
This page contains the following errors: error on line 1 at column 37: Document is empty Below is a rendering of the page up to the first error.
Now the webiste has no activated plugin and the standard theme
Forum: Fixing WordPress
In reply to: This feed does not validateThe website is now running without any plugin activated and with twenty-fourteen theme.
Forum: Fixing WordPress
In reply to: This feed does not validateThis is my feed-rss2.php file
<?php /** * RSS2 Feed Template for displaying RSS2 Posts feed. * * @package WordPress */ header('Content-Type: ' . feed_content_type('rss-http') . '; charset=' . get_option('blog_charset'), true); $more = 1; echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?> <?php /** * Fires at the end of the RSS root to add namespaces. * * @since 2.0.0 */ do_action( 'rss2_ns' ); ?> > <channel> <title><?php bloginfo_rss('name'); wp_title_rss(); ?></title> <atom:link href="<?php self_link(); ?>" rel="self" type="application/rss+xml" /> <link><?php bloginfo_rss('url') ?></link> <description><?php bloginfo_rss("description") ?></description> <lastBuildDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_lastpostmodified('GMT'), false); ?></lastBuildDate> <language><?php bloginfo_rss( 'language' ); ?></language> <?php $duration = 'hourly'; /** * Filter how often to update the RSS feed. * * @since 2.1.0 * * @param string $duration The update period. * Default 'hourly'. Accepts 'hourly', 'daily', 'weekly', 'monthly', 'yearly'. */ ?> <sy:updatePeriod><?php echo apply_filters( 'rss_update_period', $duration ); ?></sy:updatePeriod> <?php $frequency = '1'; /** * Filter the RSS update frequency. * * @since 2.1.0 * * @param string $frequency An integer passed as a string representing the frequency * of RSS updates within the update period. Default '1'. */ ?> <sy:updateFrequency><?php echo apply_filters( 'rss_update_frequency', $frequency ); ?></sy:updateFrequency> <?php /** * Fires at the end of the RSS2 Feed Header. * * @since 2.0.0 */ do_action( 'rss2_head'); while( have_posts()) : the_post(); ?> <item> <title><?php the_title_rss() ?></title> <link><?php the_permalink_rss() ?></link> <comments><?php comments_link_feed(); ?></comments> <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_post_time('Y-m-d H:i:s', true), false); ?></pubDate> <dc:creator><![CDATA[<?php the_author() ?>]]></dc:creator> <?php the_category_rss('rss2') ?> <guid isPermaLink="false"><?php the_guid(); ?></guid> <?php if (get_option('rss_use_excerpt')) : ?> <description><![CDATA[<?php the_excerpt_rss(); ?>]]></description> <?php else : ?> <description><![CDATA[<?php the_excerpt_rss(); ?>]]></description> <?php $content = get_the_content_feed('rss2'); ?> <?php if ( strlen( $content ) > 0 ) : ?> <content:encoded><![CDATA[<?php echo $content; ?>]]></content:encoded> <?php else : ?> <content:encoded><![CDATA[<?php the_excerpt_rss(); ?>]]></content:encoded> <?php endif; ?> <?php endif; ?> <wfw:commentRss><?php echo esc_url( get_post_comments_feed_link(null, 'rss2') ); ?></wfw:commentRss> <slash:comments><?php echo get_comments_number(); ?></slash:comments> <?php rss_enclosure(); ?> <?php /** * Fires at the end of each RSS2 feed item. * * @since 2.0.0 */ do_action( 'rss2_item' ); ?> </item> <?php endwhile; ?> </channel> </rss>
Guys i have lot of error on my sites too. My problem is related to the htaccess file.
I have deleted all the part reguarding better wp security now and it works again.
I think that if i can’t find a solution i need to uninstall the plugin, but could be a problem for me.Coul the author analyze my error.log?
Oh sry, it works, after a bit but it works!
Doesn’t work!
Guys i really hope they can fix this…Where’s the author??
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Inactivity Backup ErrorsLernerconsult what you have added works?
What i have to do to receive some help guys??? For the third times nobody answer me here!!!
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Many problemsRolled back to version 1.9.13 all works great with “simple lightbox” plugin and WP version 3.6
No pro account for me, sorry! Bad work
I can’t figure out. How i can post all my system? After upgrade at wp 3.6 i can’t insert gallery correctly but i can’t open image in post.
My blog is https://www.obit8.com, as you can see in my last article, you can’t see the images.
I’ve disabled Lightbox, uninstalled all plugin relate to lightbox and selected fancybox like effect, but nothing happened, i can’t see images in large size. I only see thumbnail.
For me doesn’t work thickbox too.
After my update at worpdress 3.6 i can’t see any effect at images…nothing…