<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Tag: wp-includes</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: wp-includes</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 11:26:50 +0000</pubDate>

<item>
<title>nicholasjcoleman on "Scriptaculous 404 Errors"</title>
<link>http://wordpress.org/support/topic/334465#post-1290498</link>
<pubDate>Mon, 23 Nov 2009 01:07:08 +0000</pubDate>
<dc:creator>nicholasjcoleman</dc:creator>
<guid isPermaLink="false">1290498@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Fixed it!&#60;/p&#62;
&#60;p&#62;It's an error in the d13slideshow plugin.&#60;/p&#62;
&#60;p&#62;That plugin calls and loads:&#60;br /&#62;
wp-includes/js/scriptaculous/scriptaculous.js&#60;br /&#62;
which is part of Wordpress core... for some reason, this loads the scriptaculous effects with a prefix of &#34;wp-&#34;.&#60;/p&#62;
&#60;p&#62;I altered the d13slideshow.php file to call:&#60;br /&#62;
wp-includes/js/scriptaculous/wp-scriptaculous.js&#60;br /&#62;
which is ALSO part of Wordpress core and it now no longer loads the effects files with the (incorrect) &#34;wp-&#34; prefix.&#60;/p&#62;
&#60;p&#62;I've notified the plugin author... problem solved (got rid of THOUSANDS of 404 errors, thankfully).
&#60;/p&#62;</description>
</item>
<item>
<title>alism on "Scriptaculous 404 Errors"</title>
<link>http://wordpress.org/support/topic/334465#post-1290469</link>
<pubDate>Mon, 23 Nov 2009 00:09:11 +0000</pubDate>
<dc:creator>alism</dc:creator>
<guid isPermaLink="false">1290469@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Yeah, I think you're probably right there. &#60;/p&#62;
&#60;p&#62;(for some reason I didn't twig above that Scriptaculous was part of WP core - not sure why! Brain is absent today, sorry)
&#60;/p&#62;</description>
</item>
<item>
<title>nicholasjcoleman on "Scriptaculous 404 Errors"</title>
<link>http://wordpress.org/support/topic/334465#post-1290465</link>
<pubDate>Mon, 23 Nov 2009 00:05:56 +0000</pubDate>
<dc:creator>nicholasjcoleman</dc:creator>
<guid isPermaLink="false">1290465@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Spoke too soon... I think maybe it's a result of a plugin that's trying to load the Scriptaculous libraries and is doing it from the base Wordpress includes...
&#60;/p&#62;</description>
</item>
<item>
<title>nicholasjcoleman on "Scriptaculous 404 Errors"</title>
<link>http://wordpress.org/support/topic/334465#post-1290461</link>
<pubDate>Sun, 22 Nov 2009 23:58:14 +0000</pubDate>
<dc:creator>nicholasjcoleman</dc:creator>
<guid isPermaLink="false">1290461@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Since these files are located in the wp-includes folder, I'm guessing that part of Wordpress base install uses Scriptaculous code to work... and probably, doesn't use these specific modules, but is loading them anyway... except the base Wordpress install doesn't use the files, so they aren't in the folder at all.&#60;/p&#62;
&#60;p&#62;So... that begs the question, why are they being called? Is this intentional?
&#60;/p&#62;</description>
</item>
<item>
<title>alism on "Scriptaculous 404 Errors"</title>
<link>http://wordpress.org/support/topic/334465#post-1290267</link>
<pubDate>Sun, 22 Nov 2009 19:35:14 +0000</pubDate>
<dc:creator>alism</dc:creator>
<guid isPermaLink="false">1290267@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Have a look at this file:&#60;br /&#62;
&#60;a href=&#34;http://after.davecrossweddings.com/wp-includes/js/scriptaculous/scriptaculous.js&#34; rel=&#34;nofollow&#34;&#62;http://after.davecrossweddings.com/wp-includes/js/scriptaculous/scriptaculous.js&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Now I'm no Javascript expert or anything, but it looks like this part:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;var includes = s.src.match(/\?.*load=([a-z,]*)/);
      (includes ? includes[1] : &#38;#39;builder,effects,dragdrop,controls,slider,sound&#38;#39;).split(&#38;#39;,&#38;#39;).each(
       function(include) { Scriptaculous.require(path+include+&#38;#39;.js&#38;#39;) });&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;...is looking for those files, which as you say, don't exist. So you've either got some files left to upload, or a bit of unnecessary script. I'd probably go back to whoever created scriptaculous.
&#60;/p&#62;</description>
</item>
<item>
<title>nicholasjcoleman on "Scriptaculous 404 Errors"</title>
<link>http://wordpress.org/support/topic/334465#post-1290229</link>
<pubDate>Sun, 22 Nov 2009 18:42:33 +0000</pubDate>
<dc:creator>nicholasjcoleman</dc:creator>
<guid isPermaLink="false">1290229@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm stumped!&#60;/p&#62;
&#60;p&#62;I'm receiving DOZENS of 404 errors in my logs, all pointing to:&#60;/p&#62;
&#60;p&#62;/wp-includes​/js​/scriptaculous​/wp-slider.js&#60;br /&#62;
​/wp-includes​/js​/scriptaculous​/wp-sound.js&#60;br /&#62;
/wp-includes​/js​/scriptaculous​/wp-controls.js&#60;br /&#62;
​/wp-includes​/js​/scriptaculous​/wp-effects.js&#60;br /&#62;
/wp-includes​/js​/scriptaculous​/wp-sound.js&#60;br /&#62;
/wp-includes​/js​/scriptaculous​/wp-dragdrop.js&#60;br /&#62;
/wp-includes​/js​/scriptaculous​/wp-builder.js&#60;/p&#62;
&#60;p&#62;Site located at &#60;a&#62;http://after.davecrossweddings.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>rocksta9 on "Can't edit posts?"</title>
<link>http://wordpress.org/support/topic/329299#post-1273407</link>
<pubDate>Sat, 07 Nov 2009 15:57:39 +0000</pubDate>
<dc:creator>rocksta9</dc:creator>
<guid isPermaLink="false">1273407@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hey guys,&#60;/p&#62;
&#60;p&#62;I updated to the next version of wordpress on my blog, and suddenly I can't edit any posts. I can type in my edits, but when I click &#34;update post&#34;, I get a blank screen with this error:&#60;/p&#62;
&#60;p&#62;Fatal error: Call to undefined method HeadSpace2::_weak_escape() in /home/rocksta9/public_html/theblog/wp-includes/wp-db.php on line 487&#60;/p&#62;
&#60;p&#62;Help??&#60;/p&#62;
&#60;p&#62;Thanks in advance. :)
&#60;/p&#62;</description>
</item>
<item>
<title>Dave333 on "Temporary failure in name resolution"</title>
<link>http://wordpress.org/support/topic/326327#post-1267642</link>
<pubDate>Mon, 02 Nov 2009 23:26:14 +0000</pubDate>
<dc:creator>Dave333</dc:creator>
<guid isPermaLink="false">1267642@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have considered that yes.  I have had more than my share of pain with this host.  They are 3ix.com and I would avoid them like the plague for many reasons, not just this one. &#60;/p&#62;
&#60;p&#62;However, I have been reading up on curl versus fopensock and it seems that many webhosts disable the fsockopen function due to it's vulnerabilities being exploited by hackers.  &#60;/p&#62;
&#60;p&#62;So I would have to find a host that has not disabled fsockopen and hope that they don't disable it in future.  &#60;/p&#62;
&#60;p&#62;Do you know of any that fit those critera?
&#60;/p&#62;</description>
</item>
<item>
<title>iridiax on "Temporary failure in name resolution"</title>
<link>http://wordpress.org/support/topic/326327#post-1267372</link>
<pubDate>Mon, 02 Nov 2009 19:12:18 +0000</pubDate>
<dc:creator>iridiax</dc:creator>
<guid isPermaLink="false">1267372@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Have you considered switching to a different web host? You shouldn't have to put up with fsockopen errors or edit core WordPress files to get WordPress working (which you'll have to do with every WordPress update).
&#60;/p&#62;</description>
</item>
<item>
<title>Dave333 on "Temporary failure in name resolution"</title>
<link>http://wordpress.org/support/topic/326327#post-1267315</link>
<pubDate>Mon, 02 Nov 2009 18:06:47 +0000</pubDate>
<dc:creator>Dave333</dc:creator>
<guid isPermaLink="false">1267315@http://wordpress.org/support/</guid>
<description>&#60;p&#62;More on this ongoing problem. I wasn't just image caption plugin as I had suspected.  That reduced the errors, but didn't solve the issue entirely.   After spending many hours on this with support I am told:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
We can see the warning on page&#60;/p&#62;
&#60;p&#62;Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/pyramidt/public_html/pyramidofman/blog/wp-includes/class-snoopy.php on line 1142&#60;/p&#62;
&#60;p&#62;We do not allow &#34;allow_url_fopen&#34; and &#34;allow_url_include&#34; on our servers due to server security.&#60;br /&#62;
But you can use a functionin curl instead of &#34;file_get_contents()&#34; which will perform the same task for you.
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Does anyone know how to implement this?&#60;/p&#62;
&#60;p&#62;Does this just go in the class-snoopy.php file?
&#60;/p&#62;</description>
</item>
<item>
<title>Dave333 on "Temporary failure in name resolution"</title>
<link>http://wordpress.org/support/topic/326327#post-1265231</link>
<pubDate>Sat, 31 Oct 2009 10:20:46 +0000</pubDate>
<dc:creator>Dave333</dc:creator>
<guid isPermaLink="false">1265231@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Things were worse than I thought, I realised I was unable to post to my blog, it kept throwing those same errors:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/account/public_html/sitefolder/blog/wp-includes/class-snoopy.php on line 1142
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;After much troubleshooting with a support guy it seems that it is because they have changed something.  This is what he said:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
We have disabled allow_url_fopen  php configuration  on the server due to its hacking vulnerabilities , very few applications require it, and by disabling it we  will prevent exploitation of PHP remote include vulnerabilities.&#60;/p&#62;
&#60;p&#62;Applications that do require it can be modified to use cURL instead.&#60;/p&#62;
&#60;p&#62;Please contact your developer and modify the code in your filename.php as follows.&#60;/p&#62;
&#60;p&#62;Instead of:&#60;/p&#62;
&#60;p&#62; $file_contents = file_get_contents('http://example.com/ ');&#60;br /&#62;
  // display file&#60;br /&#62;
  echo $file_contents;&#60;br /&#62;
  ?&#38;gt;&#60;/p&#62;
&#60;p&#62;Use this:&#60;/p&#62;
&#60;p&#62;  `$ch = curl_init();&#60;br /&#62;
  $timeout = 5; // set to zero for no timeout&#60;br /&#62;
  curl_setopt ($ch, CURLOPT_URL, 'http://example.com ');&#60;br /&#62;
  curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);&#60;br /&#62;
  curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout);&#60;br /&#62;
  $file_contents = curl_exec($ch);&#60;br /&#62;
  curl_close($ch);&#60;br /&#62;
  // display file&#60;br /&#62;
  echo $file_contents;&#60;br /&#62;
  ?&#38;gt;
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I don't really know what that means or what file to change. &#60;/p&#62;
&#60;p&#62;He then said he'd re-enabe the allow_url_fopen  php configuration but ssaid that it actually made no difference and that the problems were actually being caused by bad coding on my blog.  But I hadn't changed anything so I am not sure what he was referring to exactly.&#60;/p&#62;
&#60;p&#62;I then did what I should have done at first seeing this problem.  I turned all my plugins off.  The problem went away.  One by one I turned them back on. Until I got to &#60;/p&#62;
&#60;p&#62;&#60;strong&#62;image caption&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;This was the culprit!&#60;/p&#62;
&#60;p&#62;I am not sure what it is about this particular plugin that suddenly has a disagreement with my blog but leaving it off solves the problem.  But I like this plugin and would lke to use it so I looked at the code.  I recognise the call to &#60;/p&#62;
&#60;p&#62;class-snoopy.php&#60;/p&#62;
&#60;p&#62;that was mentioned in the error message.  &#60;/p&#62;
&#60;p&#62;I don't know what all this means but I am hoping that someone else might be able to help.  What is it about this plugin that suddenly stuffed up my blog with this errors and firewall restrictions on the outgoing connections?&#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;(PS: I know it would be more helpful if I posted a link to the site but I'd rather not make the address of the site public....sorry.)
&#60;/p&#62;</description>
</item>
<item>
<title>ahlex on "jquery included in WP 2.8 not working"</title>
<link>http://wordpress.org/support/topic/290069#post-1264199</link>
<pubDate>Fri, 30 Oct 2009 10:03:38 +0000</pubDate>
<dc:creator>ahlex</dc:creator>
<guid isPermaLink="false">1264199@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks a lot Kawauso. I did actually overwrite the jquery file of wordpress so that my script worked. But unfortunately many of the js wordpress functions didn't work then.&#60;/p&#62;
&#60;p&#62;I'm glad I've found your reply now a few months later, so I could finally get everything working.&#60;/p&#62;
&#60;p&#62;So for everyone who's using cross-slide with wordpress: replacing &#34;$(&#34; with &#34;jQuery(&#34; works fine!
&#60;/p&#62;</description>
</item>
<item>
<title>Dave333 on "Temporary failure in name resolution"</title>
<link>http://wordpress.org/support/topic/326327#post-1263882</link>
<pubDate>Thu, 29 Oct 2009 23:55:01 +0000</pubDate>
<dc:creator>Dave333</dc:creator>
<guid isPermaLink="false">1263882@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am working with my webhost to resolve this as it seems that when the PHP function fsockopen() throws errors it is because of firewall restrictions on the outgoing connections. &#60;/p&#62;
&#60;p&#62;I've changed nothing on my blog to cause this problem so I assume my host has tightened their firewall settigns or something.
&#60;/p&#62;</description>
</item>
<item>
<title>esmi on "Temporary failure in name resolution"</title>
<link>http://wordpress.org/support/topic/326327#post-1263811</link>
<pubDate>Thu, 29 Oct 2009 22:56:57 +0000</pubDate>
<dc:creator>esmi</dc:creator>
<guid isPermaLink="false">1263811@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Without knowing where your site is, who can say...
&#60;/p&#62;</description>
</item>
<item>
<title>Dave333 on "Temporary failure in name resolution"</title>
<link>http://wordpress.org/support/topic/326327#post-1263698</link>
<pubDate>Thu, 29 Oct 2009 21:14:28 +0000</pubDate>
<dc:creator>Dave333</dc:creator>
<guid isPermaLink="false">1263698@http://wordpress.org/support/</guid>
<description>&#60;p&#62;First thing this morning I go to my blog and notice these errors appearing several times at the top of several posts on my blog:&#60;/p&#62;
&#60;p&#62;Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/account/public_html/sitefolder/blog/wp-includes/class-snoopy.php on line 1142&#60;/p&#62;
&#60;p&#62;It doesn't appear on every post though and I don't know why this suddenly just started happening.  I haven't changed anything.  I saw some mentions of it elsewhere on this forum and it was apparently attributed to Twitter Tools.  So I have disabled that plug but there is not change, the errors still appear.  &#60;/p&#62;
&#60;p&#62;It's also revealing the structure of my folders so that anyone can look inside blog/wp-includes which I am not really happy about either.  I suppose there is a way of blocking http access to this folder via my .htaccess file but that's a minor detail.  I'd rather not have the error occur in the first place.&#60;/p&#62;
&#60;p&#62;I;ve started disabling other plugins but nothing seems to stop the error from occurring and I don't see how this can all happen over night while I am asleep without any changes being made by me.&#60;/p&#62;
&#60;p&#62;Have I been hacked into?
&#60;/p&#62;</description>
</item>
<item>
<title>cyber8 on "Wordpress File Permissions"</title>
<link>http://wordpress.org/support/topic/318153#post-1238472</link>
<pubDate>Wed, 07 Oct 2009 17:18:24 +0000</pubDate>
<dc:creator>cyber8</dc:creator>
<guid isPermaLink="false">1238472@http://wordpress.org/support/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;Yes. Everything will work. If, for some odd reason, it doesn't work you can always switch them back.
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;True, thank you for the help! I changed all permissions to 644 and it works! :)
&#60;/p&#62;</description>
</item>
<item>
<title>bh_WP_fan on "Wordpress File Permissions"</title>
<link>http://wordpress.org/support/topic/318153#post-1238204</link>
<pubDate>Wed, 07 Oct 2009 14:00:16 +0000</pubDate>
<dc:creator>bh_WP_fan</dc:creator>
<guid isPermaLink="false">1238204@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Yes. Everything will work. If, for some odd reason, it doesn't work you can always switch them back.
&#60;/p&#62;</description>
</item>
<item>
<title>cyber8 on "Wordpress File Permissions"</title>
<link>http://wordpress.org/support/topic/318153#post-1237757</link>
<pubDate>Wed, 07 Oct 2009 00:48:55 +0000</pubDate>
<dc:creator>cyber8</dc:creator>
<guid isPermaLink="false">1237757@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Well, the things are working well however, all .php files have permissions 755. They automatically get them like this after upload. So, I was thinking it will be more secure if I change them all to 644 like it is suggested. And I just wanted to make sure that everything will work after I do it...
&#60;/p&#62;</description>
</item>
<item>
<title>bh_WP_fan on "Wordpress File Permissions"</title>
<link>http://wordpress.org/support/topic/318153#post-1237066</link>
<pubDate>Tue, 06 Oct 2009 14:13:16 +0000</pubDate>
<dc:creator>bh_WP_fan</dc:creator>
<guid isPermaLink="false">1237066@http://wordpress.org/support/</guid>
<description>&#60;p&#62;It depends on the structure and setup upon which you are being hosted. Quite often 755 and 644 will work perfectly even in those directories. If you notice problems with your setup, then you can try increasing the permissions, but if things are working well for you, it would probably be best to leave them as 755/directories and 644/files
&#60;/p&#62;</description>
</item>
<item>
<title>Shane G on "Wordpress File Permissions"</title>
<link>http://wordpress.org/support/topic/318153#post-1236677</link>
<pubDate>Tue, 06 Oct 2009 05:47:40 +0000</pubDate>
<dc:creator>Shane G</dc:creator>
<guid isPermaLink="false">1236677@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Assign 766 recursive permissions to wp-content folder and 755 on wp-admin and wp-includes folder.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Shane G.
&#60;/p&#62;</description>
</item>
<item>
<title>cyber8 on "Wordpress File Permissions"</title>
<link>http://wordpress.org/support/topic/318153#post-1236509</link>
<pubDate>Tue, 06 Oct 2009 02:34:07 +0000</pubDate>
<dc:creator>cyber8</dc:creator>
<guid isPermaLink="false">1236509@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi everyone,&#60;br /&#62;
I would like to clarify one thing that concerns me.&#60;br /&#62;
It is suggested in the WordPress docs that all files should have 644 permissions and all directories 755&#60;br /&#62;
However, I read here &#60;a href=&#34;http://codex.wordpress.org/Hardening_WordPress&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Hardening_WordPress&#60;/a&#62; :&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;find [your path here] -type f -exec chmod 644 {} \;&#60;br /&#62;
&#60;strong&#62;You have to omit to use this command for /wp-includes/.&#60;/strong&#62;&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;Are there any files in /wp-includes/ that require other permissions? &#60;/p&#62;
&#60;p&#62;I read also at WP Forums about some exceptions but without any clear examples...&#60;br /&#62;
So, lets clarify this - all files in WordPress directory and sub-directories should be 644 or there are some exceptions? And if they are then which files should have other permissions?&#60;br /&#62;
Thank you in advance for any help.&#60;br /&#62;
Chris
&#60;/p&#62;</description>
</item>
<item>
<title>crylike on "2.8 fatal errors in wp-admin and wp-includes"</title>
<link>http://wordpress.org/support/topic/279957#post-1221878</link>
<pubDate>Wed, 23 Sep 2009 13:19:28 +0000</pubDate>
<dc:creator>crylike</dc:creator>
<guid isPermaLink="false">1221878@http://wordpress.org/support/</guid>
<description>&#60;p&#62;hi everyone,&#60;/p&#62;
&#60;p&#62;I had problem with the class translation so I re installed the l10n.php in the wp-includes folder, but then it gave me another error in default-widgets.php. I read some more in this thread and someone re-installed their wp-settings.php which I did but gave me a blank page without errors..&#60;/p&#62;
&#60;p&#62;I didn't know what else to do, so I deleted everything again like I would install wp manually. I deleted wp-admin and wp-includes and replaced it with the new files from wp version 2.8.4 and IT WORKED!&#60;/p&#62;
&#60;p&#62;I hope this help!
&#60;/p&#62;</description>
</item>
<item>
<title>samboll on "Completely ruined wordpress"</title>
<link>http://wordpress.org/support/topic/313172#post-1219207</link>
<pubDate>Mon, 21 Sep 2009 12:58:08 +0000</pubDate>
<dc:creator>samboll</dc:creator>
<guid isPermaLink="false">1219207@http://wordpress.org/support/</guid>
<description>&#60;p&#62;what happens on the image upload?&#60;br /&#62;
you might try chmod 777 on /wp-content and uploads folders&#60;br /&#62;
chmod back to 755 after uploading an image and it should continue working
&#60;/p&#62;</description>
</item>
<item>
<title>pjtna on "Completely ruined wordpress"</title>
<link>http://wordpress.org/support/topic/313172#post-1219091</link>
<pubDate>Mon, 21 Sep 2009 10:03:39 +0000</pubDate>
<dc:creator>pjtna</dc:creator>
<guid isPermaLink="false">1219091@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Ok the visual editor is working now but still no image upload. The tutorial page isn't helping either.
&#60;/p&#62;</description>
</item>
<item>
<title>pjtna on "Completely ruined wordpress"</title>
<link>http://wordpress.org/support/topic/313172#post-1219087</link>
<pubDate>Mon, 21 Sep 2009 09:55:31 +0000</pubDate>
<dc:creator>pjtna</dc:creator>
<guid isPermaLink="false">1219087@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have the site up and running now. It seems that the entire wp-includes folder didn't upload. My problem now is that if you go to edit a post only the html editor works and not the visual, it still will not add any media either.&#60;br /&#62;
How can I fix this?
&#60;/p&#62;</description>
</item>
<item>
<title>pjtna on "Completely ruined wordpress"</title>
<link>http://wordpress.org/support/topic/313172#post-1219077</link>
<pubDate>Mon, 21 Sep 2009 09:42:03 +0000</pubDate>
<dc:creator>pjtna</dc:creator>
<guid isPermaLink="false">1219077@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62; My image uploader and tag input have not been working so I found an article (http://wordpress.org/support/topic/164999?replies=1). I followed the article and deleted the wp-includes and wp-admin and re-uploaded them from a new download of wordpress.&#60;/p&#62;
&#60;p&#62;Now all I get when I go to my website &#60;a href=&#34;http://www.dwellupon.net&#34; rel=&#34;nofollow&#34;&#62;www.dwellupon.net&#60;/a&#62; is:&#60;/p&#62;
&#60;p&#62;Warning: require_once(/home/content/20/4616620/html/wp-includes/wp-db.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/20/4616620/html/wp-includes/functions.php on line 2772&#60;/p&#62;
&#60;p&#62;I need help, what can I do to fix this?
&#60;/p&#62;</description>
</item>
<item>
<title>Kawauso on "jquery included in WP 2.8 not working"</title>
<link>http://wordpress.org/support/topic/290069#post-1209684</link>
<pubDate>Sat, 12 Sep 2009 21:21:47 +0000</pubDate>
<dc:creator>Kawauso</dc:creator>
<guid isPermaLink="false">1209684@http://wordpress.org/support/</guid>
<description>&#60;p&#62;WordPress uses a version of the jQuery library without the &#60;code&#62;$(&#60;/code&#62; alias in order to avoid conflicts. You have to change any calls using &#60;code&#62;$(&#60;/code&#62; to &#60;code&#62;jQuery(&#60;/code&#62; and they work.
&#60;/p&#62;</description>
</item>
<item>
<title>d-phrag on "jquery included in WP 2.8 not working"</title>
<link>http://wordpress.org/support/topic/290069#post-1209609</link>
<pubDate>Sat, 12 Sep 2009 19:32:06 +0000</pubDate>
<dc:creator>d-phrag</dc:creator>
<guid isPermaLink="false">1209609@http://wordpress.org/support/</guid>
<description>&#60;p&#62;well, since I experienced the same problem, I decided to just replace the jQuery that comes with WordPress with the one that is called on crossSlide sample page, works like a charm. Plus this doesn't mess with the rest of the functionality (at least for me) of WordPress.
&#60;/p&#62;</description>
</item>
<item>
<title>streetcarchronicles on "Can't Delete wp-includes folder"</title>
<link>http://wordpress.org/support/topic/308026#post-1200909</link>
<pubDate>Sat, 05 Sep 2009 19:37:40 +0000</pubDate>
<dc:creator>streetcarchronicles</dc:creator>
<guid isPermaLink="false">1200909@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am trying to help a friend who's blog has been compromised. I'm trying to do a manual upgrade to 2.8.4 but when I tried to delete the wp-includes folder via FTP, nothing happened. It appeared that the items were being deleted (each of the folders were highlighted as the highlight went down the list. The Status area of the FTP screen showed there was activity but all of the folders and files were still there.&#60;/p&#62;
&#60;p&#62;After trying to delete the folder several times, I decided to try and overwrite the folder. Some 50 files weren't transfered over. Among them were:&#60;/p&#62;
&#60;p&#62;wp-include\js\codepress\languages\javascript.css&#60;br /&#62;
wp-include\js\codepress\languages\javascript.js&#60;br /&#62;
wp-include\js\codepress\languages\perl.css&#60;br /&#62;
wp-include\js\codepress\languages\perl.js&#60;br /&#62;
wp-include\js\tinymce\plugins\tabfocus\editor_plugin.js&#60;/p&#62;
&#60;p&#62;Has anyone experienced a similar problem? I'd like to be able to do a clean upgrade, that is, completely remove the old wp-includes folder and get all required files onto the server.&#60;/p&#62;
&#60;p&#62;Any help would be greatly appreciated.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
l.
&#60;/p&#62;</description>
</item>
<item>
<title>Democracy on "site down. please help."</title>
<link>http://wordpress.org/support/topic/302092#post-1179897</link>
<pubDate>Tue, 18 Aug 2009 23:56:01 +0000</pubDate>
<dc:creator>Democracy</dc:creator>
<guid isPermaLink="false">1179897@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Finaly we managed to get the website to some sort of close to what it was befor the total black out.&#60;/p&#62;
&#60;p&#62;Thank You esmi. you sparked good sujetion. allthough the exact problem was that some folders of the WP were moved to different location/subfolders, which it coused, WP fatal error. we managed to undone manualy.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
