I’m attempting to post a first-ever entry in a channel, and it’s failing silently.
I am logged in under the admin account (the only account that I use). A few months ago I created a channel called “Presidents,” which has seventeen custom fields. None are interesting or complicated—just date, textarea, and text input fields. Only a half dozen are required. This channel has no associated templates, it isn’t assigned to any category groups, and it has entry versioning enabled. Attempting to create the first entry, it fails every time. I complete all required fields, hit “Submit,” and the page reloads. No error message is displayed, and the entry is not saved. The title still reads “New Entry: Presidents.” I’ve tried completing all fields, regardless of whether they’re required, and it fails just the same.
A few data points, some because they’re obviously necessary to debug this, others that I suspect are useful based on ~45 minutes of reading forum posts on this topic:
* the discussion forum module is not installed
* this entry is not listed in the Pages module
* no error is recorded in the HTTP log
* $debug = 1 in system/index.php
* I’m running v2.2.2, build 20110801
* 128MB of RAM is permitted for each PHP process
* add-ons are Pages, AJW DataGrab, Wygwam, CP Analytics, Facelift, and eMarketSouth String Plugin
Output Profiler didn’t provide anything that seemed useful. The content within all fields was posted appropriately. Among the 48 (!) SQL queries, there was just one insert (INSERT INTO exp_security hashes) and one update (UPDATE `exp_sessions`). Also, $_POST[‘entry_id’] = 0, and class/method = “content_publish/entry_form”.
I’m not sure of what else to try at this point. Any ideas?