ozzyq
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Real Estate web sites?Forum: Fixing WordPress
In reply to: Missing a temporary folder errorThe window was blocked by http://bassistance.de/jquery-plugins/jquery-plugin-validation/ script.
Forum: Fixing WordPress
In reply to: Missing a temporary folder errorI have same problem with WP 2.8.4. Know anybody solution?
Forum: Everything else WordPress
In reply to: Email sender error in hostmonsterWordPress v2.7 allows you to set a Return-Path email address directly in the /wp-includes/class-phpmailer.php at the top.
Look for the variable $Sender and set it to a valid email address.
Forum: Fixing WordPress
In reply to: Can’t create new posts in v2.7, reverts to blank post templateI have same problem with worpress 2.7.1 any idea or progress?
Forum: Fixing WordPress
In reply to: Can’t create new post, no error, no nothingI have the same problem with all my Webs…
Forum: Fixing WordPress
In reply to: HELP – Blog is Broken, error capabilities.php on line 19I have same problem.
This can by in table encodyng. I don’t know exactly, but:
1. Try change default charset (e.g. by phpMyadmin or SQL example ALTER TABLE
wp_optionsDEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci).2. Try copy option_value value (table wp_options) from another virgin wordpress installation.
Forum: Alpha/Beta/RC
In reply to: Fatal error: Cannot redeclare globI have same problem with globe function.
1. You must rename function globe() in functions-compat.php for example to globeX
… function globX($pattern) { …2. You must open cache.php and find text globe( and replace this by globeX(