webjunk
Forum Replies Created
-
You need to change your permalinks. Hav no idea what you have but it just can’t use %number as part of the URL.
Forum: Fixing WordPress
In reply to: HTTP Error While Crunching /w Flash or HTML UploaderUse one of the converters (there are a number of free ones) to convert in bulk to another format. These are probably older GIF files and if you convert them to JPG or PNG they should work fine. COuld also look with a text editor and see if it says “87a” at the begnning.
2.0.34 was in the middle of a bunch of upgrades I think (memory is the first to go) and maybe thta vers had a bug with LZW.Not correct for a sitemap but correct for processing a URL.
Since you are using %27 in your permalinks. This is causing similar problems elsewehere in your site Look at the bottom of the Post page at:at
This entry was posted in Free Money for college, Free, Sales, Save. Bookmark the permalink.Notice WP has done the same thing here. Converted %27 to the character. This was done by WP and not by the sitemap plugin but the same theory applies. Do not use URL encoding (starting with %) in the URL/permalinks.
Forum: Fixing WordPress
In reply to: 2.9.1 deletes pages and posts when updating page“completely wipes their database”???? Or just corrupts it?
But it does sound like a problem with a plugin which being an older version of WP kind of asks for problems. If running older versions of plugins, they may have bugs. If running new plugin versions could be incompatible with an older version of WP.Forum: Plugins
In reply to: Just added my plugin but have readme.txt problemsReplace the readme.txt in your local-dir. Then you need to check-in the new file. If you have the command-line version thats the:
svn ci
Should then give you a commited version number. Might take a few minutes to show although you should see if immediatly if you check the svn directly which is what I do.%27 in URL encoding is the “‘” symbol. And the “\” is to escape a charcter. So its doing its job correctly which is to convert the URL to..well…a URL. which would require URL encoding. Much like when an ampersand “&” is needed it uses %26.
Just need to edit the form. Look down the page for the Mail section on the right.
Forum: Plugins
In reply to: Contact Form 7: Spinning arrow.Upgrade WP to current 3.0.1
May not fix this issue but its almost impossible to support new plugin with older version of WP for which it was designed. Update that before going any further.@fred
GOing to a much older version is not a fix. There are many fixes in 2.4.1 (some might be security related) and you are eliminating them. The current version works with the current version of WP. At least on a few hundred sites I work on 🙂 If 2.4.1 is not working then you have other issues.Forum: Plugins
In reply to: 404 Error Problems with sCategory Permalink pluginThere are several things in .htaccess I do not like but as you state (in other forum) you can not test, then you need to leave it alone.
What you need is:
1) Go into the database in wp_options/rewrite_rules
and then save the value into a text file.
2) NExt time you have the issue, go back there and save the option value into another text file. Compare the result.
If different, then its (probably the plugin) overiding or resetting the rules you are setting.Forum: Fixing WordPress
In reply to: I deleted a sidebar1 from theme and lost contentContent is stored in the database and not in any files. You only would have lost the sidebar. Just download fresh copy of the theme and replace the file you deleted.
Forum: Fixing WordPress
In reply to: Domain Mapping QuestionAdam:
Since you did not say how you are redirecting the second domain can not tell you exactly how to make the change. But you need to remove the redirect, probably in your .htaccess
There is an A record for the domain and it needs to be setup on that server if its not already.
You will then have to change the YRL’s in wp-admin/Settings/GenralForum: Fixing WordPress
In reply to: Joomla, WordPress, and MAMPShouldn’t you ask that on a Joomla forum? Especially as there are great technical differences between Joomla 1.0x, 1.5x, 1.6x
But don’t blame us if smoke comes out of your computer…..Forum: Fixing WordPress
In reply to: Can't get rid of default links included with WPI don’t see the link you mention but at the bottom I see:
© 2008 . Pain Relief
Fatal error: Call to undefined function wp_rss2feed() in /home2/watchma4/public_html/wp-content/themes/soulvision/footer.php(1) : eval()’d code on line 5
The Pain Relief is probably a link in your theme’s footer.php. Guessing but you did not put it there either 🙂 Another guess is in footer.php you will see some encrypted code that might start like:
eval(base64_decodeIt will have the Pain Relief link. Might have some important code too so you may not be able to delete it outright. Will need to decode and put in whats needed. Some free themes put links that pay them money since rarely does anyone donate for the themes or plugins.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Email submission successful but not deliveredMight want to contact your host. Espeially if it was after a move. Could be port is blocked; grey listing; gateway’s blocked.
Also check if system messages like passwords are sent. Is it a CF7 issue or server/host issue?