You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: DataAdapter::Close(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "DataDriverMySQLi" of the object you are trying to operate on was loaded before unserialize() gets called or provide a __autoload() function to load the class definition in C:\xampp\htdocs\phreeze\libs\verysimple\Phreeze\DataAdapter.php on line 202
Any ideas what it might be?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
After building the application, when i go to index i get this error:
print_r(): Property access is not allowed yet in Controller.php at line 733
#0 [internal function]: ExceptionThrower::HandleError(2, 'print_r(): Prop...', 'C:\xampp\htdocs...', 733, Array)
#1 C:\xampp\htdocs\phreeze\libs\verysimple\Phreeze\Controller.php(733): print_r(Object(__PHP_Incomplete_Class), true)
#2 C:\xampp\htdocs\phreeze\libs\verysimple\Phreeze\Controller.php(95): Controller->GetCurrentUser()
#3 C:\xampp\htdocs\phreeze\libs\verysimple\Phreeze\Dispatcher.php(149): Controller->__construct(Object(Phreezer), Object(SavantRenderEngine), NULL, Object(GenericRouter))
#4 C:\xampp\htdocs\timecase\index.php(28): Dispatcher::Dispatch(Object(Phreezer), Object(SavantRenderEngine), '', NULL, Object(GenericRouter))
#5 {main}
Fatal error: DataAdapter::Close(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "DataDriverMySQLi" of the object you are trying to operate on was loaded before unserialize() gets called or provide a __autoload() function to load the class definition in C:\xampp\htdocs\phreeze\libs\verysimple\Phreeze\DataAdapter.php on line 202
Any ideas what it might be?
Thanks!
The text was updated successfully, but these errors were encountered: