Hi all, i have made an relative komplex EE-Module. Through i have many forms, which are used in the CP and FE of Expression Engine i dealed with the cp-specific in my mcp.modulename.php and in this file i created instances of classes which deal with the pure output. the idea by doing so was, to use this classes in FE too. (one of the main point of OOP reusable code) Now i’ve tried to make an instance of one class i used in the mcp but when doing so the whole EE-Frontend stops to work i get an networkerror. So is there some kind of security-mechanism, which looks for instances of classes used in the EE-CP and stops the whole FE?
How to workaround?
Thx in advice, greetings from germany Andy
PS: sorry for my english
Cause i didn’t see any error in Browser i thought it was an security issue from EE. Now i saw something in the apache-error-log [Wed Jul 09 09:19:13 2008] [notice] Parent: child process exited with status 3221225477 – Restarting. [Wed Jul 09 09:19:22 2008] [notice] Apache/2.2.8 (Win32) DAV/2 mod_ssl/2.2.8 OpenSSL/0.9.8g mod_autoindex_color PHP/5.2.5 configured – resuming normal operations [Wed Jul 09 09:19:22 2008] [notice] Server built: Jan 18 2008 00:37:19 [Wed Jul 09 09:19:22 2008] [notice] Parent: Created child process 4984
I’m using XAMPP for local development on my Windows XP.
Any ideas?
Okay, thx for thinking about it. I seems to me, that i can solve it. I used 2 Classes with the same name, but different spelling.
This caused an loop cause in one class im calling parent::methodname(); So cause i use extended classes, and php doesn’t seem to case sensitive classnames i overlooked this thing.
this thread can be marked as solved 😉
thx for your help, Andy
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.