Announcement
Cannot access private property TexyHandlerInvocation::$parser
11 years ago
- jbendotnet
- Member | 5
Hi David,
When I have the following texy markup: (please view source of message if possible to see my markup, texy keeps converting it!
<pre>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum..
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</pre>
I always get this error
Fatal error: Cannot access private property TexyHandlerInvocation::$parser in /Texy/texy/modules/TexyBlockModule.php on line 129
any ideas?
cheers,
Jon
Last edited by jbendotnet (2008-09-05 00:57)
11 years ago
- David Grudl
- Nette Core | 6806
It seems like class name conflict. Do you use class named ‘Object’ in your application?
(it has been fixed in last revision)
11 years ago
- jbendotnet
- Member | 5
Hi David,
Yes, Texy is being used within a CakePHP application, Object is the base class pretty much!
Where can I get latest revision? The version I am using is the one from Aug 28th, I don't see an SVN or nightly binary link anywhere – can you provide?
thanks,
Jon
11 years ago
- jbendotnet
- Member | 5
Hi David,
I can confirm it's only an issue with the latest release published on the Texy site, if I revert to the previous version everything is cool.
Would appreciate a heads up when it's fixed.
Cheers,
Jon
11 years ago
- David Grudl
- Nette Core | 6806
I forget to update revision number and date in green download box :-) It has been fixed in rev. 218 (I hope).
11 years ago
- jbendotnet
- Member | 5
will download, thanks!