I made a fresh installation of Drupal 7, and then installed the Devel module. I created a few content types, and then used Devel's generate feature to create 50 assorted nodes. If I try and create more nodes while selecting the option to delete the previously created and already existing Devel-generated nodes, the operation does not complete and I'm taken to a wall of text, black on white.

The output looks really similar to something from a var_dump:

object(stdClass)#70 (30) { ["vid"]=> string(3) "102" ["uid"]=> string(1) "7" ["title"]=> string(19) "Commodo Lucidus Sed" ["log"]=> string(0) "" ["status"]=> string(1) "1" ["comment"]=> string(1) "1" ["promote"]=> string(1) "1" ["sticky"]=> string(1) "0" ["nid"]=> string(3) "102" ["type"]=> string(16) "photo_submission" ["language"]=> string(3) "und" ["created"]=> string(10) "1295175117" ["changed"]=> string(10) "1297677515" ["tnid"]=> string(1) "0" ["translate"]=> string(1) "0" ["revision_timestamp"]=> string(10) "1297677515" ["revision_uid"]=> string(1) "1" ["body"]=> array(1) { ["und"]=> array(1) { [0]=> array(5) { ["value"]=> string(2575) "Acsi facilisis lucidus similis. Abico dolus incassum praemitto quis rustic

After that, I am no longer able to delete content at all - including content not generated by Devel generate. The delete operation brings me to confirmation, but ultimately I end up at the object dump. As it stands, I can't delete any content on my site right now.

Comments

triskele’s picture

Still haven't been able to fix this problem. Any suggestions?

salvis’s picture

Judging from the non-response, this seems to be an uncommon problem, maybe some quirk of your installation.

Try installing Drupal on a different computer, under a different operating system, with different versions of web server, PHP, MySQL...

Sorry, that's the best I can offer...

moshe weitzman’s picture

Status: Active » Postponed (maintainer needs more info)
wrd’s picture

I'm having the same problem trying to delete nodes - but I did not create any nodes with the devel module, and indeed, while it's installed, it's currently disabled.

przemekz’s picture

I had the same problem with firefox 3.6. Opera works well.

daekano’s picture

Possibly unrelated.

I had similar issues, deleting any dated nodes generated by Devel resulted in two delete confirmation pages, and of course I would get a Server 500 error and the nodes would not be deleted. New nodes could be deleted without any problems.

In my error log:

2012/02/24 09:36:55 [error] 3707#0: *124422 FastCGI sent in stderr: "PHP Fatal error:  Cannot use object of type stdClass as array in /var/www/xxxxxxxxxxxxxxx/public_html/sites/all/modules/views_content_cache/plugins/views_content_cache/node.inc on line 19" while reading response header from upstream, client: 70.73.128.212, server: 96.126.100.124, request: "POST /node/75/delete?destination=admin%2Fcontent& HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "xx.xx.xx.xx", referrer: "http://96.126.100.124/node/75/delete?destination=admin%2Fcontent&"
~

Disabling the Views Content Cache allowed me to delete the nodes.

willzyx’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closing for lack of activity. Feel free to reopen if the issue still exists