potentmix
Forum Replies Created
-
Forum: Plugins
In reply to: Simple Tags can’t work with WordPress 2.9 RCI 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?
Forum: Fixing WordPress
In reply to: 2.6 – Fatal error: Cannot redeclare class snoopy….That did it! Snoopy’s a contented dog now. Thanks for the find.
Forum: Fixing WordPress
In reply to: 2.6 – Fatal error: Cannot redeclare class snoopy….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?
Forum: Fixing WordPress
In reply to: 2.6 – Fatal error: Cannot redeclare class snoopy….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.
Forum: Fixing WordPress
In reply to: 2.6 – Fatal error: Cannot redeclare class snoopy….Yeah, I used the Automatic Upgrade plugin. Still can’t publish posts.
Forum: Fixing WordPress
In reply to: 2.6 – Fatal error: Cannot redeclare class snoopy….Well, at least, I’m not hanging out there alone. I upgraded a couple of other sites without incident. Can you publish posts?
Forum: Installing WordPress
In reply to: Widgets Won’t Align ProperlyThank you. That solved the problem. Whew, the devil is in the details. Thanks again.
Forum: Installing WordPress
In reply to: ActiveX Popup Shows Up on Access of Dashboard, etc.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.
Forum: Installing WordPress
In reply to: ActiveX Popup Shows Up on Access of Dashboard, etc.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 BrokenBlank 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 BrokenI 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 BrokenAs 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 BrokenAh 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 BrokenWell 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 BrokenThanks 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