11
Quote:
peterr wrote:
The extended profles update does not give the message, even though there is no /modules/profile/include/update.php ; the reasom may be that within the extended profile update, PHP error logging levels are modified, not to display warnings ??
Nope, the reason is because the Extended Profile module only declared files that actually exist.
All modules can define an extra script to run (optional) on an update. The PM module declared that an upgrade.php script needs to execute, when in fact it doesn't exist.
With your bug report the developer can fix the oversight by either removing the onUpdate definition or including the upgrade.php file
Thanks for reporting this.
Rowd