Hello,

when I click on "delete" I see a picture with no ability to delete something..(see picture)
Has anyone a Idea to solve this issue?

Thanks in advanced!
Frank

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Stalski’s picture

I've never seen this one before and I have no idea why the button is not showing.
You are sure it's not CSS or something that overrides buttons in your site?

Stalski’s picture

This is how is should be and I am experiencing it.
Is that delete behavior in the overlay or is javascript disabled in your case?

fraweg’s picture

Hello,

thanks for your fast answer. I have talked to another person in the german drupalcenter. He has the same issue with the dev version (this issue is only in the dev version).
Do you mean the javascript in the webbrowser ? This is activated. I have test it with firefox an opera in Linux.

Thank you for your effort
Frank

Stalski’s picture

I saw another issue of you and your site is run with "js disabled". Well that's what the flag link and the ctools links tell me.
So there is another issue as well on your site as I read between the lines the js-disabling is not what you desired.

So, check your site why the javascript is not executed (links are auto replaced from nojs to ajax: this does not happen on your site I think)

The issue itself I can't reproduce. Can you give the steps how I can reproduce this behavior? Cause on clean installs I don't have that issue and I also don't see a reason why a submit button is shown to most people and it doesn't for some others.
I think you are on your own on this one, but if you find the problem, please enlighten me too.

fraweg’s picture

FileSize
30.57 KB
13.25 KB

Hello,

I dont know where I can activate JS.

I have test this website on another server. Bevor I upgrade to the dev-version everything works fine (Bild1). After upgrade heartbeat the issue is there.
I have copy a list of the installed modules in my system.

Thanks a lot
Frank

Edit: So I have testet "nice menu" I think this use javascript an works fine on my site.

Stalski’s picture

Strange :( I really have not clue.

You ran update.php?
Do you have errors or notices in your watchdog?
can you debug the function where heartbeat shows this message and see where it comes and where it doesn't?
I can't do anything for you from here since I don't have the problem

fraweg’s picture

Hello,
I see you have a new version today. With this Version this problems are solved.
Thanks a lot for your work!

Best regards
Frank

Stalski’s picture

Status: Active » Fixed

Great!

KorbenDallas’s picture

I have the issue he is having, and I am using the latest dev version.

Stalski’s picture

Korben, do you have an IRC account, if not create one, so we can talk in private.
I don't know why you don't have the latest dev or why everything does not work for you. It seems to me that you are experiencing problems that should be gone.

You can also send me a db-dump and a site-zip so I can install your site locally. This way I have something to go on.
I am stalski on IRC

jbalean’s picture

Status: Fixed » Active

Hi Stalski,

I am also experiencing this issue. The AJAX request returns with missing content such as the following:

<form action="/heartbeat/ajax/activity/delete/27" method="post" id="heartbeat-delete-log-confirm" accept-charset="UTF-8"><div><input type="hidden" name="form_build_id" value="form-jAGsaPmV4dviFmehDD6cqzyLmuPN_MCOcEDBwt_FEgo" /><input type="hidden" name="form_token" value="DcU0iSsg6aedJBYRyMPOkRkspmzrl1v9HgMxOtpaci8" /><input type="hidden" name="form_id" value="heartbeat_delete_log_confirm" /></div></form>

Reinstalling made no impact. I will investigate further when time permits.

Kind regards,
James

KorbenDallas’s picture

Stalski, I don't have IRC unfortunately. I have some new information for you, which surprised me. I am using XAMPP to develop locally on Windows XP, and I decided to transfer my site to my hosting provider. So here is the new information:
- On XAMPP locally with four different browsers (FF, IE, Chrome, Safari), I get this bug.
- On my remote server, it does not occur at all.

I can't offer any explanation to why this is happening. Isn't javascript client based? I can send you whatever you need. Let me know...

Stalski’s picture

Status: Active » Postponed (maintainer needs more info)

This is really really bizar behavior as it is just a form being called by the "ctools_modal_form_wrapper" function.
If anyone who has this problem could investigate this, that would be nice.
I tried lots of things but I can't seem to reproduce this.

sw3b’s picture

I have the same issue in the heartbeat/siteactivity stream page ONLY.... on other stream when I tried to delete activity I do not have the modal box.. i got an error. I think the whole problem is related to an error... i already open an issue for the error. #1438872: Cannot delete activity.. Maybe the problem with the box is in relation with the error I got on other stream.

Stalski’s picture

Status: Postponed (maintainer needs more info) » Needs review

Can you check if the problem still exists after last commit? I think the fatal is produced by PHP version > mine

sw3b’s picture

Status: Needs review » Reviewed & tested by the community

Bingo !

I test with the last modification in the git and it solve the problem...
http://drupalcode.org/project/heartbeat.git/patch/48ca482

Stalski’s picture

Status: Reviewed & tested by the community » Fixed

Thx for testing this out!! If the problems come up again, please reopen

KorbenDallas’s picture

Works for me, too. Thnx for the patch!

Stalski’s picture

Status: Fixed » Closed (fixed)