Title: Ozzy's Replies | WordPress.org

---

# Ozzy

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Localization Problems](https://wordpress.org/support/topic/localization-problems/)
 *  [Ozzy](https://wordpress.org/support/users/ozzy/)
 * (@ozzy)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/localization-problems/#post-235713)
 * I have same problem, error is in this function array_shift
 * search function readint()
 * //return array_shift(unpack(‘V’, $this->STREAM->read(4)));
    //REPLACE THIS BY
   FOLLOW
 * $tmp = unpack(‘V’, $this->STREAM->read(4));
    return array_shift($tmp);
 * and on in other functions array_shift
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [EzStatic](https://wordpress.org/support/topic/ezstatic/)
 *  [Ozzy](https://wordpress.org/support/users/ozzy/)
 * (@ozzy)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/ezstatic/#post-130146)
 * I have problem, EzStatic (2.0.1b) work in my Localhost corect (apache 2.x, mysql
   4.x and OS Windows), but when i copy this plugin on internet (apache 2.x, mysql
   4.x and OS Linux) dosn’t work. Result is only empty page [http://www.ozanova.com/?static=others/kontakt](http://www.ozanova.com/?static=others/kontakt)
   Where is Error ?? I try find problem, but I fail.

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