Forum Replies Created

Viewing 10 replies - 16 through 25 (of 25 total)
  • DoocesWild

    (@dooceswild)

    Did you figure this out? I’m having the same issue.

    Forum: Fixing WordPress
    In reply to: Image Uploads Fail
    Thread Starter DoocesWild

    (@dooceswild)

    Also, when I go to add a new user, the user name, name, email are all blank, and the role is “None”.

    Thread Starter DoocesWild

    (@dooceswild)

    Nope, not in the hundreds of thousands. I was thinking the theme was probably the issue. I’m going to try and duplicate this site on two test servers and do some split testing with the standard 2010 theme vs the installed one. Thanks very much for the rest of the pointers. I’m going to go through the list one at a time, and the link is a great resource as well!

    Thread Starter DoocesWild

    (@dooceswild)

    Looking over the last 24 hours though, the average seems to be closer to maybe 475. The day isn’t over yet, that’s probably where the 393 comes in. But there are spikes, where as before it was a solid 600-700.

    Thread Starter DoocesWild

    (@dooceswild)

    I can’t test that because I’ve got 5 or 6 sites on the VPS. What I can tell you, however, is the history from day to day.

    Looking over the last 30 days, my VPS usage was usually right at 200. Some days it averaged 98, sometimes 210. But I’d say a solid average right at 200. The day I added this site, it averaged 488, the next 566, the next 628, the next 675, then I dropped it overnight and the average is down to 393.

    So this one site, with no caching is now using about twice the resources of the rest combined WITH caching. Still seems odd.

    I can’t uninstall all of the plugins or theme because it’s a live site.

    Thread Starter DoocesWild

    (@dooceswild)

    So, overnight, I removed the W3 total cache plugin and this helped on average. I still have spikes up to about 500MB but the rest of it is fairly reasonable. The spikes are very frequent though. Before, it was a constant graph of 600-720MB, now it’s all over the map. But at least it drops down well below 100 at some times.

    Thread Starter DoocesWild

    (@dooceswild)

    I’ve also made sure to clear all table overhead.

    Thread Starter DoocesWild

    (@dooceswild)

    Instead, I started deleting plugin folders one by one via ftp. After clearing all of the w3 super cache files, everything worked.

    Thread Starter DoocesWild

    (@dooceswild)

    Anyone have any ideas? Perhaps you can help me figure out step by step.

    1) Popup windows. I’m using prettyPhoto to pop it up. I made login.php. Right now I have

    <?
    $blogurl = "http://www.URL.com";
    $postlink = $_GET['redirect'];
    ?>
    
    <link rel="stylesheet" href="<?=$blogurl ?>/wp-admin/css/login.css" type="text/css" />
    
    <div id="login">
    
    <form name="loginform" id="loginform" action="/wp-login.php" method="post">
    	<p>
    		<label>Username<br />
    		<input type="text" name="log" id="user_login" class="input" value="" size="20" tabindex="10" /></label>
    	</p>
    	<p>
    		<label>Password<br />
    		<input type="password" name="pwd" id="user_pass" class="input" value="" size="20" tabindex="20" /></label>
    
    	</p>
    	<p class="forgetmenot"><label><input name="rememberme" type="checkbox" id="rememberme" value="forever" tabindex="90" /> Remember Me</label></p>
    	<p class="submit">
    		<input type="submit" name="wp-submit" id="wp-submit" value="Log In" tabindex="100" />
    		<input type="hidden" name="redirect_to" value="<?=$postlink ?>#respond" />
    		<input type="hidden" name="testcookie" value="1" />
    	</p>
    </form>
    
    <p id="nav">
    <a href="<?=$blogurl ?>/wp-login.php?action=lostpassword" title="Password Lost and Found">Lost your password?</a>
    </p>
    
    </div>
    
    <p id="backtoblog"><a href="#" class="lbAction" rel="deactivate">Close</a></p>
    
    <script type="text/javascript">
    try{document.getElementById('user_login').focus();}catch(e){}
    </script>

    inside of this file. I’m using this as the link
    <p>/wp-content/themes/<?php echo get_option(‘template’); ?>/login.php??iframe=true&width=700&height=400″ rel=”prettyPhoto[iframes]”>Login or Sign Up
    and it pops up. I can enter my information in it and hit enter. This redirects to the wordpress login screen. If I close the prettyPhoto popup, and then refresh the page I am logged in. I’d like to have the code to automatically close the window and refresh the page, if at all possible. Also, I need to make the login to the side of it. Basically just having a login and password box would suffice.

    Thank you so much for any help!

    Forum: Fixing WordPress
    In reply to: No templates???
    Thread Starter DoocesWild

    (@dooceswild)

    Somehow the code from my file got replaced without the template tag.

    <?php
    /*
    Template Name: Snarfer
    */
    ?>

Viewing 10 replies - 16 through 25 (of 25 total)