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
Comment #2
rene bakxI do.. it's a stupid typo in a construct. I Will fix that and release a new stable before tomorrow.
Comment #3
finabluma commentedNice!!
Comment #4
rene bakxFixed in the new release.
Comment #5
rene bakxComment #6
authintmedia commentedStill prevalent in the module.
Comment #7
salvatore_severo commented7.x-1.1 The problem persists. I confirm.
Comment #8
rene bakxMe to, I seem to made a mistake, will fix this asap.
Comment #9
Berliner-dupe commentedMake Line 91 from:
define(REPLACEMENT_HASH, md5('minihtml_' . $_GET['q']));to
define('REPLACEMENT_HASH', md5('minihtml_' . $_GET['q']));Comment #11
rene bakxFixed in release bugfix release 1.2