Not sure if this is the correct place to post this, but I tried the forums and had no responses there other than someone suggesting I should post it here.
I've got a Drupal site that I've been working on for some time up and running, and everything seems good, except that when creating or editing content (of any type), when you click "Preview", it just reloads the existing create or edit form (with all its contents still intact, thankfully) instead of previewing the page. It doesn't matter what content type it is; whether a basic page or story or something more specialized using an add-on module; it happens this way for everything.
I've searched the forums and couldn't find any other reference to this problem, so I guess it's not a common one... I'm not sure what could be accounting for it. I haven't modified the create or edit content forms in any way, and as I said, it's not specific to any one content type - it affects all of them.
Has anyone ever run into this before?
BTW, I *think* the site is using 4.7.6, but I'm not 100% sure, and I haven't been able to find any way to tell what version it is. But the $id line at the top of the index.php file is "// $Id: index.php,v 1.90.2.1 2006/12/12 13:50:59 killes Exp $" if that helps any.
Comments
Comment #1
spidersilk commentedSorry, forgot to add the following:
PHP version 5.20
MySQL version 5.0.27
Linux/Apache server, shared web host
Drupal modules installed include bbcode, e-commerce, event, gsitemap, image, img_assist, pathauto, simplenews and views.
Theme is a modified version of Multiflex.
URL: http://www.womenshealthyenvironments.ca/
Comment #2
jp.stacey commentedHi,
If have the e-commerce module installed then there's some issue about that and content preview not working: http://drupal.org/node/141605 . I'm getting the same problem, and looking into it right now!
J-P
Comment #3
Dabitch commentedHmmmm.
I too have ecommerce installed but I didn't notice my previews vanishing until after that - not right at the moment I enabled ecommerce.
I posted here - Preview posts / story / comments / any node suddenly broke? - and have since then discovered that it only affects those logged in as admin. I'm not 100% sure but the preview probably stopped working (it did work in the beginning) when I created a fifth user role. And then deleted it because it seemed to mess things up.
Comment #4
jp.stacey commentedHaven't checked it yet, but apparently there's a bugfix for the ecommerce problem, if that's what's causing it: http://drupal.org/node/148315
Comment #5
Dabitch commentedyes, it was the commerce that caused it. fixed now. thanks all.
Comment #6
ricabrantes commentedIssue resolved... Closed..