by Javi Ac.
Hello, I am trying to restore a moodle site from centos to another centos machine. Everything seems to work, but when I go to menu "administration site>plugins>view plugins" to get a list of all plugins, if there is any update, and so on, I get an error like this saying something like:
"Error coding..it must be correct by a developer: File store path does not exist and can not be created".
Debug info:
Error code: codingerror
Error code: codingerror
Stack trace:
- line 642 of /cache/stores/file/lib.php: coding_exception thrown
- line 433 of /cache/stores/file/lib.php: call to cachestore_file->ensure_path_exists()
- line 512 of /cache/classes/loaders.php: call to cachestore_file->set()
- line 1309 of /cache/classes/loaders.php: call to cache->set()
- line 3733 of /lib/pluginlib.php: call to cache_application->set()
- line 3699 of /lib/pluginlib.php: call to plugininfo_portfolio::get_enabled_portfolios()
- line 1058 of /admin/renderer.php: call to plugininfo_portfolio->is_enabled()
- line 355 of /admin/renderer.php: call to core_admin_renderer->plugins_overview_panel()
- line 164 of /admin/plugins.php: call to core_admin_renderer->plugin_management_page()
COuld it be a problem in a plugin? how can I solve it?
Many thanks. I hope somebody could help me.