WP Multisite 4.0

HomeSupportImage StoreWP Multisite 4.0

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #180125
    hansm
    Member

    Hello,

    i installed imstore 3.4.10 on wordpress 4.0 multisite.

    On the main domain thumbails at the backend are not shown, but are on the front end.
    On the sub domain’s, the thumbails are shown, but not on the front end.

    When i look at the dir structure, at blogs.dir, site 1 (main) drops the pictures in blogs.dir/1/_imsgalleries/gallery- and so on. At site 2, the pictures are storded directly blogs.dir/2/gallery- and so on.

    At the backend on the top af the page, it says: Apply Image Store updates across the network. When i hit the link, i got a page say Update inage store. When hit i got a error: You do not have permission to access this page. I have all rights off the site en network.

    The php error file log, shows:
    [12-Sep-2014 11:46:12 UTC] WordPress databasefout You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘) AS im

    LEFT JOIN wp_2_postmeta AS pm ON pm.post_id = im.ID
    LEFT ‘ at line 4 bij query SELECT SQL_CALC_FOUND_ROWS im.ID, im.post_title, p.comment_status,
    pm.meta_value meta, im.post_excerpt, im.post_parent, im.post_type, p.post_author
    FROM ( SELECT * FROM wp_2_posts ORDER BY
    ) AS im

    LEFT JOIN wp_2_postmeta AS pm ON pm.post_id = im.ID
    LEFT JOIN wp_2_posts AS p ON p.ID = im.post_parent

    WHERE im.post_type = ‘ims_image’ AND pm.meta_key = ‘_wp_attachment_metadata’
    AND im.post_status = ‘publish’ AND p.post_status = ‘publish’ AND im.post_parent IN ( SELECT ID FROM wp_2_posts WHERE 0 = 0 AND
    post_type = ‘ims_gallery’ AND post_status = ‘publish’ AND post_password = ” )
    GROUP BY im.post_parent ORDER BY p.post_date DESC, p.post_date DESC
    gemaakt door require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/twentythirteen/page.php’), the_content, apply_filters(‘the_content’), call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, ImStoreFront->imstore_shortcode, ImStoreFront->get_galleries

    #182288
    hansm
    Member

    Oke problem found.

    Firts prolem that whas SELinux whas disabled due migration settings.

    Seccond problem whas the google chrome cache.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.