Cypher
Forum Replies Created
-
Forum: Plugins
In reply to: background wallpaperEdit the “style.css” for your Template under /wp-content/themes/<theme-name>
Regards
Hmm, I was googling around for that particular error message and some people seem to indicate that they had that occur when they transfered files in BINARY mode or they did “dos2unix” on files that inserted characters that were invalid.
Absoulutely, leave the message unresolved until we find a solution for you.
I will search further.
Regards
OK..try this..upload the file classes.php from the original WP archive in ASCII mode to the new host and see if you still get the error.
Regards
The following site will explain the syntax:
http://us3.php.net/preg_matchIt looks like that portion of classes.php is dealing with rewrite rules. So you have Permalinks enabled? Can you make a copy of .htaccess, delete it, and have WP re-generate the file and see if things get any better.
Regards
Can you confirm that your database has been created? And are you using the MySQL database provided by 1&1 or an external host? If your webhost has CPanel access you can go and check on the database there.
Regards
Forum: Fixing WordPress
In reply to: RSSCSS
Forum: Fixing WordPress
In reply to: RSS Feed AggregratorsCG-FeedRead.
Regards
Forum: Fixing WordPress
In reply to: Paragraph Tags not being inserted, Post Slugs messed UpWell it’s interesting that your post from 3-18 was fine. So have you enabled any plugins lately? Made any modifications lately?
Also, I just tried to submit a comment to your post about Technorati and after hitting Submit, I was facing a blank white screen.
Regards
Forum: Plugins
In reply to: Randomize don’t work in the css fileThe CSS file should just contain the formatting. No code.
Regards
Forum: Fixing WordPress
In reply to: My WordPress is redirecting to some other site?What is your real domain? WordPress.net is owned by Matt and essentially redirects to WordPress.org.
Regards
Forum: Plugins
In reply to: WP2 Plugin environment bugYou will likely get better responses to specific code questions from the WP-HACKERS mailing list.
Regards
Forum: Plugins
In reply to: Random Post FeatureYou will need to tell us more about what this Random Post feature would do? Pull a random post from your archives? Pull a random post from the archives for a given day? Month? year?
Make up a random post with gibberish?
Regards
Forum: Fixing WordPress
In reply to: My WordPress is redirecting to some other site?Very interesting stuff…
Both those URL’s resolve to 67.18.223.74. Additionally doing WHOIS queries on both those URL’s leads to the Matt’s domains.
http://www.whois.sc/multipattern.com
http://www.whois.sc/wordpress.netAnd seeing as the OP registered within the past hour, very likely a spammer.
Regards
Forum: Fixing WordPress
In reply to: HELP site blew up what happened ?Your BLOG URI is wrong. Looking at the sources, it’s calling for the Theme’s style.css from:
“http://robcurley.com/index.php/wp-content/themes/regulus_wordpress_theme_2/style.css” type=”text/css” rel=”stylesheet”
Which isn’t correct. So change the URL to just http://robcurley.com, leaving out the index.php portion.
Regards
Forum: Fixing WordPress
In reply to: Ridding the /blog from my web address.If you have SSH access, perhaps my reply in this post will help:
http://wordpress.org/support/topic/65359?replies=6#post-346938Regards