×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Helpers Class
Samuel
New Member
Posts: 3
8 Anni 8 Mesi fa #1236
da Samuel
Risposta da Samuel al topic 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.
Si prega Accedi o Crea un account a partecipare alla conversazione.
Gabor Mag
New Member
Posts: 1
8 Anni 8 Mesi fa - 8 Anni 8 Mesi fa #1237
da Gabor Mag
Risposta da Gabor Mag al topic 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....
Ultima Modifica 8 Anni 8 Mesi fa da Gabor Mag. Motivo: new infos
Ringraziano per il messaggio: Jennifer Swarts, Yonder Media
Si prega Accedi o Crea un account a partecipare alla conversazione.
Yonder Media
New Member
Posts: 7
8 Anni 8 Mesi fa #1241
da Yonder Media
Risposta da Yonder Media al topic Helpers Class
I redownloaded my component - BUG STILL NOT FIXED!!!!!!!!
Si prega Accedi o Crea un account a partecipare alla conversazione.
Yonder Media
New Member
Posts: 7
8 Anni 8 Mesi fa #1242
da Yonder Media
Risposta da Yonder Media al topic Helpers Class
I redownloaded my component - bug still not fixed. This really isn't acceptable guys! I need a solution!
Si prega Accedi o Crea un account a partecipare alla conversazione.
Yonder Media
New Member
Posts: 7
8 Anni 8 Mesi fa #1243
da Yonder Media
Risposta da Yonder Media al topic 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).
Si prega Accedi o Crea un account a partecipare alla conversazione.
Tempo creazione pagina: 0.060 secondi