Title: sam0737's Replies | WordPress.org

---

# sam0737

  [  ](https://wordpress.org/support/users/sam0737/)

 *   [Profile](https://wordpress.org/support/users/sam0737/)
 *   [Topics Started](https://wordpress.org/support/users/sam0737/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sam0737/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sam0737/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sam0737/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sam0737/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sam0737/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: xLanguage] Problems with wordpress 2.7](https://wordpress.org/support/topic/plugin-xlanguage-problems-with-wordpress-27/)
 *  [sam0737](https://wordpress.org/support/users/sam0737/)
 * (@sam0737)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-xlanguage-problems-with-wordpress-27/#post-926873)
 * Please use Prefix mode instead of Postfix. Postfix mode is known to be creating
   problems from time to time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP-Project] Problems with xLanguage & WP Project](https://wordpress.org/support/topic/plugin-wp-project-problems-with-xlanguage-038-wp-project/)
 *  [sam0737](https://wordpress.org/support/users/sam0737/)
 * (@sam0737)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-project-problems-with-xlanguage-038-wp-project/#post-822790)
 * I’m afraid it’s not anything related to xLanguage. xLanguage line 224 is a SetCookie
   call, but because the error (and more importantly error message) is thrown earlier,
   any HTTP Header related function would then be fatal because it’s too late.
 * The particular line 53 in wp-project is about unserialize an get_option call,
   but AFAIK get_option already does unsearialize, unless you are doing searialization
   in the wp-project itself, or else it should be a bug.
 * I noticed that the code of this exact line is different from the v1.2.3 (current
   marked stable version) and the trunk version, I bet it has been fixed in the 
   un-released trunk version?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Issue with foreach() if no languages exist](https://wordpress.org/support/topic/issue-with-foreach-if-no-languages-exist/)
 *  [sam0737](https://wordpress.org/support/users/sam0737/)
 * (@sam0737)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/issue-with-foreach-if-no-languages-exist/#post-698521)
 * And that indeeded is a bug which I didn’t notice.
 * It’s now fixed and should unblock the deployment problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Issue with foreach() if no languages exist](https://wordpress.org/support/topic/issue-with-foreach-if-no-languages-exist/)
 *  [sam0737](https://wordpress.org/support/users/sam0737/)
 * (@sam0737)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/issue-with-foreach-if-no-languages-exist/#post-698483)
 * Thank you for reporting the bug.
 * It’s rather abnormal to have $options[‘language’] undefined, and no, 0 language
   should cause an empty array, not undefined one.
 * It should be initialized to an empty array when the plugin is activated once,
   and the code all over the places assume that it’s defined, not just view/admin/*.
   I would suggest you to reset the configuration (in the options tab) if the problem
   persist.
 * Once again, thanks.

Viewing 4 replies - 1 through 4 (of 4 total)