Error en componente hwdvideos
Notice: Use of undefined constant _HWDVIDS_NAV_CREATEPL – assumed ‘_HWDVIDS_NAV_CREATEPL’ in /var/www/dominio/administrator/components/com_hwdvideoshare/helpers/templates.php on line 106 Notice: Use of undefined constant _HWDVIDS_NAV_YOURPL – assumed ‘_HWDVIDS_NAV_YOURPL’ in /var/www/syswoody/administrator/components/com_hwdvideoshare/helpers/templates.php on line 107 Notice: Use of undefined constant _HWDVIDS_NAV_YOURCHANNEL – assumed ‘_HWDVIDS_NAV_YOURCHANNEL’ in /var/www/syswoody/administrator/components/com_hwdvideoshare/helpers/templates.php on line 108 Notice: Use of undefined constant _HWDVIDS_RATE_1STAR – assumed ‘_HWDVIDS_RATE_1STAR’ in /var/www/syswoody/components/com_hwdvideoshare/hwdvideoshare.class.php on line 2140 Notice: Use of undefined constant _HWDVIDS_RATE_2STAR – assumed ‘_HWDVIDS_RATE_2STAR’ in /var/www/syswoody/components/com_hwdvideoshare/hwdvideoshare.class.php on line 2141 Notice: Use of undefined constant _HWDVIDS_RATE_3STAR – assumed ‘_HWDVIDS_RATE_3STAR’ in /var/www/syswoody/components/com_hwdvideoshare/hwdvideoshare.class.php on line 2142 Notice: Use of undefined constant _HWDVIDS_RATE_4STAR – assumed ‘_HWDVIDS_RATE_4STAR’ in /var/www/syswoody/components/com_hwdvideoshare/hwdvideoshare.class.php on line 2143 Notice: Use of undefined constant _HWDVIDS_RATE_5STAR – assumed ‘_HWDVIDS_RATE_5STAR’ in /var/www/syswoody/components/com_hwdvideoshare/hwdvideoshare.class.php on line 2144 Notice: Use of undefined constant _HWDVIDS_SENDFRIEND – assumed ‘_HWDVIDS_SENDFRIEND’ in /var/www/syswoody/components/com_hwdvideoshare/hwdvideoshare.class.php on line 4383 Notice: Use of undefined constant _HWDVIDS_RATE_1STAR – assumed ‘_HWDVIDS_RATE_1STAR’ in /var/www/syswoody/components/com_hwdvideoshare/hwdvideoshare.class.php on line 2140 Notice: Use of undefined constant _HWDVIDS_RATE_2STAR – assumed ‘_HWDVIDS_RATE_2STAR’ in /var/www/syswoody/components/com_hwdvideoshare/hwdvideoshare.class.php on line 2141 Notice: Use of undefined constant _HWDVIDS_RATE_3STAR – assumed ‘_HWDVIDS_RATE_3STAR’ in /var/www/syswoody/components/com_hwdvideoshare/hwdvideoshare.class.php on line 2142 Notice: Use of undefined constant _HWDVIDS_RATE_4STAR – assumed ‘_HWDVIDS_RATE_4STAR’ in /var/www/syswoody/components/com_hwdvideoshare/hwdvideoshare.class.php on line 2143 Notice: Use of undefined constant _HWDVIDS_RATE_5STAR – assumed ‘_HWDVIDS_RATE_5STAR’ in /var/www/syswoody/components/com_hwdvideoshare/hwdvideoshare.class.php on line 2144
Solucion el problema esta en el archivo plugins\hwdvs-language\spanish_formal.fe.php por lo menos en mi caso que es español en otro idioma sera diferente, lo que debemos hacer es coger del fuente el archivo
english.fe.php
Coger toda la zona de Define
DEFINE(«_HWDVIDS_NAV_VIDEOS»,»Videos»);
DEFINE(«_HWDVIDS_NAV_CATEGORIES»,»Categories»);
DEFINE(«_HWDVIDS_NAV_GROUPS»,»Groups»);
DEFINE(«_HWDVIDS_NAV_UPLOAD»,»Upload»);
DEFINE(«_HWDVIDS_NAV_YOURGROUPS»,»Your Groups»);
DEFINE(«_HWDVIDS_NAV_YOURMEMBERSHIPS»,»Your Group Membership»);
DEFINE(«_HWDVIDS_NAV_CREATEGROUP»,»Create New Group»);
DEFINE(«_HWDVIDS_NAV_YOURVIDS»,»Your Videos»);
DEFINE(«_HWDVIDS_NAV_YOURFAVS»,»Your Favourites»);
DEFINE(«_HWDVIDS_NAV_CREATEPL»,»Create New Playlist»);
DEFINE(«_HWDVIDS_NAV_YOURPL»,»Your Playlists»);
DEFINE(«_HWDVIDS_NAV_YOURCHANNEL»,»Your Channel»);
Y transferirla que nos haga falta.
DEFINE(«_HWDVIDS_NAV_VIDEOS»,»Videos»);
DEFINE(«_HWDVIDS_NAV_CATEGORIES»,»Categorías»);
DEFINE(«_HWDVIDS_NAV_GROUPS»,»Grupos»);
DEFINE(«_HWDVIDS_NAV_UPLOAD»,»Subir»);
DEFINE(«_HWDVIDS_NAV_YOURGROUPS»,»Sus Grupos»);
DEFINE(«_HWDVIDS_NAV_YOURMEMBERSHIPS»,»Grupos que está suscrito»);
DEFINE(«_HWDVIDS_NAV_CREATEGROUP»,»Crear Grupo nuevo»);
DEFINE(«_HWDVIDS_NAV_YOURVIDS»,»Sus Videos»);
DEFINE(«_HWDVIDS_NAV_YOURFAVS»,»Sus Favoritos»);
DEFINE(«_HWDVIDS_NAV_CREATEPL»,»Crear una nueva lista»);
DEFINE(«_HWDVIDS_NAV_YOURPL»,»Tu lista de pelis»);
DEFINE(«_HWDVIDS_NAV_YOURCHANNEL»,»Tu Canal»);