×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Helpers Class
Yonder Media
Yeni Üye
Posts: 7
8 yıl 8 ay önce #1235
Yazan: Yonder Media
Yonder Media tarafından Helpers Class konusunda yanıtlandı
So I redownloaded another component of mine that was previously, installed it in my project, and THE BUG IS STILL NOT FIXED!
Getting: Fatal error: Class 'Scipio_builderFrontendHelper' not found in /var/www/html/yomo_scipio/joomla/components/com_scipio_builder/router.php on line 57
Really starting to regret having bought a year's license a few days' back, this is wasting so much time!
Getting: Fatal error: Class 'Scipio_builderFrontendHelper' not found in /var/www/html/yomo_scipio/joomla/components/com_scipio_builder/router.php on line 57
Really starting to regret having bought a year's license a few days' back, this is wasting so much time!
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
Samuel
Yeni Üye
Posts: 3
8 yıl 8 ay önce #1236
Yazan: Samuel
Samuel tarafından Helpers Class konusunda yanıtlandı
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.
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
Gabor Mag
Yeni Üye
Posts: 1
8 yıl 8 ay önce - 8 yıl 8 ay önce #1237
Yazan: Gabor Mag
Gabor Mag tarafından Helpers Class konusunda yanıtlandı
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....
Son Düzenleme: 8 yıl 8 ay önce Düzenleyen:Gabor Mag Neden: new infos
Şu kullanıcı(lar) Teşekkür etti: Jennifer Swarts, Yonder Media
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
Andres Maeso
Platin Üye
Posts: 338
8 yıl 8 ay önce #1239
Yazan: Andres Maeso
Andrés Maeso
Customer relations manager at Joomla Component Creator.
This email address is being protected from spambots. You need JavaScript enabled to view it.
Andres Maeso tarafından Helpers Class konusunda yanıtlandı
Hi
Last bug was also fixed. Thank you again for spending the time of telling us.
Regards,
Andrés.
Last bug was also fixed. Thank you again for spending the time of telling us.
Regards,
Andrés.
Andrés Maeso
Customer relations manager at Joomla Component Creator.
This email address is being protected from spambots. You need JavaScript enabled to view it.
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
Yonder Media
Yeni Üye
Posts: 7
8 yıl 8 ay önce #1241
Yazan: Yonder Media
Yonder Media tarafından Helpers Class konusunda yanıtlandı
I redownloaded my component - BUG STILL NOT FIXED!!!!!!!!
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
Yonder Media
Yeni Üye
Posts: 7
8 yıl 8 ay önce #1242
Yazan: Yonder Media
Yonder Media tarafından Helpers Class konusunda yanıtlandı
I redownloaded my component - bug still not fixed. This really isn't acceptable guys! I need a solution!
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
Sayfa oluşturma süresi: 0.063 saniye