Hello All,
I'm encountering a fatal error attempting to delete WP-dTree.
I just installed the plugin, and although it looks very cool, I decided on a static navigation for my site.
I deactivated it and attempted to delete it, but got this fatal error:
The theme has encountered a problem that it cannot recover from. Please use the following information to try to resolve the problem.
Error Code:
php_code_error:64:/home/dioni2a/public_html/ceorandy/wp-content/plugins/wp-dtree-30/uninstall.php:5:require_once() [function.require]: Failed opening required 'wp-dtree_cache.php' (include_path='.:/usr/lib/php:/usr/local/lib/php')
Message: A fatal code error occurred.
If you are unable to fix this problem, please copy all the text on this screen and send it to support@ithemes.com.
Debug Data:
Array
(
[0] => Array
(
[file] => /home/dioni2a/public_html/ceorandy/wp-content/themes/Builder/lib/classes/it-error.php
[line] => 121
[function] => fatal
[class] => ITError
[type] => ::
[args] => Array
(
[0] => php_code_error:64:/home/dioni2a/public_html/ceorandy/wp-content/plugins/wp-dtree-30/uninstall.php:5:require_once() [function.require]: Failed opening required 'wp-dtree_cache.php' (include_path='.:/usr/lib/php:/usr/local/lib/php')
[1] => A fatal code error occurred.
)
)
[1] => Array
(
[file] => /home/dioni2a/public_html/ceorandy/wp-content/themes/Builder/lib/classes/it-error.php
[line] => 148
[function] => handle_error
[class] => ITError
[type] => ::
[args] => Array
(
[0] => 64
[1] => require_once() [function.require]: Failed opening required 'wp-dtree_cache.php' (include_path='.:/usr/lib/php:/usr/local/lib/php')
[2] => /home/dioni2a/public_html/ceorandy/wp-content/plugins/wp-dtree-30/uninstall.php
[3] => 5
)
)
[2] => Array
(
[function] => it_error_shutdown
[args] => Array
(
)
)
)
--
I have some familiarity with html and css but am still pretty inexperienced with php. Is there an easy fix here?
Thanks for your help.