31
@ Trabis:
Quote:
I tried updated the modules and nothing of comments or notification system work...
Yes i can reproduce it.
I install comments and then install both page and publisher and comments didnt work. then i tried to update comments module and even tried to update page and publisher but comments didnt work either.
then i uninstall page and install it again and just after that comments worked. so it is an issue.
I do the same for publisher and comments work.
so comments only work when you install a module
after installing comments.
Quote:
I tried uninstall modules and I think that I found another problem... was not possible to uninstall modules or extensions, none of them...
confirmed. the uninstall (text and icon) is not showed in "large View".
but i can see uninstall icon in "Line View"
It seems a js issue. but i hate to struggle with js

Edit:
@mamba:
sorry i forget to mention my php and mysql.
Im in a local xamp server.
php 5.4.4
mysql 5.0.10
edit2:
I think i find the issue in template that not showing uninstall icon and text in "Large view"
in htdocs/modules/system/templates/admin/system_modules_card.html around line 23 it seems some codes are missing.
add this solve the issue:
<{if $module->getInfo('can_delete')}>
<a class="xo-tooltip" href="javascript:" onclick="module_Uninstall(<{$module->getVar('mid')}>)" title="<{$smarty.const._AM_SYSTEM_MODULES_UNINSTALL}> <{$module->getVar('name')}>"><span class="ico-application-delete">span><{$smarty.const._AM_SYSTEM_MODULES_UNINSTALL}>a>
<{/if}>