Note: I see addons directory in the repository, not in the zip file.
Jim
Seeing the same issue on my site, too. Deleting the Orbisius plug-in directory doesn’t fix the problem.
Same here, latest update broke the site. Above the Fatal Error I get
Warning: require_once(/home1/ab90944/public_html/mtp/wp-content/plugins/orbisius-child-theme-creator/addons/cloud_lib/init.php): failed to open stream: No such file or directory in /home1/ab90944/public_html/mtp/wp-content/plugins/orbisius-child-theme-creator/orbisius-child-theme-creator.php on line 48
Nothing works on the site now.
@gravelbikecom and @jjanthony: deleting the directory and its contents does work.
rm -r -f /home/xxxxxxxx/public_html/wp-content/plugins/orbisius-child-theme-creator
You have to get rid of the directory itself, as well as its contents.
Jim
I don’t have shell access, but I deleted the directory and files via cPanel. My site will load, but if I try to access the Updates section of wp-admin, I get the aforementioned errors.
I may do that, thanks. I submitted it to them via their quick contact form at their web site (recommended action on another thread) so hopefully they see it and fix it soon.
@gravelbikecom and @jjanthony: You are right – gets your website back on the air. In order to use admin, you have to dig a bit in the database using phpMyAdmin or a similar tool. See here or here. Be aware if you have a lot of plugins, it is not easy. You can also use the phpMyAdmin method described here to deactivate all plugins.
Also, the author’s repository has the missing subdirectory in it and I, too, sent him a quick message. Hopefully, a new zip will be available soon.
Jim
Hi All,
I really apologize.
This version wasn’t supposed to be release just yet.
It was scheduled for release in an hour.
We’ll fix it ASAP!!!
Slavi
@gravelbikecom – that’s strange. My admin and updates section are working fine on WP Multisite and Single Site, shows this plugin deactivated (since the directory is now missing).
Jim
@lordspace Thank you for your prompt response! I love this plugin and use it constantly!
Jim
We’ve just released a new version 1.4.1.
It has the missing files.
So sorry about that!
Slavi (@lordspace) – Thank you! All better now! No worries – I easily reinstalled on my 30+ sites using ManageWP!
Jim
All I get are fatal errors, do I have to delete the plugin and directory etc and start all over?
I deleted the old plug-in directory, installed the new version, and still see these errors:
Warning: require_once(/home/xxx/public_html/wp-content/plugins/orbisius-child-theme-creator/addons/cloud_lib/init.php): failed to open stream: No such file or directory in /home/xxx/public_html/wp-content/plugins/orbisius-child-theme-creator/orbisius-child-theme-creator.php on line 48
Fatal error: require_once(): Failed opening required ‘/home/xxx/public_html/wp-content/plugins/orbisius-child-theme-creator/addons/cloud_lib/init.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/xxx/public_html/wp-content/plugins/orbisius-child-theme-creator/orbisius-child-theme-creator.php on line 48
Deleting got my site back up, just deleted the orbisius folder in plugins directory and I’m back in action. Thanks.