OmerAslan Posted May 27, 2016 Report Share Posted May 27, 2016 Hello, When i fill a pirep manually i get this error, Strict Standards: Non-static method CodonEvent::hasStop() should not be called statically, assuming $this from incompatible context in /home/pilotomeraslan/public_html/baw/core/modules/PIREPS/PIREPS.php on line 478 How can i fix it? Thanks... Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted May 27, 2016 Moderators Report Share Posted May 27, 2016 Does the pirep get filled into the system? Try changin line 104 in core/classes/CodonEvent.class.php from public function hasStop($eventname) to public static function hasStop($eventname) Quote Link to comment Share on other sites More sharing options...
OmerAslan Posted May 31, 2016 Author Report Share Posted May 31, 2016 Hi my friend. Ä° changed it. Still haave same problem. But pirep comes to us. So not a big deal i guess. But today when i go to pilot center to view flight schedules i got this Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 7061504 bytes) in /home/pilotomeraslan/public_html/a/lib/skins/crystal/layout.php on line 110 and i can not see any schedules. Quote Link to comment Share on other sites More sharing options...
Virtualei Posted July 18, 2016 Report Share Posted July 18, 2016 Does the pirep get filled into the system? Try changin line 104 in core/classes/CodonEvent.class.php from public function hasStop($eventname) to public static function hasStop($eventname) This worked for me Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.