× Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues

Helpers Class

8 yıl 8 ay önce - 8 yıl 8 ay önce #1224 Yazan: Jaime Arevalo
Helpers Class, Jaime Arevalo tarafından oluşturuldu
I have found the problem "Fatal error: Class 'ComponentHelperscomponent' not found in /home/server/public_html/web/components/com_component/router.php on line 87 when I was to add one new record to my table in the front end, backend is working normally.
When I was inside the class file (/home/server/public_html/web/components/com_component/helpers/component.php) I have found that the name is different: the new name is "ComponentFrontendHelper" but the component that it's searching has of the name "Componenthelperscomponent".
The solution was to change the name. but I am not completely sure about its.
Son Düzenleme: 8 yıl 8 ay önce Düzenleyen:Jaime Arevalo

Lütfen sohbete katılmak için Giriş ya da Hesap açın.

8 yıl 8 ay önce #1226 Yazan: Yonder Media
Yonder Media tarafından Helpers Class konusunda yanıtlandı
I'm getting something similar on the component Front-end ... I see the error
"Fatal error: Class 'StoryformsFrontendHelper' not found in /var/www/html/tgi/components/com_storyforms/router.php on line 57"

It's just not finding the class! If I put a require_once to the class, the front-end List view works, but clicking through on an item then returns:

"Fatal error: Class 'StoryformsHelpersStoryforms' not found in /var/www/html/tgi/components/com_storyforms/router.php on line 92"

Basically, front-end isn't working at all and I'm not sure what to do to fix it!

Lütfen sohbete katılmak için Giriş ya da Hesap açın.

8 yıl 8 ay önce #1227 Yazan: Jennifer Swarts
Jennifer Swarts tarafından Helpers Class konusunda yanıtlandı
same problem here. I got past it by adding

include_once (JPATH_SITE . DIRECTORY_SEPARATOR . 'components/com_componentname/helpers' . DIRECTORY_SEPARATOR . 'componentname.php');

to the top of router.php and by changing the name of the class in the parse function to match the build function, but then I get a different error:

Fatal error: Call to a member function getItemIdByAlias() on a non-object in /home/xxxx/public_html/ea/components/com_xxxx/router.php on line 106

Is there any resolution to this problem?

Lütfen sohbete katılmak için Giriş ya da Hesap açın.

8 yıl 8 ay önce #1231 Yazan: Grant Broadcasters
Grant Broadcasters tarafından Helpers Class konusunda yanıtlandı
I found a line in the component.php has change, on my versions is on line 15. Below id what it changed from to:

From: JLoader::register('componenFrontendHelper', JPATH_COMPONENT . '/helpers/component.php');

To: JLoader::registerPrefix('com_component', JPATH_COMPONENT);

Lütfen sohbete katılmak için Giriş ya da Hesap açın.

8 yıl 8 ay önce #1232 Yazan: Samuel
Samuel tarafından Helpers Class konusunda yanıtlandı
I have the same problem here. I tried Joomla 3.4.x and 3.5 beta. Both are not working and the ...FrontendHelper.php is not found.

As it is not only me having this problem, it seems a Bug in Component Creator? Anybody send a bug report?

Lütfen sohbete katılmak için Giriş ya da Hesap açın.

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!

Lütfen sohbete katılmak için Giriş ya da Hesap açın.

Sayfa oluşturma süresi: 0.058 saniye
Geliştiren: Kunena Forum