Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Afterthought- http://www.yourchoicewebsite.com was a poor choice in wording that could cause confusion.. I meant your original website.

    Regards

    In my novice wisdom I’m assuming that you have a site under construction that you don’t want everyone to see?

    Have you tried something like this (for logic, you have to mess with the conditions)?

    RewriteEngine on
    # Redirect all except your IPs
    RewriteCond %{REMOTE_ADDR} !^12.345\.234\.701$
    RewriteCond %{REMOTE_ADDR} !^22.345\.345\.801$
    RewriteCond %{REMOTE_ADDR} !^32.345\.678\.901$
    RewriteRule /index.php http://www.yourchoicewebsite.com/index.php [R=301,L]
    (or 302 and/or R depending on your purpose..)

    Well I guess I should take the second to publish my post before I feed the screaming baby! Again, good luck

    Ahhh.. I remember this. I found my fix here:
    http://codex.ww.wp.xz.cn/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F

    As for your cron.php problem, the fix above may help but you didn’t give us much to go by in order to troubleshoot, however I can throw some thoughts out there:

    While I often see cron.php referenced, I don’t recall ever seeing wp-cron/tnd.php.

    I know this may seem like a stupid question, but somehow the obvious escapes people, including me.. Is your cron.php where it should be?

    Can you post to your blog and then delete it?

    Also, did you try disabling the Simple Featured Posts Widget to see if it solves anything? (Trying to think of things related to posting since cron can call for it)

    Another thing to try is switching your Genesis theme (assuming that it is your parent theme) to see if there’s a difference in errors.

    Good Luck

    If you want to make WordPress sites within just 2-3 hours AND be able to customize it, but don’t want to learn any code, I suggest Artisteer.

    If you want the site to be truly dynamic, work with all plugins, AND not have too many problems as WordPress updates in the future, I suggest you just dedicate a weekend or two to learn PHP, HTML, and CSS.

    Udemy has some free (50+) video courses on WordPress, some of which are “follow along”, and Youtube has a bit on Artisteer. Udemy classes have dedicated forums for questions and so does Artisteer. I personally found Artisteer to be limiting and very vague with their code. Many people swear by it though.

    Good Luck in your endeavor.

    I have never used it and a search reveals a lot of conflict regarding the subject. I’m sure someone will answer you soon. Since we already know the plugin isn’t working right I wouldn’t trust it regardless of what other people say though. Make sure you have a backup of the images, even if they seem sure you can.

    Good luck to you Danny.

    Danny,
    I only know about the server error via the console in my Chrome browser.
    It displays-Uncaught TypeError: jQuery(…).nggShowSlideshow is not a function http://www.sonicracingaustralia.com/ Failed to load resource: the server responded with a status of 500 (Internal Server Error)

    I double-checked it by checking out your theme in whatwpthemeisthat.com. It also claims you have the 500 error.

    If you want to duplicate this for yourself, go to your site in Chrome and right click>inspect elements>console

    The error-Uncaught TypeError: jQuery(…).nggShowSlideshow is not a function
    makes me believe that your problem is the nextgen gallery plugin. I believe you disabled it earlier when I was looking because the errors went away, but came back again later when you re-enabled it.

    Try disabling the plugin yourself with the console open and seeing what happens. I think the answer to your problem is another gallery plugin, but maybe it got corrupt and you just need to reinstall it.

    Thread Starter epicsockmonkey

    (@epicsockmonkey)

    Umm..no. You didn’t clear your cache. Stop being a creep. I resolved this thread. Unless you wanna shake your booty in my strip-tease class, don’t email me either!

    Hostgator has a c-panel. You can just delete the WordPress files from there.

    Danny,
    You have a 500 (Internal Server Error). This means that anything that is server-side will not render correctly or at all. I can’t give you much more information than that because I don’t know enough about your site. A bad .htaccess or server misconfiguration can commonly do that. You can try deleting the .htaccess file to rule it out, though.

    The problem with you seeing the site differently while logged out may be a caching issue. Do you have a caching plugin installed, something like WP Super Cache? If so, try disabling it.

    It looks like you put a lot of work into your site and I know it stinks to see such problems. You’ll get through it.

    The plugin that did it to mine was Sweet Captcha, but it seems most have the same likelihood of being exploited to some degree.

    Try logging in directly through the URL instead of the site. I can pull your login page up at http://www.whatyvonneloves.com/wp-login.php

    I know how you feel. I went through a similar problem and found the culprit to be a plugin that I was using. I noticed that your redirects are identical to mine. Try removing your plugins before going too crazy. Remember to clear your cache between changes or you may not see them. Computers remember the garbage and display it even if it isn’t really there anymore if you don’t.

    Good Luck

    Thread Starter epicsockmonkey

    (@epicsockmonkey)

    I thank you for the link and am looking at it. I was interested in what others had to say for many reasons. One was because this is a unique learning experience for me and I wanted more input than just an article. I’m happy I got it and believe I resolved the problem. I think the culprit is a plugin I was using called Sweet Captcha. I’m basing this off my console actions in the dev toolbar. I deleted it and cleared my cache and all seems right in the world

    Thanksand the article is a great reference!

    Thread Starter epicsockmonkey

    (@epicsockmonkey)

    The only time I find these pop-ups is when I click on the events page, with my antivirus off and pop-up protection disabled. It doesn’t happen on any other page. It isn’t the act of clicking because if I enable maintenance mode on the page, the splash shows up without the popups when it’s clicked. This tells me that it isn’t the actual act of clicking the menu. Since this is the site’s “blog” so to speak, I’m under the impression that the problem resides in my database.

    It didn’t get it fixed and was debating whether purchasing Sucuri would be fruitful. The fact is, I won’t be wasting my money since there is obviously a security issue that’s being over-looked. It got in somehow. I have very limited knowledge on databases so I am hoping to find a program that can “search” it.

    Thread Starter epicsockmonkey

    (@epicsockmonkey)

    I did. No luck.

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