Skip to content

Instantly share code, notes, and snippets.

Created January 28, 2015 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/12ddd1f8dc4f4a39555e to your computer and use it in GitHub Desktop.
Save anonymous/12ddd1f8dc4f4a39555e to your computer and use it in GitHub Desktop.
Symphony Fatal Error: Could not find Data Source feedcreated. If it was provided by an Extension, ensure that it is installed, and enabled.
An error occurred in /Users/marciotoledo/WWW/feedbacker/public/symphony/lib/toolkit/class.datasourcemanager.php around line 197
192 {
193 $classname = self::__getClassName($handle);
194 $path = self::__getDriverPath($handle);
195
196 if (!is_file($path)) {
197 throw new Exception(
198 __('Could not find Data Source %s.', array('<code>' . $handle . '</code>'))
199 . ' ' . __('If it was provided by an Extension, ensure that it is installed, and enabled.')
200 );
201 }
Backtrace
[/Users/marciotoledo/WWW/feedbacker/public/symphony/content/content.blueprintsdatasources.php:102]
DatasourceManager::create();
[/Users/marciotoledo/WWW/feedbacker/public/symphony/content/content.blueprintsdatasources.php:34]
contentBlueprintsDatasources->__form();
[/Users/marciotoledo/WWW/feedbacker/public/symphony/lib/toolkit/class.administrationpage.php:699]
contentBlueprintsDatasources->__viewEdit();
[/Users/marciotoledo/WWW/feedbacker/public/symphony/lib/toolkit/class.administrationpage.php:649]
AdministrationPage->__switchboard();
[/Users/marciotoledo/WWW/feedbacker/public/symphony/lib/toolkit/class.administrationpage.php:459]
AdministrationPage->view();
[/Users/marciotoledo/WWW/feedbacker/public/symphony/lib/core/class.administration.php:209]
AdministrationPage->build();
[/Users/marciotoledo/WWW/feedbacker/public/symphony/lib/core/class.administration.php:473]
Administration->__buildPage();
[/Users/marciotoledo/WWW/feedbacker/public/symphony/lib/boot/func.utilities.php:232]
Administration->display();
[/Users/marciotoledo/WWW/feedbacker/public/symphony/lib/boot/func.utilities.php:208]
symphony_launcher();
[/Users/marciotoledo/WWW/feedbacker/public/index.php:14]
symphony();
Database Query Log
[0.0001] SET character_set_connection = 'utf8', character_set_database = 'utf8', character_set_server = 'utf8';
[0.0001] SET CHARACTER SET 'utf8';
[0.0001] SET time_zone = '-02:00';
[0.0010] SELECT SQL_CACHE t1.name, t2.page, t2.delegate, t2.callback FROM `sym_extensions` as t1 INNER JOIN `sym_extensions_delegates` as t2 ON t1.id = t2.extension_id WHERE t1.status = 'enabled' ORDER BY t2.delegate, t1.name;
[0.0003] SELECT SQL_CACHE `session_data` FROM `sym_sessions` WHERE `session` = 'nj8fq91eolbtsabl5u6htkdva3' LIMIT 1;
[0.0002] SELECT SQL_CACHE a.* FROM `sym_authors` AS `a` WHERE `username` = 'toledointeractive' ORDER BY a.id ASC LIMIT 1;
[0.0002] UPDATE sym_authors SET `last_seen` = '2015-01-28 13:00:36' WHERE `id` = 1;
[0.0004] SELECT SQL_CACHE `name` FROM `sym_extensions` WHERE `status` = 'enabled';
[0.0003] SELECT SQL_CACHE * FROM `sym_extensions`;
[0.0005] SELECT SQL_CACHE `s`.* FROM `sym_sections` AS `s` ORDER BY `s`.`sortorder` asc;
[0.0003] SELECT SQL_CACHE * FROM sym_anti_brute_force_wl WHERE IP = '127.0.0.1' LIMIT 1;
[0.0001] SELECT SQL_CACHE * FROM sym_anti_brute_force_bl WHERE IP = '127.0.0.1' LIMIT 1;
[0.0010] SELECT SQL_CACHE * FROM sym_anti_brute_force WHERE IP = '127.0.0.1' AND UNIX_TIMESTAMP(LastAttempt) + (60 * 60) > UNIX_TIMESTAMP() AND FailedCount >= 5 LIMIT 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment