Class ‘BasePresenter’ not found – any wrong with auto loader?

Notice: This thread is very old.
tachyon
Member | 101
+
0
-

Hi all,
a have one a little trouble with extended my BasePresenter with HomePresenter. When I use:

class HomePresenter extends BasePresenter {
...
}

and this give me error message:

Class 'BasePresenter' not found

I try find some resolution on forum, unfortunately I haven't got lucky.
I use Nette 2.0-beta for php 5.2 with prefix.
For see all code a saved it on http://nette.aikidohostivar.cz/…e-chybka.zip

Is any thing wrong in auto loader for class? Or I have some bad things in code?

Thanks for helping,
pm*

Last edited by tachyon (2011-09-04 11:27)

tachyon
Member | 101
+
0
-

Hi all,
finally help me on czech forum
I must use file config.neon instead of config.ini and there set value services/robotLoader/run to true.
Example:

services:
	robotLoader:
		run: true

Thanks a lot,
pm*