jasonhinkle / phreeze

Phreeze Framework for PHP
http://phreeze.com/
GNU Lesser General Public License v2.1
377 stars 207 forks source link

Error after building #269

Open rlebrao opened 6 years ago

rlebrao commented 6 years ago

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!