Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter rstar

    (@rstar)

    Hello…I got a response from Smart Apps. This is what they said, and you will need to open a ticket to receive the upgrade file.

    Yes, this error is related with Smart Manager, you can ignore this error, as it will not conflict with functionality of Smart Manager or any other plugin.

    I have not applied this yet.
    Regards,

    Please find attached zip file, after extracting you’ll get file named ‘upgrade.php’, copy it & paste at ‘wp-content/plugins/smart-manager-for-wp-e-commerce/pro’ (replace if asked). Hope it’ll remove that message.

    Thread Starter rstar

    (@rstar)

    After I updated SmartManager to 2.7.1 from I believe 2.7, the error did resolve itself. However I am now having problems with updating order status and bulk selecting. Anything like this on your end?

    Have you tried to deactivating the plugin all together?

    Thread Starter rstar

    (@rstar)

    Error:Remote connection error —>

    Was a plugin Error. Linked to Smart Manager for WP E-Commerce (WPEC)

    Thread Starter rstar

    (@rstar)

    Could this error be related?

    [Wed Oct 03 10:14:09 2012] [error] [client 174.45.88.238] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/vhosts/scsunltd.com/httpdocs/wp-includes/post.php on line 1726, referer: http://scsunlimited.com/wp-admin/update-core.php

    Thread Starter rstar

    (@rstar)

    Spoke with host. They have no issues, went over Error logs and nothing pertaining to this.

    Is there anyway this could be related to a plugin or file permission/owner issue?

    Thank you

    Thread Starter rstar

    (@rstar)

    No. But I will. It’s on a DV at mediatemple and usually those kind of issues are not supported. Any ideas what configurations on the host would cause this?

    Thank you,

    Having the same issue. I am hosted at MediaTemple….there is no way they are blocking this. I would really like to use this plugin but can’t if I can’t authorize. Please advise.

    Cheers

    I need to do something similar…I would like to embed the random thumbnails without using the widget admin…does anyone and a good start for this?

    Forum: Fixing WordPress
    In reply to: IE6 menu bug
    Thread Starter rstar

    (@rstar)

    Would have anything to do with a missing tag in the stylesheet? Something maybe with the #foxmenucontainer…not sure.

    Thread Starter rstar

    (@rstar)

    Well now it happens when comments are enabled…I guess I need to find exactly what div tag is missing!

    Thanks

    Thread Starter rstar

    (@rstar)

    Heck yeaH!!!!you rock xdesi!!!!

    That worked.

    Thank you very much for the help…

    Thread Starter rstar

    (@rstar)

    Thank you very much for the response…and that does seem like it should make sense. I looked over the code and I don’t see anything missing. This theme was provided by skin press and when I install other themes from them I keep getting the same problem. Here is the code in comments.php from my first post example.

    <?php // Do not delete these lines
    	if ('comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
    		die ('Please do not load this page directly. Thanks!');
    
    	if (!empty($post->post_password)) { // if there's a password
    		if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) {  // and it doesn't match the cookie
    			?>
    
    			<p class="nocomments">This post is password protected. Enter the password to view comments.
    
    			<?php
    			return;
    		}
    	}
    
    	/* This variable is for alternating comment background */
    	$oddcomment = 'class="alt comm_items" ';
    ?>
    
    <!-- You can start editing here. -->
    
    <?php if ($comments) : ?>
    	<h2 id="comment_title">Comments:</h2>
    
    	<div class="commentlist">
    
    	<?php foreach ($comments as $comment) : ?>
    
    		<div <?php echo $oddcomment; ?>id="comment-<?php comment_ID() ?>">
            	<div class="commentmetadata"><?php comment_author_link() ?> <span>says...</span></div>
    			<?php if ($comment->comment_approved == '0') : ?>
    			<em>Your comment is awaiting moderation.</em>
    			<?php endif; ?>
    
    			<div class="commentmetadata_text"><?php comment_text() ?></div>
            	<div class="commentmetadata_end">Posted on: <span><?php comment_date('j/M/Y') ?>@<?php comment_time() ?></span></div>
    
    		</div>
    		<div class="clear"></div>
    	<?php
    		/* Changes every other comment to a different class */
    		$oddcomment = ( empty( $oddcomment ) ) ? 'class="comm_items alt" ' : 'class="comm_items"';
    	?>
    
    	<?php endforeach; /* end for each comment */ ?>
    
    	</div>
    
     <?php else : // this is displayed if there are no comments so far ?>
    
    	<?php if ('open' == $post->comment_status) : ?>
    		<!-- If comments are open, but there are no comments. -->
    
    	 <?php else : // comments are closed ?>
    		<!-- If comments are closed. -->
    		<p class="nocomments">Comments are closed.
    
    	<?php endif; ?>
    <?php endif; ?>
    
    <?php if ('open' == $post->comment_status) : ?>
    
    <div id="respond_box">
    <h3 id="respond">Post a comment</h3>
    
    <?php if ( get_option('comment_registration') && !$user_ID ) : ?>
    You must be <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>">logged in</a> to post a comment.
    
    <?php else : ?>
    
    <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
    
    <?php if ( $user_ID ) : ?>
    
    Logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="Log out of this account">Logout &raquo;</a>
    
    <?php else : ?>
    
    <input type="text" name="author" class="comm_input_text" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" />
    <label for="author">Name <?php if ($req) echo "(required)"; ?></label>
    
    <input type="text" name="email" class="comm_input_text" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" />
    <label for="email">Mail (will not be published) <?php if ($req) echo "(required)"; ?></label>
    
    <input type="text" name="url" class="comm_input_text" id="url" value="<?php echo $comment_author_url; ?>" size="22" tabindex="3" />
    <label for="url">Website</label>
    
    <?php endif; ?>
    
    <!--<strong>XHTML:</strong> You can use these tags: <code><?php echo allowed_tags(); ?></code></small>
    -->
    
    <textarea name="comment" class="comm_textarea_text" id="comment" cols="40" rows="6" tabindex="4"></textarea>
    
    <input name="submit" type="image" src="<?=bloginfo('template_url')?>/images/comm_sub.gif" id="submit" tabindex="5" value="Submit Comment" />
    <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
    
    <?php do_action('comment_form', $post->ID); ?>
    
    </form>
    
    <?php endif; // If registration required and not logged in ?>
    
    <?php endif; // if you delete this the sky will fall on your head ?>
    </div>
    Thread Starter rstar

    (@rstar)

    here is a fresh install with the theme copied over…same problem

    http://scsvinylworks.com/wordpressWorking/?p=3

Viewing 13 replies - 1 through 13 (of 13 total)