• I implore you to help me.

    My wordpress site has been working fine: https://www.kidcityny.com. Then, yesterday i put up a post that had text and images. It was working fine. Then, as I began adding more images (NOT gallery images, but regular images) all of a sudden, the post disappeared–the title was still there but all the content was gone.

    I did a search on your site and found that I needed to change the pcre.trackback in php.ini. We did that. My hosting company said the htaccess was also pointing to the wrong php file so they fixed that.

    Finally, they said there was some kind of problem with the place wordpress was uploading my files–that was messing it up.

    We got it working.
    But now this morning, I am once again having the problem. According to my hosting company it has nothing to do with them, so they can’t help me–it is a “wordpress thing” tjhey say.

    Can you please please help me?

    What is wrong? What is happening?

    I’m desperate!

Viewing 7 replies - 1 through 7 (of 7 total)
  • why are you redirecting from root to a folder? /cpw

    also, you have quite a few errors

    Thread Starter kidcityny

    (@kidcityny)

    hi:

    First thanks for trying to help me. Second, I have now moved the blog and it is no longer in the sub-directory it is on kidcityny.com.

    However, when I look at the errors page you sent, there is a problem. The problem is that none of the errors come from what I wrote in the post, they are all from the code apparently. For example–there are numerous times when the error says “end tag for element “p” which is not open”. However, I do not have any <p> tags in my post–in other words, there may be p tags but none that I put into my post–the errors must be in the template code. I don’t know anything about coding so how am I to fix them?

    Finally, what does that have to do with the post not showing up? is there a particular error that is impacting my images?

    Please help.

    the errors aren’t necessarily anything you did…could be plugins or your theme even…or stuff you embed
    you need to click the line number by each error and it will show you the source, thus giving you a clue as to what causes it
    as you fix the errors, usually many more are fixed as they are cascading
    this many errors can affect display

    Thread Starter kidcityny

    (@kidcityny)

    Hi.

    Here’s the deal, maybe I said it in too confusing a way before. I see the code, BUT teh majority of errors ARE NOT from anything I have done–they are things that must be part of the theme.

    But here is my issue, I am not familiar with coding, so if these are errors in the theme code, is there anything I can do about them? I don’t know how to fix anything like that.

    For example, it says there are open “>” burt when I look at my posts, they are fine. Do you see what i am saying?

    What I merely want to do is get my site so that i can put up lots of images and not have it completely eliminate the post–and only show the title.

    Do you know how to do this or what is happening?

    Thread Starter kidcityny

    (@kidcityny)

    let me try to say this more clearly.

    So, if I go to the error page you sent me to, and I click on an error, it brings me to the page with the mistaken code. I can see the problem HOWEVER, when I go to the post itself and click on HTML I DO NOT SEE the same code. So therefore, something other than my own writing is creating this problematic code.

    I don’t know where to even begin figuring out how to get rid of the problem if I am not causing it. Does this make sense? So advise is welcome..

    Same problem here.

    I was writing a post, and trying to save it, but when I did the content went away and I can’t type in it anymore.

    Same with other post, I can enter each post but the content is not accessible.

    There were only random red horizontal lines left in the content box.

    please advice

    Hi guys,

    Problem solved, I just found the following post to be super useful.

    https://www.narga.net/post-content-disappear/

    the third tip solved my problem, which is to add

    define( ‘CONCATENATE_SCRIPTS’, false );

    to wp-config.php

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Post Disappears! (Title Stays)’ is closed to new replies.