Skip Navigation

[Closed] PHP Deprecated: ctype_digit(): in factory php

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 2 voices.

Last updated by Christopher Amirian 1 year, 2 months ago.

Assisted by: Christopher Amirian.

Author
Posts
#2657709

I am trying to: access my wp-admin

I expected to see: my dashboard page

Instead, I got: [28-Jul-2023 05:59:04 UTC] PHP Deprecated: ctype_digit(): Argument of type WP_Post will be interpreted as string in the future in /home/gran2379/public_html/wp-content/plugins/cred-frontend-editor/vendor/toolset/toolset-common/inc/autoloaded/field/group/factory.php on line 134

how to solve this? please guide me. thanks

#2658159

Christopher Amirian
Supporter

Languages: English (English )

Hi there,

The deprecation notice you shared does not halt the execution of the code and it should not have anything to do with the issue of not being able to access wp-admin.

You can force WordPress to not show that notice by adding the code below to wp-config.php file of your website root:

define( 'WP_DEBUG', false );

Please add the code above the line below:

/* That's all, stop editing! Happy blogging. */

Also as a test you can access your website files in FTP and go to wp-content/plugins/ folder and deactivate toolset related plugins by renaming their respective folders.

Thanks.

The topic ‘[Closed] PHP Deprecated: ctype_digit(): in factory php’ is closed to new replies.