• Resolved ming725

    (@ming725)


    Hi, my ftp permission have been set to 777. I have been uploading images for post in June successfully. However I just found when i upload the image to the post, it has not been shown. And the folder (upload/2012/07) is still empty. All the setting is the same. my Wp is v3.3.2, is that the reason?? please help.

Viewing 15 replies - 1 through 15 (of 15 total)
  • Can you post your site URL?

    Thread Starter ming725

    (@ming725)

    Here s the URL http://www.ganbeihk.com. Thz

    Thread Starter ming725

    (@ming725)

    sorry, krishna, do you know what makes my upload failed? Im still looking for the solution.

    Can you check if all your previous posts are still in tact?

    Thread Starter ming725

    (@ming725)

    everything still fine in june, not july, I can’t upload my image back in time, can I? nothing can be upload to the folder (upload/2012/07). I tried the localhost, it work fine. Thats so strange.

    Try this:

    1. Deactivate all the plugins
    2. Revert to Twenty Eleven theme to see if any theme specific problems are there.

    You may try these and let us know.

    Thread Starter ming725

    (@ming725)

    I deactivated all the plugin, revert to twenty eleven theme, added new post, inserted photo, still no photo can be added. what is that mean?? the hosting server got problem??

    It seems much of your content is not present in your site/ server. Did you check your site?

    Thread Starter ming725

    (@ming725)

    what do you mean my content is not presented? it work on my local host and it worked last month. everything was fine unless the image upload. I only want one image and the title show in the page as a catalog. This is the code of one page.

    <?php
    
    	/*
    		Template Name: appetizers
    	*/
    ?>
    
    <?php get_header(); ?>
    
    <div id='main-content'>
    
    	<h1 id="content-title"><font size="4" color="#ff5854" face="Arial, Helvetica, sans-serif">自家美食</font><div id="facebook"><a href="https://www.facebook.com/Kanpaihk/"><img src="<?php bloginfo('template_directory'); ?>/images/facebook-01.png" /></a></div></h1>
    
        <h2 id="food_menu"><img src="<?php bloginfo('template_directory'); ?>/images/fm7_cold.png" style="border-style:none;" usemap="#Map2"/></h2>
       <map name="Map2" id="Map2">
    	<area shape="rect" coords="53,2,181,26" href="http://localhost:8888/grill-seafood/"/>
    	<area shape="rect" coords="194,2,316,26" href="http://localhost:8888/baked-2/" />
    	<area shape="rect" coords="329,1,451,25" href="http://localhost:8888/grilled-meats/" />
    	<area shape="rect" coords="463,2,589,26" href="http://localhost:8888/veg-2/" />
    	<area shape="rect" coords="85,32,188,56" href="http://localhost:8888/fried-2/" />
    	<area shape="rect" coords="199,32,365,57" href="http://localhost:8888/ramen-2/" />
    	<area shape="rect" coords="378,32,546,56" href="http://localhost:8888/appetizers/" />
    
       </map>
      <div id="content_wrap">
    
    <?php
    $paged = ( intval(get_query_var('paged')) ) ? intval(get_query_var('paged')) : 1;
    $args = array(
       'posts_per_page' => 9,
       'post_type' => 'apptiz',
       'paged' => $paged
    );
    query_posts($args);
    if (have_posts()) : while (have_posts()) : the_post();
          include (TEMPLATEPATH . '/inc/meta.php');
       endwhile;
    endif;
    ?>
    
    <div id="pagination">
    <?php wp_pagenavi(); ?>
    </div>
    
       </div><!-- End content-wrap -->
    
       <?php wp_reset_query(); ?>
    </div> <!-- End main-content -->
    
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>

    Do you know why the upload still fail even after i switched to another theme?

    Thread Starter ming725

    (@ming725)

    Sorry, Krishna, I know what you mean by no content, my site have a custom menu bar in the wp-admin, which the twenty eleven theme haven’t, so it won’t have any content in the twenty eleven.

    preview: http://www.gospark.com.hk/01/wp.png

    I think the content isn’t the cause of the image upload. I tried to upload the image from the ftp. it work, only can upload from the admin. Should I re-install the whole wordpress?? But many thanks anyway. Krish

    Check dashboard, settings, media, Uploading Files, Store uploads in this folder and make sure it is blank or has wp-content/uploads with no slash in front of wp-content.

    Yes, you may re-upload WordPress. But before that make a complete backup of your site. I find many problems like plugins that were not updated, old version of WordPress, possible conflicts between these, and above all, the server configurations also change with upgrades of WordPress. I earlier found problems with your theme also, which was either broken or conflicting with other software and settings. So, the problem is not one that prevents you from certain things like image upload.

    Thread Starter ming725

    (@ming725)

    Ok, thanks, I will try to re-upload the wp-press. Thanks

    Thread Starter ming725

    (@ming725)

    I have re-uploaded the newest version wp. The problem solved. I can upload the image now. But is that mean every time the wordpress have updated then i have to reinstall again?? But thank you so much guys. you guys are very handy when I was desperate.

    Glad to see that you could solve the problem!

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

The topic ‘image upload, but the folder is still empty.’ is closed to new replies.