Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • I agree that it works. But with dozens of sites, it’s a pita to have to do it for each site. Why on earth won’t the author upgrade, since it would be so simple?

    Thread Starter potentmix

    (@potentmix)

    That did it! Snoopy’s a contented dog now. Thanks for the find.

    Thread Starter potentmix

    (@potentmix)

    That crummy message appears on my site at the bottom of my sidebar. Any ideas on how to fix this? Anyone?

    Is there some place you can put in a ticket?

    Thread Starter potentmix

    (@potentmix)

    Well, I’m now able to publish posts after uploading the latest Google XML Sitemap plugin. The older version was the culprit there. Still, this bug needs to be addressed.

    Thread Starter potentmix

    (@potentmix)

    Yeah, I used the Automatic Upgrade plugin. Still can’t publish posts.

    Thread Starter potentmix

    (@potentmix)

    Well, at least, I’m not hanging out there alone. I upgraded a couple of other sites without incident. Can you publish posts?

    Thread Starter potentmix

    (@potentmix)

    Thank you. That solved the problem. Whew, the devil is in the details. Thanks again.

    Thread Starter potentmix

    (@potentmix)

    Is there no support available through WordPress for something like this. I now have some info on the trojan which I got from my anti-virus log as follows:

    Details:

    This malicious JavaScript (JS) may be downloaded from remote site(s) by other malware. It may be dropped by other malware. It may be downloaded unknowingly by a user when visiting malicious Web site(s).

    It accesses the following Web site to download a malicious file:

    http://bds.{BLOCKED}.fr/ssp/index.php?a=3&c=3 – detected by Trend Micro as TROJ_PAKES.SN.
    It saves the downloaded file as C:\Documents and Settings\{User Name}\tmpms45.exe.

    It then executes the downloaded file(s). As a result, malicious routines of the downloaded Trojan are exhibited on the affected system.

    Has anyone had trojan attempts made by TROJ_PAKES.SN? I can’t even use my dashboard because of the Activex popup every time I try.

    I sure would appreciate any help.

    Thread Starter potentmix

    (@potentmix)

    Anyone have any input on this? Friends are telling me that their anti-virus programs are picking up trojan threats on all my sites with this host.

    Forum: Fixing WordPress
    In reply to: RSS Feed Broken
    Thread Starter potentmix

    (@potentmix)

    Blank lines was the problem.

    What I did was download the theme again. Then I deleted the old theme and uploaded the new download. I then uploaded old files again, as required, and the RSS feed works just fine now with the theme I have used from the beginning – the one I like.

    No more blank lines! What caused the problem? I haven’t a clue. All I know is that it’s now resolved.

    Thanks for all the help.

    Forum: Fixing WordPress
    In reply to: RSS Feed Broken
    Thread Starter potentmix

    (@potentmix)

    I changed themes and that fixed it, but I would prefer the previous theme if I can make it work.

    It does have a functions.php file. Any suggestions for what to do with it?

    Forum: Fixing WordPress
    In reply to: RSS Feed Broken
    Thread Starter potentmix

    (@potentmix)

    As I mentioned earlier, wp-config.php has no open lines top or bottom. I’m in way over my head here, and really have no idea where to look, since I’m new to wordpress and php.

    ARe there any other files that might be likely culprits? None of my plugins have anything to do with RSS. Again, thanks for your efforts at support.

    Forum: Fixing WordPress
    In reply to: RSS Feed Broken
    Thread Starter potentmix

    (@potentmix)

    Ah ha! No problem with the default theme. So, it seems it’s theme related, I’ve have always used the problem theme and the feed worked previous to upgrading to 2.3.1, I use that theme for another site that’s still 2.2.2 and the feed works fine. Since I only know how to use Fantastico, I don’t know how to revert to 2.2.2.

    So, I guess I need to change themes, and I liked that one so well. Oh well. Thanks for your help.

    Forum: Fixing WordPress
    In reply to: RSS Feed Broken
    Thread Starter potentmix

    (@potentmix)

    Well it starts at line 1 and ends with no additional lines that are numbered. I haven’t added any plugins lately.

    Forum: Fixing WordPress
    In reply to: RSS Feed Broken
    Thread Starter potentmix

    (@potentmix)

    Thanks for getting back to me. I still have no idea what to do. Before deactivating plugins could you please tell me if the wp-config.php code is in error? Here it is:

    <?php
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘acneecom_wrdp1’); // The name of the database
    define(‘DB_USER’, ‘acneecom_wrdp1’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘xxxxxxxxxxx’); // …and password
    define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
    define(‘DB_CHARSET’, ‘utf8’);
    define(‘DB_COLLATE’, ”);

    // You can have multiple installations in one database if you give each a unique prefix
    $table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!

    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-content/languages.
    // For example, install de.mo to wp-content/languages and set WPLANG to ‘de’
    // to enable German language support.
    define (‘WPLANG’, ”);

    /* That’s all, stop editing! Happy blogging. */

    define(‘ABSPATH’, dirname(__FILE__).’/’);
    require_once(ABSPATH.’wp-settings.php’);
    ?>

    Thanks

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