ez projects / ezphpfreechat
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| ezphpfreechat | Thiago Campos Viana | stable | 1.0 | 4.4+ |
Installation
================
1) Copy chat into 'extension' folder.
2) Give the right access to the folder ( chmod 777 -R extension/chat ??? ).
3) Update your apache virtualhost settings or your .htaccess file to allow access to the chat folder.
4) Activate chat extension:
In administrator user interface, click 'setup' tab->'extensions' menu, select 'chat', click button 'Apply Changes'.
OR in settings/override/site.ini.append.php, add acivation configuration under "ExtensionSettings" section:
[ExtensionSettings]
ActiveExtensions[]=chat
5) Regenerate autoloads
In administrator user interface, click 'setup' tab->'extensions' menu, select 'chat', click button 'Regenerate autoload arrays for extensions',
or in eZ Publish installation folder, run "php bin/php/ezpgenerateautoloads.php -e"
6) Clear cache
Clear INI and template caches. (from admin 'Setup' tab or commandline).
7) Change user policies to access the module 'chat' and the view 'main': Try the extension accessing the url 'chat/main'.