Verowa Connect 3.4.1

Does Verowa Connect work with WordPress 6.9.4 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
1PHP fatal errors
1PHP warnings
1PHP notices
6Database errors
No JavaScript exceptions
1Page failed to load
  • 1 500 Internal Server Error
No resource errors
Performance

No data available.

Environment
WordPress version6.9.4
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 100+
WordPress.org page https://wordpress.org/plugins/verowa-connect/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 1

WordPress › Error

Page screenshot: WordPress › Error
URL /wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=
Requested URL /wp-admin/plugins.php?action=activate&plugin=verowa-connect%2Fverowa-connect.php&plugin_status=all&paged=1&s&_wpnonce=c9d6d884fc
Aspect after-activation
HTTP status 500
Load time 0.381 s
Memory usage N/A
JS errors None
Resource errors None

Benchmark

No benchmark data available.

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

PHP
Language % Lines of code Comment lines Files
PHP88.7%17,8024,93897
CSS6.4%1,2911353
JavaScript4.8%972903
Total 20,065 5,163 103

PHP Code Analysis | More results »

Lines of code 17,679
Total complexity 2,712
Median class complexity 23.0
Median method complexity 3.0
Most complex class Picture_Planet_GmbH\Verowa_Connect\Verowa_Formfields_Rendering
Most complex function verowa_templates_configuration_page()
Classes 51
Methods 286
Functions 195

Additions

No data available.

PHP Error Log 66 lines

[06-May-2026 10:03:02 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'UNIQUE KEY `template_id_UNIQUE` (template_id ASC)) DEFAULT CHARACTER SET utf8...' at line 24 for query CREATE TABLE `wp_verowa_templates` (
			`template_id` INT UNSIGNED NOT NULL AUTO_INCREMENT,
			`nested_template_id` INT UNSIGNED NULL DEFAULT 0,
			`display_entire_day` TINYINT NOT NULL DEFAULT 0,
			`template_name` VARCHAR(100) NOT NULL,
			`postmeta_key` VARCHAR(255) NOT NULL,
			`info_text` TEXT NOT NULL COMMENT "Information about the template usage",
			`type` VARCHAR(80) NOT NULL,
			`display_where` VARCHAR(50) NOT NULL,
			`head` TEXT NOT NULL,
			`header` TEXT NOT NULL,
			`entry` TEXT NOT NULL,
			`separator` TEXT NOT NULL,
			`footer` TEXT NOT NULL,
			`modified_when` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
			`created_when` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP,
			`always_refresh` TINYINT NOT NULL DEFAULT 0 COMMENT "Specifies whether pages should always be re-rendered",
			`has_deprecated_placeholders` TINYINT NOT NULL DEFAULT 0 COMMENT "Indicates whether the template has deprecate placeholders.",
			`deprecated` TINYINT NOT NULL DEFAULT 0,
			PRIMARY KEY (template_id),
			KEY type (type),
			KEY postmeta_key (postmeta_key),
			KEY display_where (display_where)
			UNIQUE KEY `template_id_UNIQUE` (template_id ASC)) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, Picture_Planet_GmbH\Verowa_Connect\Verowa_Connect_Db->check_db_version, Picture_Planet_GmbH\Verowa_Connect\Verowa_Connect_Db->update_wp_database, dbDelta
[06-May-2026 10:03:02 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'KEY post_id (`post_id`),
		KEY hash (`hash`),
		KEY deprecated (`deprecated...' at line 17 for query CREATE TABLE `wp_verowa_postings` (
		`ver_post_id` INT UNSIGNED NOT NULL,
		`event_id` INT UNSIGNED NOT NULL,
		`post_id` BIGINT(20) UNSIGNED NOT NULL,
		`content` TEXT NOT NULL COMMENT "JSON",
		`search_content` TEXT NOT NULL COMMENT "Text without HTML-Tags",
		`position` INT UNSIGNED NOT NULL,
		`publ_datetime_from` DATETIME NOT NULL,
		`publ_datetime_to` DATETIME NOT NULL,
		`hash` VARCHAR(32) NOT NULL,
		`ver_last_mod_on` DATETIME NOT NULL,
		`modified_when` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
		`created_when` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP,
		`deprecated` TINYINT NOT NULL DEFAULT 0,
		`deprecated_content` TINYINT NOT NULL DEFAULT 0 COMMENT "Post content is deprecated after template update",
		PRIMARY KEY (`ver_post_id`)
		KEY post_id (`post_id`),
		KEY hash (`hash`),
		KEY deprecated (`deprecated`)
		) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, Picture_Planet_GmbH\Verowa_Connect\Verowa_Connect_Db->check_db_version, Picture_Planet_GmbH\Verowa_Connect\Verowa_Connect_Db->update_wp_database, dbDelta
[06-May-2026 10:03:02 UTC] WordPress database error Table 'wordpress.wp_verowa_templates' doesn't exist for query SELECT count(`template_id`) as `count` FROM `wp_verowa_templates` WHERE `type` = "roster"; made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, Picture_Planet_GmbH\Verowa_Connect\Verowa_Connect_Db->check_db_version, verowa_roster_add_duty_templates
[06-May-2026 10:03:02 UTC] WordPress database error Table 'wordpress.wp_verowa_templates' doesn't exist for query SHOW FULL COLUMNS FROM `wp_verowa_templates` made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, Picture_Planet_GmbH\Verowa_Connect\Verowa_Connect_Db->check_db_version, verowa_roster_add_duty_templates
[06-May-2026 10:03:02 UTC] WordPress database error Table 'wordpress.wp_verowa_templates' doesn't exist for query SHOW FULL COLUMNS FROM `wp_verowa_templates` made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, Picture_Planet_GmbH\Verowa_Connect\Verowa_Connect_Db->check_db_version, verowa_roster_add_duty_templates
[06-May-2026 10:03:02 UTC] PHP Notice:  Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>verowa-connect</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in /wp-includes/functions.php on line 6131
[06-May-2026 10:03:02 UTC] WordPress database error Table 'wordpress.wp_verowa_templates' doesn't exist for query UPDATE `wp_verowa_templates` SET `entry` = REPLACE(`entry`, "{CATERING}", "mit {CATERING}")
					WHERE `type` = "eventdetails" AND `entry` like "%{CATERING}%" AND `entry` NOT LIKE "%with {CATERING}%"; made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, Picture_Planet_GmbH\Verowa_Connect\Verowa_Connect_Db->check_db_version
[06-May-2026 10:03:02 UTC] PHP Warning:  require_once(/wp-content/plugins/admin/class-verowa-templates-list.php): Failed to open stream: No such file or directory in /wp-content/plugins/verowa-connect/class-verowa-connect-db.php on line 166
[06-May-2026 10:03:02 UTC] PHP Fatal error:  Uncaught Error: Failed opening required '/wp-content/plugins/admin/class-verowa-templates-list.php' (include_path='.:/opt/bitnami/php/lib/php') in /wp-content/plugins/verowa-connect/class-verowa-connect-db.php:166
Stack trace:
#0 /wp-content/plugins/verowa-connect/verowa-connect.php(140): Picture_Planet_GmbH\Verowa_Connect\Verowa_Connect_Db->check_db_version()
#1 /wp-includes/class-wp-hook.php(341): {closure}()
#2 /wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()
#3 /wp-includes/plugin.php(522): WP_Hook->do_action()
#4 /wp-settings.php(593): do_action()
#5 /wp-config.php(191): require_once('...')
#6 /wp-load.php(50): require_once('...')
#7 /wp-admin/admin.php(35): require_once('...')
#8 /wp-admin/plugins.php(10): require_once('...')
#9 {main}
  thrown in /wp-content/plugins/verowa-connect/class-verowa-connect-db.php on line 166
See also: All tests for this plugin