Posts: 105
Threads: 10
Joined: Dec 2009
Hello,
When all plugins are loaded, the execution of the exec-php module can cause problems on other plugins.
For example: p01-contact clientfile, protected_content.
To run properly, we need the exec-php module runs after the other.
To solve this problem, rename "exec-php.php" to "zzz_exec-php.php".
It is interesting that the exec-php plugin or integrated as standard, and subsequently executed.
Posts: 1,848
Threads: 86
Joined: Aug 2009
Good catch... I will go ahead and change the name of the file in Extend. Mike talked about maybe writing a "priority" system for plugins, but he hasn't had the time yet.
-
Chris
Thanks for using GetSimple! - Download
Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Posts: 290
Threads: 26
Joined: Oct 2010
Do the plugins load alphabetically?
If so could I just keep plugins in a different folder and symlink them to get them to load in the order I desire?
-Rob A>
Posts: 1,848
Threads: 86
Joined: Aug 2009
@RobA - not sure if that would work for you. And, we just load them, so how the server serves them up is how they get loaded. Since it worked when he changed the name to zzzzz_* i guess that it does
-
Chris
Thanks for using GetSimple! - Download
Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Posts: 105
Threads: 10
Joined: Dec 2009
D'oh!
That's don't work,
The last week my plugin contact is good, not yet.
I think, the idea to integrate exec-php in standard is very interressant..
Posts: 5
Threads: 2
Joined: Feb 2011
I found that exec-php causes the contact form plugin to not work, no matter how many zzzzz's are attached to the name ;-)
Posts: 1,848
Threads: 86
Joined: Aug 2009
f1gp Wrote:I found that exec-php causes the contact form plugin to not work, no matter how many zzzzz's are attached to the name ;-)
maybe
... but then again, it's just a plugin so you can choose to use or not to use it...
-
Chris
Thanks for using GetSimple! - Download
Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Posts: 105
Threads: 10
Joined: Dec 2009
If we want to use it and use contact form ?