NO BUG: Getting server log errors with Bricks

Bricks Version: 1.5.7
Browser: Chrome 108.0.5359.95
OS: Windows
URL: www.vgmedia.org
** WP**: 6.1.1
WP memory limit: 128mb
Server info (Contabo server running Server Avatar):

Server info: LiteSpeed
MySQL version: 8.0.31-0ubuntu0.20.04.2
PHP version: 8.1.6
PHP post max size: 16M
PHP execution time limit: 180
PHP max input vars: 1600
PHP safe mode:
PHP memory limit: 256M
PHP max upload file size: 16M

WP Config has the following added:
define( ‘FORCE_SSL_LOGIN’, true ); // Only secrue the registration/login process
define( ‘FORCE_SSL_ADMIN’, true ); // Force SSL for the whole WordPress admin

// Modifying files
define( ‘DISALLOW_FILE_EDIT’, true ); // Kill the WordPress file editor
//define( ‘DISALLOW_FILE_MODS’, true ); // Don’t allow users to update core, plugins, or themes
define( ‘CONCATENATE_SCRIPTS’, false );
define( ‘WP_MEMORY_LIMIT’, ‘128M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );
define( ‘WP_POST_REVISIONS’, 5 );
define( ‘EMPTY_TRASH_DAYS’, 7 ); // Number of days to wait before emptying the trash
define( ‘COMPRESS_SCRIPTS’, true );
define( ‘COMPRESS_CSS’, true );

I installed the following plugins on a fresh site:
Automatic CSS
Frames
Happyfiles Pro
WPCodeBox

When I try to edit/create a header template, the template keeps spinning for a very long time, then leads to a blank page.

I completely disabled all plugins and tried again, leading to the same result. Here is a snippet of the server logs:

2022-12-06 08:52:14.824846 [NOTICE] [1378923] [***.***.***.***:**:HTTP2-3#VGmediaorg] [STDERR] Array
(
    [0] => Array
        (
            [name] => {post_title}
            [label] => Post title
            [group] => post
        )

    [1] => Array
        (
            [name] => {post_id}
            [label] => Post ID
            [group] => post
        )

    [2] => Array
        (
            [name] => {post_url}
            [label] => Post link
            [group] => post
        )

    [3] => Array
        (
            [name] => {post_date}
            [label] => Post date
            [group] => post
        )

    [4] => Array
        (
            [name] => {post_modified}
            [label] => Post modified date
            [group] => post
        )

    [5] => Array
        (
            [name] => {post_time}
            [label] => Post time
            [group] => post
        )

    [6] => Array
        (
            [name] => {post_comments_count}
            [label] => Post comments count
            [group] => post
        )

    [7] => Array
        (
            [name] => {post_comments}
            [label] => Post comments
            [group] => post
        )

    [8] => Array
        (
            [name] => {post_content}
            [label] => Post content
            [group] => post
        )

    [9] => Array
        (
            [name] => {post_excerpt}
            [label] => Post excerpt
            [group] => post
        )

    [10] => Array
        (
            [name] => {read_more}
            [label] => Read more
            [group] => post
        )

    [11] => Array
        (
            [name] => {featured_image}
            [label] => Featured image
            [group] => post
        )

    [12] => Array
        (
            [name] => {author_name}
            [label] => Author name
            [group] => author
        )

    [13] => Array
        (
            [name] => {author_bio}
            [label] => Author bio
            [group] => author
        )

    [14] => Array
        (
            [name] => {author_email}
            [label] => Author email
    
2022-12-06 08:52:14.824954 [NOTICE] [1378923] [***.***.***.***:**:HTTP2-3#VGmediaorg] [STDERR]         [group] => author
        )

    [15] => Array
        (
            [name] => {author_website}
            [label] => Author website
            [group] => author
        )

    [16] => Array
        (
            [name] => {author_avatar}
            [label] => Author avatar
            [group] => author
        )

    [17] => Array
        (
            [name] => {site_title}
            [label] => Site title
            [group] => site
        )

    [18] => Array
        (
            [name] => {site_tagline}
            [label] => Site tagline
            [group] => site
        )

    [19] => Array
        (
            [name] => {site_url}
            [label] => Site URL
            [group] => site
        )

    [20] => Array
        (
            [name] => {url_parameter}
            [label] => URL parameter - add key after :
            [group] => site
        )

    [21] => Array
        (
            [name] => {archive_title}
            [label] => Archive title
            [group] => archive
        )

    [22] => Array
        (
            [name] => {archive_description}
            [label] => Archive description
            [group] => archive
        )

    [23] => Array
        (
            [name] => {term_id}
            [label] => Term id
            [group] => terms
        )

    [24] => Array
        (
            [name] => {term_name}
            [label] => Term name
            [group] => terms
        )

    [25] => Array
        (
            [name] => {term_url}
            [label] => Term archive URL
            [group] => terms
        )

    [26] => Array
        (
            [name] => {term_description}
            [label] => Term description
            [group] => terms
        )

    [27] => Array
        (
            [name] => {term_meta}
            [label] => Term meta - add key after :
            [group] => terms
        )

    [28] => Array
        (
            [name] => {current_date}
            [label] => Current date
            [group] => date
        )

   
2022-12-06 08:52:14.824983 [NOTICE] [1378923] [***.***.***.***:**:HTTP2-3#VGmediaorg] [STDERR]  [29] => Array
        (
            [name] => {wp_user_id}
            [label] => User ID
            [group] => userProfile
        )

    [30] => Array
        (
            [name] => {wp_user_login}
            [label] => Username
            [group] => userProfile
        )

    [31] => Array
        (
            [name] => {wp_user_email}
            [label] => Email
            [group] => userProfile
        )

    [32] => Array
        (
            [name] => {wp_user_url}
            [label] => Website
            [group] => userProfile
        )

    [33] => Array
        (
            [name] => {wp_user_nicename}
            [label] => Nickname
            [group] => userProfile
        )

    [34] => Array
        (
            [name] => {wp_user_description}
            [label] => Bio
            [group] => userProfile
        )

    [35] => Array
        (
            [name] => {wp_user_first_name}
            [label] => First name
            [group] => userProfile
        )

    [36] => Array
        (
            [name] => {wp_user_last_name}
            [label] => Last name
            [group] => userProfile
        )

    [37] => Array
        (
            [name] => {wp_user_display_name}
            [label] => Display name
            [group] => userProfile
        )

    [38] => Array
        (
            [name] => {wp_user_picture}
            [label] => Profile picture
            [group] => userProfile
        )

    [39] => Array
        (
            [name] => {wp_user_meta}
            [label] => User meta - add key after :
            [group] => userProfile
        )

    [40] => Array
        (
            [name] => {post_terms_category}
            [label] => Categories
            [group] => terms
        )

    [41] => Array
        (
            [name] => {post_terms_post_tag}
            [label] => Tags
            [group] => terms
        )

    [42] => Array
        (
            [name] => {post_terms_link_category}
            [label] => Link Categories
            [group] =>
2022-12-06 08:52:14.825000 [NOTICE] [1378923] [***.***.***.***:**:HTTP2-3#VGmediaorg] [STDERR]  terms
        )

    [43] => Array
        (
            [name] => {echo}
            [label] => Output PHP function
            [group] => advanced
        )

    [44] => Array
        (
            [name] => {cf_wpcb_code}
            [label] => Wpcb Code
            [group] => customFields
        )

    [45] => Array
        (
            [name] => {cf_wpcb_original_code}
            [label] => Wpcb Original Code
            [group] => customFields
        )

    [46] => Array
        (
            [name] => {cf_wpcb_run_type}
            [label] => Wpcb Run Type
            [group] => customFields
        )

    [47] => Array
        (
            [name] => {cf_wpcb_where_to_run}
            [label] => Wpcb Where To Run
            [group] => customFields
        )

    [48] => Array
        (
            [name] => {cf_wpcb_enabled}
            [label] => Wpcb Enabled
            [group] => customFields
        )

    [49] => Array
        (
            [name] => {cf_wpcb_saved_to_cloud}
            [label] => Wpcb Saved To Cloud
            [group] => customFields
        )

    [50] => Array
        (
            [name] => {cf_wpcb_remote_id}
            [label] => Wpcb Remote Id
            [group] => customFields
        )

    [51] => Array
        (
            [name] => {cf_wpcb_code_type}
            [label] => Wpcb Code Type
            [group] => customFields
        )

)

Will create support administrator login for further analysis if needed. Also have Jam link to give in private if necessary.

Seems a faulty SSL Certificate was the culprit. Removing the certificate and getting a new one seems to have worked!

Sorry to bother!

1 Like