Hello, I am trying to: access hidden link
I expected to see: my dashboard admin
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
could you assist me how to fix this please?
thanks in advance.
Hi there,
I am not sure if which version of PHP you use but I suggest that you use 8.0.x or lower.
If you provide the debug information I can see what is your server's PHP version:
https://toolset.com/faq/provide-debug-information-faster-support/
Thanks.
Hello at this time i using version 8.1, i already change to 8.0 and 7.4 but the error still exist. Unfortunately i cant access my dashboard admin, that's why i also cant provide the Toolset Debug Information 🙁 any other suggestion, please?
update:
i activate the log_error through PHP Tools Cpanel and got:
Fatal error: Uncaught Error: Undefined constant "ABSPATH" in /home/gran2379/public_html/wp-admin/index.php:9 Stack trace: #0 {main} thrown in /home/gran2379/public_html/wp-admin/index.php on line 9
hope this useful to you to assist me to fix this error. Thx
Hello Christopher,
Fortunately, i can access my admin dashboard by typing the url directly. and above the debug information. If you need any information, please let me know.
Hi there,
Thank you, I checked the error and it does not say necessarily it is from the Toolset plugins. It is a WordPress Ajax issue that might cause from any plugin installed in WordPress.
I suggest that you check by deactivating Toolset plugins one by one and test.
Whenever you can not access to the dashboard you can simply go to your website files via FTP or your hosting file manager and go to wp-content/plugins folder.
Rename the folders there to force of the plugin deactivation. That way the faulty plugin will be found.
Thanks.