Hi @ludo-kwak,
You don’t need to require this file in your child theme, it’s already done by the parent theme.
I would suggest to remove this line of code from the functions.php file of your child theme.
We’ve made changes in class and method names in the latest version, that’s why you have this problem unfortunately.
I always publish a release note with a new version. Since there’s no easy way to publish the theme changelog in the WP admin (unlike the plugins), I would recommend to always check the release note when you see a Cutomizr theme update notification.
This recent forum thread might also be useful to fix your problem : https://ww.wp.xz.cn/support/topic/footer-disappeared-and-sidebar-widgets-overlapped-after-updates/
Hope it helps !
Thread Starter
Ludo
(@ludo-kwak)
Hi Nikeo, Thank you for your immediate reply. Removing line 46 from the childtheme functios.php solved the problem.
Everything seems to be working fine again.
* now making backups * 😉
Thnxs, Ludo.
I just updated the theme and I am now receiving this error when I attempt to login into the wp-admin section of the site. This is with debugging enabled.
Fatal error: Class ‘TC_activation_key’ not found in /home/username_removed/public_html/wp-content/themes/customizr/inc/czr-init.php on line 473
we are using customizr_pro, paid for.
So far this error has disabled any kind of access I have tried to wp-admin. I am rolling back to a backup copy of the site. Has anyone reported this? Or wp-admin being effected?
Hi,
Please report the problem with the pro support form.
http://presscustomizr.com/support
The team will do its best to help.
Thanks
@ludo-kwak ok perfect thanks for the feedback!
Initial topic resolved
Thank you, I had completely forgotten about that site.
Hi Nikeo,
I had the same problem as Ludo. After updating the theme I get the following:
Warning: require_once(/hermes/walnaweb01a/b211/moo.hisforhome/stlukes/wp-content/themes/customizr/inc/init.php): failed to open stream: No such file or directory in /hermes/walnaweb01a/b211/moo.hisforhome/stlukes/wp-content/themes/stlukes/functions.php on line 47 Fatal error: require_once(): Failed opening required ‘/hermes/walnaweb01a/b211/moo.hisforhome/stlukes/wp-content/themes/customizr/inc/init.php’ (include_path=’.:/usr/local/lib/php-5.3.29-amd64/lib/php’) in /hermes/walnaweb01a/b211/moo.hisforhome/stlukes/wp-content/themes/stlukes/functions.php on line 47
Unfortunately when I removed the following line of code from my child theme
require_once( get_template_directory() . ‘/inc/init.php’ );
it didn’t solve the issue
I now get the error message:
Warning: require_once(/hermes/walnaweb01a/b211/moo.hisforhome/stlukes/wp-content/themes/customizr/inc/init.php): failed to open stream: No such file or directory in /hermes/walnaweb01a/b211/moo.hisforhome/stlukes/wp-content/themes/customizr/functions.php on line 46 Fatal error: require_once(): Failed opening required ‘/hermes/walnaweb01a/b211/moo.hisforhome/stlukes/wp-content/themes/customizr/inc/init.php’ (include_path=’.:/usr/local/lib/php-5.3.29-amd64/lib/php’) in /hermes/walnaweb01a/b211/moo.hisforhome/stlukes/wp-content/themes/customizr/functions.php on line 46