there's an issue I found in logs register related with this module. I don't know why. I paste the message:
Notice: Use of undefined constant REPLACEMENT_HASH - assumed 'REPLACEMENT_HASH' en _minihtml_reserve_place() (línea 298 de /home/.../public_html/sites/all/modules/minihtml/minihtml.module
Is that normal. Any idea why this happen? I have no clue what's going on in this PHP warning.

Comments

Finabluma created an issue. See original summary.

rene bakx’s picture

Assigned: finabluma » rene bakx
Category: Support request » Bug report

I do.. it's a stupid typo in a construct. I Will fix that and release a new stable before tomorrow.

finabluma’s picture

Nice!!

rene bakx’s picture

Status: Active » Fixed

Fixed in the new release.

rene bakx’s picture

Status: Fixed » Closed (fixed)
authintmedia’s picture

Version: 7.x-1.0 » 7.x-1.1
Status: Closed (fixed) » Active

Still prevalent in the module.

salvatore_severo’s picture

7.x-1.1 The problem persists. I confirm.

rene bakx’s picture

Me to, I seem to made a mistake, will fix this asap.

Berliner-dupe’s picture

Make Line 91 from:
define(REPLACEMENT_HASH, md5('minihtml_' . $_GET['q']));
to
define('REPLACEMENT_HASH', md5('minihtml_' . $_GET['q']));

  • bc9678d committed on
    fixed Issue #2554165: REPLACEMENT_HASH
    added option to switch JShrink...
rene bakx’s picture

Status: Active » Fixed

Fixed in release bugfix release 1.2

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.