copperleaf
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Autoupgrade gone wrong (Forbidden error)Unfortunately I would have to agree with Otto42. The error message indicates that this is a server issue. I’m not familiar with PHPsuEXEC so I can’t provide any insight there. The only thing I can suggest is compare owner/group/permissions/.htaccess from other plugins and see if there is something different. I can take a look if you want if you create a test account.
Forum: Fixing WordPress
In reply to: WordPress Autoupgrade gone wrong (Forbidden error)Hi Navigatoris,
I’ve upgraded to 2.3.2 both on my test bed and on my host provider and it’s working fine. Of course I still want to figure out what is going on so we can get you back on track. For starters, at the bottom of the CPL options page, is a diagnostics button. Can you click that and post the results? Are you seeing problems with any other plugins?
Bill
Forum: Plugins
In reply to: Gripe against PHP dates prior to 1969I’ve looked at this library too (not for posts but for timestamping photos which can definitely be prior to 1970.) I’m wondering if the licenses clash. WP is GPL and the adodb license is “[…] released under BSD-style license […]”. Unfortunately he’s not clear on whether it’s the old style or new style bsd license. My understanding is that the old style (original) was not compatible with GPL which is stated in the GPL faq.
Forum: Plugins
In reply to: Hackers List Problem?Thx.
Forum: Plugins
In reply to: edit_form_advanced actionThanks for the info. I also noticed that there is a global defined in the admin page called $post_ID. However using the ‘get’ is probably a better approach.
I tried subscribing to the list but have been getting server errors for the last 2 days. I email the admin of the list.
Forum: Plugins
In reply to: edit_form_advanced actionIs this the proper forum for plugin coding questions?
Forum: Plugins
In reply to: edit_form_advanced actionI apologize. I should have proofread better. What I meant to say for the second question was:
The second question I have is how do I get the post id since it’s not passed in for the edit_form_advanced action (at least according to the codex)?