-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation error #3
Comments
Hi, Do you have the
|
Thnks vinit On Tue, Jun 26, 2012 at 2:20 PM, Vineet Naik <
Regards |
HI vineet again the error after folowing ur method of cloning it is again On Tue, Jun 26, 2012 at 9:24 PM, Rahanuma Mohseni <
Regards |
Can you please try downloading the source code from this link - http://kodelearn.com/kodelearn.tar.gz. Extract it at some location where the server can find it and then proceed with the setup instructions from this point - https://github.com/kodeplay/kodelearn#application-config I packaged and uploaded it just now and it includes all the submodules so it should work. Please try and let me know. |
Hello
Note:while installation im getting an error as follows-
ErrorException [ Fatal Error ]: Class 'ORM' not found
MODPATH\notice\classes\notice.php [ 26 ]
21 }
22 return self::$_instance;
23 }
24
25 public function __construct() {
26 $noticesettings = ORM::factory('noticesetting')
27 ->where('institution_id' , ' = ', 1)
28 ->find();
29 $preferences = unserialize($noticesettings->preferences ? $noticesettings->preferences : serialize(array()));
30 $this->_preferences['email'] = array_keys(Arr::get($preferences, 'email', array()));
31 $this->_preferences['sms'] = array_keys(Arr::get($preferences, 'sms', array()));
{PHP internal call} » Kohana_Core::shutdown_handler()
Environment
The text was updated successfully, but these errors were encountered: