Title: fred0815's Replies | WordPress.org

---

# fred0815

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [error with v3.1](https://wordpress.org/support/topic/error-with-v31/)
 *  [fred0815](https://wordpress.org/support/users/fred0815/)
 * (@fred0815)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/error-with-v31/#post-1935240)
 * I found a [workaround](http://wordpress.org/support/topic/wpml-causes-error-queryphp-on-line-2890?replies=3#post-1960881)
   
   Hope this fixes your problem as well
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WPML causes error: query.php on line 2890](https://wordpress.org/support/topic/wpml-causes-error-queryphp-on-line-2890/)
 *  Thread Starter [fred0815](https://wordpress.org/support/users/fred0815/)
 * (@fred0815)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/wpml-causes-error-queryphp-on-line-2890/#post-1933271)
 * I guess I found a workaround… not the most elegant solution but it seems to work….
   Instead of calling a category directly, I created a Page, which contains all 
   the posts of a category…. So when I open this page I see all my posts as I did
   before the update without any error message…
 * **How to do this?**
 * 1. Install and enable the [Allow PHP in Posts and Pages](http://wordpress.org/extend/plugins/allow-php-in-posts-and-pages/)
   Plugin
 * 2. Create a new Page and insert the following code:
 *     ```
       [php]
       query_posts('cat=x');
       [/php]
       ```
   
 * Change the **x** to the ID of the category you want to show.
 * 3. Change the links in your menu that directed to the category for links to your
   newly created Page
 * 4. I had to change some CSS in order to fix some little design problems
 * Repeat steps 2-4 for all your categories in all languages…
 * Done!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [error with v3.1](https://wordpress.org/support/topic/error-with-v31/)
 *  [fred0815](https://wordpress.org/support/users/fred0815/)
 * (@fred0815)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/error-with-v31/#post-1935108)
 * Hi,
    I have the same problem and already posted it: [here](http://wordpress.org/support/topic/wpml-causes-error-queryphp-on-line-2890?replies=2).
   WPML stopped working on the free version and made the plugin commercial and you
   have to purchase the newest version via their website …. I hope someone can provide
   a fix for the 2.0.4 version which seems to be the last free release… Anyone any
   ideas?

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