nette 2.1 dev – PHP 5.3 – Call to undefined method Nette\PhpGenerator\ClassType::addExtend()

Notice: This thread is very old.
duskohu
Member | 778
+
0
-

Hi I update nette 2.1 dev reference: b1613b11a2355e9073a5de8a99fed7e83de3982b
PHP 5.3.22
But I have problem with Nette\PhpGenerator\ClassType sometimes, I have error with:

Call to undefined method Nette\PhpGenerator\ClassType::addExtend()

When I delete cache and wait about 5 minutes, then refresh page all is ok, but later I have again eroor. I noticed that in your temp directory does not generate btfj.dat file. I have the same applications on PHP 5.4.3 and there no problem.

Here is the report

Last edited by duskohu (2013-07-18 10:42)

David Grudl
Nette Core | 8082
+
0
-

addExtend is virtual method defined by phpDoc annotation, so it seems like problem with eAccelerator. See https://forum.nette.org/…cceleratorem

enumag
Member | 2118
+
0
-

@DG: Why is turned off (or nonexistent) eAccelerator not required by the Requirements Checker then?

Last edited by enumag (2013-07-18 12:35)