By drupalbaby on
I've got 6.13 installed
For some reason after having Drupa installed for almost a year i woke up and i couldn't delete a node. Its a welcome message content thing. I've tried every option and it just sits there with no error output in the logs. Has anyone run into this problem before?
Comments
Do you mean the welcome
Do you mean the welcome message on the home page when you have no content promoted to the front page?
i have a welcome message
i have already written my own welcome message already which replaced the default on the frontpage because it started showing duplicates of the same content. But when i looked inside the node the actual content wasn't duplicated. So i wanted to remove it and recreate it but its not letting me.
What do you mean by you can
What do you mean by you can not delete? No delete button? Or you get an error?
Are you logged in as user 1 (or the user who created the node)?
The error turned out to be
The error turned out to be Memcache being incorrectly installed.
nevets,
When i clicked to delete the content the button would show up of course and it did reload the page afterwords but the content was never removed. The night before I added a segment of code so Drupal 6 could take advantage of Memcache and Cacherouter but that snipplet turned out to be the source of the problem. Probaby an error i made, still looking into it. Removing the code calmed my worries though ;)
I appeciate you trying to help btw.