×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Helpers Class
Samuel
Nouveau membre
Posts: 3
il y a 8 ans 8 mois #1236
par Samuel
Réponse de Samuel sur le sujet 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.
Connexion ou Créer un compte pour participer à la conversation.
Gabor Mag
Nouveau membre
Posts: 1
il y a 8 ans 8 mois - il y a 8 ans 8 mois #1237
par Gabor Mag
Réponse de Gabor Mag sur le sujet 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....
Dernière édition: il y a 8 ans 8 mois par Gabor Mag. Raison: new infos
Les utilisateur(s) suivant ont remercié: Jennifer Swarts, Yonder Media
Connexion ou Créer un compte pour participer à la conversation.
Yonder Media
Nouveau membre
Posts: 7
il y a 8 ans 8 mois #1241
par Yonder Media
Réponse de Yonder Media sur le sujet Helpers Class
I redownloaded my component - BUG STILL NOT FIXED!!!!!!!!
Connexion ou Créer un compte pour participer à la conversation.
Yonder Media
Nouveau membre
Posts: 7
il y a 8 ans 8 mois #1242
par Yonder Media
Réponse de Yonder Media sur le sujet Helpers Class
I redownloaded my component - bug still not fixed. This really isn't acceptable guys! I need a solution!
Connexion ou Créer un compte pour participer à la conversation.
Yonder Media
Nouveau membre
Posts: 7
il y a 8 ans 8 mois #1243
par Yonder Media
Réponse de Yonder Media sur le sujet 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).
Connexion ou Créer un compte pour participer à la conversation.
Temps de génération de la page : 0.059 secondes