Tom Peak
Forum Replies Created
-
Forum: Networking WordPress
In reply to: blank white page after adding subsites on 3.6Same here, but only some subsites.
Forum: Networking WordPress
In reply to: wp-admin blankhttp://diealternative.org/arbeitsklima/wp-admin/
i get an server error.
Forum: Networking WordPress
In reply to: wp-admin blankNotice: Undefined variable: default_blog_type in /www/htdocs/w00f3e38/diealternative_neu/wordpress-mu/wp-content/mu-plugins/blog-user-creator.php on line 33
Notice: Undefined index: page in /www/htdocs/w00f3e38/diealternative_neu/wordpress-mu/wp-content/mu-plugins/blog-user-creator.php on line 40
Notice: Undefined index: fields in /www/htdocs/w00f3e38/diealternative_neu/wordpress-mu/wp-content/mu-plugins/blog-user-creator.php on line 45
Notice: Undefined index: key in /www/htdocs/w00f3e38/diealternative_neu/wordpress-mu/wp-content/mu-plugins/tips.php on line 38
Notice: Undefined index: updated in /www/htdocs/w00f3e38/diealternative_neu/wordpress-mu/wp-content/mu-plugins/tips.php on line 43
Notice: Undefined index: activated in /www/htdocs/w00f3e38/diealternative_neu/wordpress-mu/wp-content/mu-plugins/tips.php on line 43
Deprecated: Assigning the return value of new by reference is deprecated in /www/htdocs/w00f3e38/diealternative_neu/wordpress-mu/wp-content/plugins/audio-player/audio-player.php on line 903
Notice: Undefined index: HTTPS in /www/htdocs/w00f3e38/diealternative_neu/wordpress-mu/wp-content/plugins/audio-player/audio-player.php on line 127
Notice: Undefined index: SERVER_PORT_SECURE in /www/htdocs/w00f3e38/diealternative_neu/wordpress-mu/wp-content/plugins/audio-player/audio-player.php on line 127
Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /www/htdocs/w00f3e38/diealternative_neu/wordpress-mu/wp-includes/functions.php on line 3012
Forum: Networking WordPress
In reply to: wp-admin blankI did error_reporting(E_ALL); all now in the index.php in wp-admin/
-> no output.Admin works fine until yesterday.
I just did a reinstallation.
tom
Forum: Networking WordPress
In reply to: Servertransfer problemsI have development server http://auge.enabled.io/ there was everything fine. I transerferd it there with just search and replace the sql dump.
tom
Forum: Fixing WordPress
In reply to: See only the first date in the loop<?php while ( have_posts() ) : the_post(); ?> <div class="spalte2_plain infinity"><div class="spalte2 infinity"><? the_content();?></div></div> <div class="spalte1_plain infinity"><div class="spalte1 infinity"><? the_field('spalte_2');?></div></div> <div class="spalte1_plain infinity"><div class="spalte1 infinity"><h2>ARTIKEL INSPIRATION:</h2><br /> <? endwhile; wp_reset_query(); query_posts( 'cat=16'); ?> <?php /* Start the Loop */ while ( have_posts() ) : the_post(); ?> <a href=" <? the_permalink(); ?> " > <div class="normal"> <? the_title(); ?> am <?php the_date(); ?></div></a> <br/> <? endwhile; ?>thx
Hey u masta, there is a option drop down in the upper right. Try that!
btw. its the function apply_filters_ref_array($tag, $args) …
wp-includes/plugin.php on line 227:
$args[0] = call_user_func_array($the_['function'], array_slice($args, 0, (int) $the_['accepted_args']));I thing there is an out of range for the amount of 100. But I don’t understand why 10 delivers only 5 Posts.
Thx for developing,
tom
Don’t use the yarpp-template folder, just put the Files into your theme root.
tom