tel8618217223380 / prado3

Automatically exported from code.google.com/p/prado3
Other
0 stars 0 forks source link

Call to undefined method TApplication::getConfigurationType() i #170

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Updated prado to revision 2666 (merge revision)
2. An application using pradolite.php produces following error message:

Fatal error: Call to undefined method TApplication::getConfigurationType()
in D:\wwwroot\prado\framework\Data\TDataSourceConfig.php on line 66

trace:
..
> TApplication->initApplication( )  ..\pradolite.php:8765
> TApplication->applyConfiguration( )   ..\pradolite.php:9097
> TDataSourceConfig->init( )    ..\pradolite.php:9067

The application object on line 66 in TDataSourceConfig.php seems to be
initialized, but the method getConfigurationType() is missing.

I tried to change to prado.php and the error was gone.. Thus it must be a
pradolite issue

Original issue reported on code.google.com by poul.s...@gmail.com on 30 May 2009 at 8:56

GoogleCodeExporter commented 9 years ago
Set status to Invalid since pradolite.php is not part of repository!

File will be generate in build process and therefor only available in releases 
e.g. 3.1.5

Original comment by GODZilla...@gmail.com on 30 May 2009 at 10:34