×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Helpers Class
Yonder Media
New Member
Posts: 7
8 năm 8 tháng trước #1235
bởi Yonder Media
Replied by Yonder Media on topic Helpers Class
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!
Vui lòng Đăng nhập hoặc Tạo tài khoản để tham gia cuộc hội thoại.
Samuel
New Member
Posts: 3
8 năm 8 tháng trước #1236
bởi Samuel
Replied by Samuel on 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.
Vui lòng Đăng nhập hoặc Tạo tài khoản để tham gia cuộc hội thoại.
Gabor Mag
New Member
Posts: 1
8 năm 8 tháng trước - 8 năm 8 tháng trước #1237
bởi Gabor Mag
Replied by Gabor Mag on 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....
Last edit: 8 năm 8 tháng trước by Gabor Mag. Lý do: new infos
Những thành viên sau(s) đã Cảm ơn: Jennifer Swarts, Yonder Media
Vui lòng Đăng nhập hoặc Tạo tài khoản để tham gia cuộc hội thoại.
Andres Maeso
Platinum Member
Posts: 338
8 năm 8 tháng trước #1239
bởi 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.
Replied by Andres Maeso on topic Helpers Class
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.
Vui lòng Đăng nhập hoặc Tạo tài khoản để tham gia cuộc hội thoại.
Yonder Media
New Member
Posts: 7
8 năm 8 tháng trước #1241
bởi Yonder Media
Replied by Yonder Media on topic Helpers Class
I redownloaded my component - BUG STILL NOT FIXED!!!!!!!!
Vui lòng Đăng nhập hoặc Tạo tài khoản để tham gia cuộc hội thoại.
Yonder Media
New Member
Posts: 7
8 năm 8 tháng trước #1242
bởi Yonder Media
Replied by Yonder Media on topic Helpers Class
I redownloaded my component - bug still not fixed. This really isn't acceptable guys! I need a solution!
Vui lòng Đăng nhập hoặc Tạo tài khoản để tham gia cuộc hội thoại.
Thời gian tải trang: 0.059 giây