Hi Carlo,
No, we cant login because of this error:
Please do this: login to your server via FTP and navigate to this directory /public_html/yourdomain.com/wp-content/
and rename the plugins
folder, this will deactivate all your plugins. Now try to login, if it works then you know its a plugin that is causing the issue,
Navigate back to /public_html/yourdomain.com/wp-content/
and rename the folder back to plugins
, then back to your admin dashboard > plugins, activate the plugins one by one and see which plugin cause the error.
If that did not work, please go back to FTP and navigate to this directory /public_html/yourdomain.com/wp-content/themes/pro-child/
find the file functions.php
, open/edit it (but keep a backup of it), and make it a clean slate, remove all your custom functions in there, the issue could be coming from there. The content of your child theme’s functions.php file should only this:
<?php
// =============================================================================
// FUNCTIONS.PHP
// -----------------------------------------------------------------------------
// Overwrite or add your own custom functions to X Pro in this file.
// =============================================================================
// =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
// 01. Enqueue Parent Stylesheet
// 02. Additional Functions
// =============================================================================
// Enqueue Parent Stylesheet
// =============================================================================
add_filter( 'x_enqueue_parent_stylesheet', '__return_true' );
// Additional Functions
// =============================================================================
Actually, do the functions.php
file first before the renaming of plugins
folder to save you from re-activating the plugins if in case the issue is really coming from the custom functions.
If none of that works please provide us FTP credentials in a secure note so we can take a closer look.
By the way, how did you migrate your site? what plugin did you use?
Thanks,