Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Christopher Sem

    (@leoniscsem)

    See, here is the thing. As we are evaluating BuddyPress for being used in enterprise context, we are of course willing to buy a support license. This depends on the quality of service we are going to expect. General notice: We had bought many things for WordPress such as themes and plugins, but in 80% our expectations regarding QoS were not met. This is why we generally evaluate at first, if it is worth the time and money we pay. Regarding this issue, I really do not see why you need access to a backend – which we would also not hand over even with a support license.

    You know your plugin, so you know the PHP functions that call the JavaScript to write to the DOM. I want to de-register these functions in PHP, that’s it. I don’t want to do surgery to pass on the nice-select.js JS-writing-to-DOM called in xyz.php to select2.js JS-writing-to-DOM called by masterstudy/assets/js/xyz2.php.

    I was reaching out to you about this issue here, since Masterstudy is among the top sellers in the education theme section on Themeforest, so I guessed this might affect not only us, but many others as well.

    Kainelabs documentation:

    [list of officially supported themes]
    You can use any other themes you want and if you find any conflicts our support team will be happy to help you. also we are open to work with any theme team in order to make it compatible with Youzify.

    Thread Starter Christopher Sem

    (@leoniscsem)

    Thank you very much for the explanation.

    Thread Starter Christopher Sem

    (@leoniscsem)

    I am using Youzify with a commercial theme, which supports BuddyPress out of the box: Masterstudy.

    Please refer to the first sentence of this question. Thank you for your support.

    Thread Starter Christopher Sem

    (@leoniscsem)

    Thank you very much, I had not found this gist before! It’s a lifesaver.

    Thread Starter Christopher Sem

    (@leoniscsem)

    Uhm, thank you for your feedback I guess. Before posting here I had done 1-4, and my second message is the output of WP-DEBUG.

    Thread Starter Christopher Sem

    (@leoniscsem)

    I wanted to add a few more details and error logs:

    Linux kernel 5.4.0-90-generic x86_64
    Web server	nginx/1.21.4
    PHP version	7.4.27 (Supports 64bit values)
    PHP SAPI	fpm-fcgi
    PHP max input variables	1000
    PHP time limit	3600
    PHP memory limit	1024M
    Max input time	3600
    Upload max filesize	2048M
    PHP post max size	2048M
    Database	10.4.22-MariaDB-1:10.4.22+maria~bionic

    Debugging the media upload issues on profile:

    Main area (after posting a picture)

    WordPress database error: [Unknown column 'privacy' in 'field list']
    SELECT privacy from wp_bp_activity WHERE id = 54
    
    WordPress database error: [Column 'privacy' cannot be null]
    INSERT INTO <code>wp_youzify_media</code> (<code>media_id</code>, <code>item_id</code>, <code>component</code>, <code>user_id</code>, <code>privacy</code>, <code>type</code>, <code>time</code>, <code>data</code>, <code>source</code>) VALUES ('5080', '54', 'activity', 1, NULL, 'image', '2022-01-01 06:55:05', '0', 'activity_photo')

    Sidebar Media Widget (when browsing a user, who definitely should have media items there):

    Photos tab:

    WordPress database error: [Unknown column 'a.privacy' in 'where clause']
    SELECT m.id, m.media_id, m.item_id, m.data FROM wp_youzify_media AS m JOIN wp_bp_activity AS a ON m.item_id = a.id WHERE m.component = 'activity' AND a.hide_sitewide = 0 AND a.user_id = 1 AND a.privacy IN ( 'public', 'members', 'friends' ) AND a.is_spam = 0 AND a.type IN ('activity_photo','activity_slideshow','activity_quote','activity_link','new_avatar','new_cover') GROUP BY m.id ORDER BY m.id DESC LIMIT 9
    
    # Sorry, no items found
    
    WordPress database error: [Unknown column 'a.privacy' in 'where clause']
    SELECT COUNT(*) FROM wp_youzify_media AS m JOIN wp_bp_activity AS a ON m.item_id = a.id WHERE m.component = 'activity' AND a.hide_sitewide = 0 AND a.user_id = 1 AND a.privacy IN ( 'public', 'members', 'friends' ) AND a.is_spam = 0 AND a.type IN ('activity_photo','activity_slideshow','activity_quote','activity_link','new_avatar','new_cover')

    Videos tab:

    WordPress database error: [Unknown column 'a.privacy' in 'where clause']
    SELECT m.id, m.media_id, m.item_id, m.data FROM wp_youzify_media AS m JOIN wp_bp_activity AS a ON m.item_id = a.id WHERE m.component = 'activity' AND a.hide_sitewide = 0 AND a.user_id = 1 AND a.privacy IN ( 'public', 'members', 'friends' ) AND a.is_spam = 0 AND a.type IN ('activity_video') GROUP BY m.id ORDER BY m.id DESC LIMIT 9
    
    # Sorry, no items found
    
    WordPress database error: [Unknown column 'a.privacy' in 'where clause']
    SELECT COUNT(*) FROM wp_youzify_media AS m JOIN wp_bp_activity AS a ON m.item_id = a.id WHERE m.component = 'activity' AND a.hide_sitewide = 0 AND a.user_id = 1 AND a.privacy IN ( 'public', 'members', 'friends' ) AND a.is_spam = 0 AND a.type IN ('activity_video')

    Audios tab:

    WordPress database error: [Unknown column 'a.privacy' in 'where clause']
    SELECT m.id, m.media_id, m.item_id, m.data FROM wp_youzify_media AS m JOIN wp_bp_activity AS a ON m.item_id = a.id WHERE m.component = 'activity' AND a.hide_sitewide = 0 AND a.user_id = 1 AND a.privacy IN ( 'public', 'members', 'friends' ) AND a.is_spam = 0 AND a.type IN ('activity_audio') GROUP BY m.id ORDER BY m.id DESC LIMIT 6
    
    # Sorry, no items found
    
    WordPress database error: [Unknown column 'a.privacy' in 'where clause']
    SELECT COUNT(*) FROM wp_youzify_media AS m JOIN wp_bp_activity AS a ON m.item_id = a.id WHERE m.component = 'activity' AND a.hide_sitewide = 0 AND a.user_id = 1 AND a.privacy IN ( 'public', 'members', 'friends' ) AND a.is_spam = 0 AND a.type IN ('activity_audio')

    Files tab:

    WordPress database error: [Unknown column 'a.privacy' in 'where clause']
    SELECT m.id, m.media_id, m.item_id, m.data FROM wp_youzify_media AS m JOIN wp_bp_activity AS a ON m.item_id = a.id WHERE m.component = 'activity' AND a.hide_sitewide = 0 AND a.user_id = 1 AND a.privacy IN ( 'public', 'members', 'friends' ) AND a.is_spam = 0 AND a.type IN ('activity_file') GROUP BY m.id ORDER BY m.id DESC LIMIT 6
    
    # Sorry, no items found
    
    WordPress database error: [Unknown column 'a.privacy' in 'where clause']
    SELECT COUNT(*) FROM wp_youzify_media AS m JOIN wp_bp_activity AS a ON m.item_id = a.id WHERE m.component = 'activity' AND a.hide_sitewide = 0 AND a.user_id = 1 AND a.privacy IN ( 'public', 'members', 'friends' ) AND a.is_spam = 0 AND a.type IN ('activity_file')
    • This reply was modified 2 years, 10 months ago by Christopher Sem. Reason: had given info about the wrong server in the previous post
Viewing 6 replies - 1 through 6 (of 6 total)