Home
Custom post types for WordPress – ACPT Lite
1.0.1
Does ACPT Lite work with WordPress 5.8.2 and PHP 7.4.8? A smoke test was performed on 2022-01-03 14:58:11 UTC .
Summary
Errors
The plugin could not be activated
3 PHP fatal errors 3 Database errors
No JavaScript exceptions
No resource errors
Environment
WordPress version 5.8.2 PHP version 7.4.8 MySQL version 8.0.21 PHP memory limit 256M
Pages 1 Plugins ‹ Test site — WordPress
URL
/wp-admin/plugins.php?plugin=acpt-lite%2Fadvanced-custom-post-type-lite.php
Requested URL
/wp-admin/plugins.php?action=activate&plugin=acpt-lite%2Fadvanced-custom-post-type-lite.php&plugin_status=all&paged=1&s&_wpnonce=394df150b1
Aspect
after-activation
HTTP status
200
Load time
0.443 s
Memory usage
3.04 MiB
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.
Language
%
Lines of code
Comment lines
Files
PHP 90.2% 6,417 2,773 45 CSS 4.7% 336 9 1 JavaScript 4.6% 326 22 4 JSON 0.5% 33 0 1 SVG 0.1% 5 0 1
Total
7,117
2,804
52
Lines of code
6,413
Total complexity
1,031
Median class complexity
6.0
Median method complexity
2.0
Most complex class
ACPT_Lite\Utils\Assert
Most complex function
ACPT_Lite\Includes\ACPT_Lite_DB::import()
Classes
42
Methods
372
Functions
0
Additions
No data available.
PHP Error Log 117 lines [03-Jan-2022 14:58:24 UTC] WordPress database error Table 'wordpress.acpt_custom_post_type' doesn't exist for query
INSERT INTO `acpt_custom_post_type`
(`id`,
`post_name` ,
`singular` ,
`plural`,
`icon`,
`native`,
`supports`,
`labels`,
`settings`
) VALUES (
'ecf43623-e8a4-47cf-9a8a-cb4cbd9e3c4b',
'post',
'Post',
'Posts',
'admin-post',
'1',
'[]',
'[]',
'[]'
) ON DUPLICATE KEY UPDATE
`post_name` = 'post',
`singular` = 'Post',
`plural` = 'Posts',
`icon` = 'admin-post',
`native` = '1',
`supports` = '[]',
`labels` = '[]',
`settings` = '[]'
; made by activate_plugin, plugin_sandbox_scrape, include_once('/plugins/acpt-lite/advanced-custom-post-type-lite.php'), ACPT_Lite::checkForPluginUpgrades, ACPT_Lite\Includes\ACPT_Lite_DB::sync, ACPT_Lite\Includes\ACPT_Lite_DB::createNativePostTypes, ACPT_Lite\Includes\ACPT_Lite_DB::save, ACPT_Lite\Includes\ACPT_Lite_DB::executeQueryOrThrowException
[03-Jan-2022 14:58:24 UTC] PHP Fatal error: Uncaught Exception: Table 'wordpress.acpt_custom_post_type' doesn't exist in /wp-content/plugins/acpt-lite/src/Includes/ACPT_Lite_DB.php:2283
Stack trace:
#0 /wp-content/plugins/acpt-lite/src/Includes/ACPT_Lite_DB.php(1747): ACPT_Lite\Includes\ACPT_Lite_DB::executeQueryOrThrowException()
#1 /wp-content/plugins/acpt-lite/src/Includes/ACPT_Lite_DB.php(252): ACPT_Lite\Includes\ACPT_Lite_DB::save()
#2 /wp-content/plugins/acpt-lite/src/Includes/ACPT_Lite_DB.php(218): ACPT_Lite\Includes\ACPT_Lite_DB::createNativePostTypes()
#3 /wp-content/plugins/acpt-lite/advanced-custom-post-type-lite.php(80): ACPT_Lite\Includes\ACPT_Lite_DB::sync()
#4 /wp-content/plugins/acpt-lite/advanced-custom-post-type-lite.php(89): ACPT_Lite::checkForPluginUpgrades()
#5 /wp-admin/includes/plugin.php in /wp-content/plugins/acpt-lite/src/Includes/ACPT_Lite_DB.php on line 2283
[03-Jan-2022 14:58:24 UTC] WordPress database error Table 'wordpress.acpt_custom_post_type' doesn't exist for query
INSERT INTO `acpt_custom_post_type`
(`id`,
`post_name` ,
`singular` ,
`plural`,
`icon`,
`native`,
`supports`,
`labels`,
`settings`
) VALUES (
'a000a353-1faf-43fa-8ee1-23681bbcac21',
'post',
'Post',
'Posts',
'admin-post',
'1',
'[]',
'[]',
'[]'
) ON DUPLICATE KEY UPDATE
`post_name` = 'post',
`singular` = 'Post',
`plural` = 'Posts',
`icon` = 'admin-post',
`native` = '1',
`supports` = '[]',
`labels` = '[]',
`settings` = '[]'
; made by plugin_sandbox_scrape, include_once('/plugins/acpt-lite/advanced-custom-post-type-lite.php'), ACPT_Lite::checkForPluginUpgrades, ACPT_Lite\Includes\ACPT_Lite_DB::sync, ACPT_Lite\Includes\ACPT_Lite_DB::createNativePostTypes, ACPT_Lite\Includes\ACPT_Lite_DB::save, ACPT_Lite\Includes\ACPT_Lite_DB::executeQueryOrThrowException
[03-Jan-2022 14:58:24 UTC] PHP Fatal error: Uncaught Exception: Table 'wordpress.acpt_custom_post_type' doesn't exist in /wp-content/plugins/acpt-lite/src/Includes/ACPT_Lite_DB.php:2283
Stack trace:
#0 /wp-content/plugins/acpt-lite/src/Includes/ACPT_Lite_DB.php(1747): ACPT_Lite\Includes\ACPT_Lite_DB::executeQueryOrThrowException()
#1 /wp-content/plugins/acpt-lite/src/Includes/ACPT_Lite_DB.php(252): ACPT_Lite\Includes\ACPT_Lite_DB::save()
#2 /wp-content/plugins/acpt-lite/src/Includes/ACPT_Lite_DB.php(218): ACPT_Lite\Includes\ACPT_Lite_DB::createNativePostTypes()
#3 /wp-content/plugins/acpt-lite/advanced-custom-post-type-lite.php(80): ACPT_Lite\Includes\ACPT_Lite_DB::sync()
#4 /wp-content/plugins/acpt-lite/advanced-custom-post-type-lite.php(89): ACPT_Lite::checkForPluginUpgrades()
#5 /wp-admin/includes/plugin.php in /wp-content/plugins/acpt-lite/src/Includes/ACPT_Lite_DB.php on line 2283
[03-Jan-2022 14:58:24 UTC] WordPress database error Table 'wordpress.acpt_custom_post_type' doesn't exist for query
INSERT INTO `acpt_custom_post_type`
(`id`,
`post_name` ,
`singular` ,
`plural`,
`icon`,
`native`,
`supports`,
`labels`,
`settings`
) VALUES (
'194536ae-9a04-4ac3-ad4d-5e2b4dc23397',
'post',
'Post',
'Posts',
'admin-post',
'1',
'[]',
'[]',
'[]'
) ON DUPLICATE KEY UPDATE
(+17 more lines)