alias3729
Forum Replies Created
-
Forum: Plugins
In reply to: wp_cycle: Div is showing up in the wrong place!Anyone? I know I’m not the only one that has had issues with this.
Forum: Plugins
In reply to: WP-cycle – positioning troubleI am having the exact same problem with this site…I made a post about it 2 days ago.
Forum: Fixing WordPress
In reply to: “Cannot Unset String Offsets”, can’t view site or adminI fixed it! Turns out the original DB was encoded in latin1_swedish_ci and the new DB was trying to use UTF8. I imported to the new server taking care to set the collation to latin1_swedish_ci, changed the wp-config accordingly, and all worked like magic. Imagine that…
Moral of the story: When copying installations, note the original encoding/collation type.
Forum: Fixing WordPress
In reply to: “Cannot Unset String Offsets”, can’t view site or admin5.2.11
Forum: Fixing WordPress
In reply to: “Cannot Unset String Offsets”, can’t view site or adminThis is a Linux server running Apache 2 on CentOS.
Forum: Fixing WordPress
In reply to: “Cannot Unset String Offsets”, can’t view site or adminBump!
Forum: Fixing WordPress
In reply to: “Cannot Unset String Offsets”, can’t view site or adminThanks for the suggestion, but sorry, didn’t work…This was actually something I had tried earlier with no avail, but I did it again just in case I missed something the first time.