Results 1 to 4 of 4

Thread: Taxonomies Problem

  1. #1
    Thread Starter
    Newbie artdecode's Avatar
    Join Date
    Jan 2012
    Location
    Argentina
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Taxonomies Problem

    Hi, I'm using:
    JobRoller Version 1.5.3
    WordPress Version WP 3.3.1
    PHP Version 5.3.6-13ubuntu3.3
    Server Software Apache/2.2.20 (Ubuntu)
    UPLOAD_MAX_FILESIZE 2MB
    POST_MAX_SIZE 8MB
    WordPress Memory Limit 32MB
    DISPLAY_ERRORS
    FSOCKOPEN Check Your server has fsockopen enabled which is needed for PayPal IPN to work.
    OPENSSL Check Your server has Open SSL enabled which is needed for PayPal IPN to work. Also make sure port 443 is open on the firewall.
    WP Remote Post Check wp_remote_post() was successful so PayPal IPN should work fine for you!
    Log File Check Log file is writable.
    Theme Path http://local.artdejobs.com.ar/wp-con...emes/jobroller
    Image Upload Path wp-content/uploads - (change this)

    I have jobs under "part-time" job type taxonomy, I'm able to see them by checking the checkboxes under the search dialog but I receive a message "No se encontraron ofertas de empleo" (it's in Spanish, original text should be something like "no jobs found") when a choose the "part-time" option under "Browse by..." widget.

    I added this echo "query:".$this->request."<hr/>"; on line 2631 of file query.php (just before $this->posts = $wpdb->get_results($this->request).

    Under the working scenario, http://local.artdejobs.com.ar/?part-...&action=Filter, it displays this query between search section and filters:

    query: SELECT adj_posts.* FROM adj_posts INNER JOIN adj_term_relationships ON (adj_posts.ID = adj_term_relationships.object_id) WHERE 1=1 AND ( adj_term_relationships.term_taxonomy_id IN (5) ) AND adj_posts.post_type = 'job_listing' AND (adj_posts.post_status = 'publish') GROUP BY adj_posts.ID ORDER BY adj_posts.post_date DESC

    and this other one before first job:

    query: SELECT SQL_CALC_FOUND_ROWS adj_posts.* FROM adj_posts WHERE 1=1 AND adj_posts.ID IN (46,0) AND adj_posts.post_type = 'job_listing' AND (adj_posts.post_status = 'publish') ORDER BY adj_posts.post_date DESC LIMIT 0, 10


    Under the scenario with the failure, http://local.artdejobs.com.ar/tipo-empleo/part-time/, nothing is sent to the output, so I assume for some reason is not creating and executing such query.

    Can anyone help me?

    Thanks.



    Gustavo

  2. #2
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    Newbie artdecode's Avatar
    Join Date
    Jan 2012
    Location
    Argentina
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Custom Taxonomies
    By TheMannyMan in forum ClassiPress General Discussion
    Replies: 1
    Last Post: November 4th, 2011, 04:00 PM
  2. Examples of sites using CP with custom taxonomies?
    By carlos takemura in forum ClassiPress General Discussion
    Replies: 0
    Last Post: October 26th, 2011, 06:45 AM
  3. Hierarchal Taxonomies in WordPress 3.0
    By radlam in forum ClassiPress General Discussion
    Replies: 1
    Last Post: June 6th, 2010, 04:07 AM