fostertime
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: New Blog Defaults] Error when setting timezone to UTC Value@pilotjoe
Are you using the latest update from DeannaS?I believe that issue was resolved in this new version.
Forum: Alpha/Beta/RC
In reply to: 3.0 Alpha – Cant login after changing to multisiteThis was resolved by changing the values of the following within wp-config.php:
AUTH_KEY
SECURE_AUTH_KEY
LOGGED_IN_KEY
AUTH_SALT
SECURE_AUTH_SALT
LOGGED_IN_SALTI am now able to login.
Strange issue. But its fixed!
Forum: Alpha/Beta/RC
In reply to: 3.0 Alpha – Cant login after changing to multisiteUpdate:
I have uninstalled and reinstalled the latest build. But the same issue is happening.I have tested fresh installs with both Sub-domains and Sub-directories. Same issue. Once I have updated the wp-config.php and .htaccess files, you cannot log in to the site.
Even replacing with the old (working) wp-config.php and .htaccess files, the same issue occurs.
I have made sure mod_rewrite is active and installed.
Ahh, the joys of Alpha testing…
Forum: Plugins
In reply to: [Plugin: New Blog Defaults] Error when setting timezone to UTC ValueFixed:
Resolved this issue by changing the following in cets_blog_defaults.php:Replace Line
586: <?php if ($tzstring) : ?>With
586: <?php if ($check_zone_info && $tzstring) : ?>