×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Helpers Class
Samuel
Navegador Iniciado
Posts: 3
8 años 8 meses antes #1236
por Samuel
Respuesta de Samuel sobre el tema Helpers Class
Hi,
did you write a Bug report? I did today, so hopefully this is patched soon.
did you write a Bug report? I did today, so hopefully this is patched soon.
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
Gabor Mag
Navegador Iniciado
Posts: 1
8 años 8 meses antes - 8 años 8 meses antes #1237
por Gabor Mag
Respuesta de Gabor Mag sobre el tema Helpers Class
What solved this bug for me:
Step 1:
Go to components\com_yourcomponent\helpers folder open yourcomponent.php and insert this missing row:
require_once JPATH_SITE . '/components/com_yourcomponent/models/' . strtolower($name) . '.php'; above
$model = JModelLegacy::getInstance($name, 'YourcomponentModel'); (maybe line 32)
Step 2
Copy the helper file class name. Than open the router.php file in your component root and go to line 57 you will find YOURCOMPONENTNAMEFrontendHelper::getModel($view); and change to YOURCOPIEDCLASSNAME::getModel($view); or copy from line 92 before the ::getModel($vars); part....
Step 1:
Go to components\com_yourcomponent\helpers folder open yourcomponent.php and insert this missing row:
require_once JPATH_SITE . '/components/com_yourcomponent/models/' . strtolower($name) . '.php'; above
$model = JModelLegacy::getInstance($name, 'YourcomponentModel'); (maybe line 32)
Step 2
Copy the helper file class name. Than open the router.php file in your component root and go to line 57 you will find YOURCOMPONENTNAMEFrontendHelper::getModel($view); and change to YOURCOPIEDCLASSNAME::getModel($view); or copy from line 92 before the ::getModel($vars); part....
Última Edición: 8 años 8 meses antes por Gabor Mag. Razón: new infos
El siguiente usuario dijo gracias: Jennifer Swarts, Yonder Media
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
Yonder Media
Navegador Iniciado
Posts: 7
8 años 8 meses antes #1241
por Yonder Media
Respuesta de Yonder Media sobre el tema Helpers Class
I redownloaded my component - BUG STILL NOT FIXED!!!!!!!!
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
Yonder Media
Navegador Iniciado
Posts: 7
8 años 8 meses antes #1242
por Yonder Media
Respuesta de Yonder Media sobre el tema Helpers Class
I redownloaded my component - bug still not fixed. This really isn't acceptable guys! I need a solution!
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
Yonder Media
Navegador Iniciado
Posts: 7
8 años 8 meses antes #1243
por Yonder Media
Respuesta de Yonder Media sobre el tema Helpers Class
Thanks Emelia, your solution worked. I'm appalled that the creators have not sorted this out after so many people have complained (myself included, repeatedly).
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
Tiempo de carga de la página: 0.059 segundos