Shopping Basket

 x 
Cart empty


Find Us Elsewhere

  • Page:
  • 1

TOPIC: fatal error

fatal error 5 months 2 days ago #2464

  • kezeo
  • kezeo's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 14
  • Karma: 0
hello for the Featured Item carousel for cobalt cck, when i enable it i have this error


Warning: require(/home/xxxxxxxxxxxxxxxxxx/modules/mod_cobalt_featureditems/tmpl/default.php) [function.require]: failed to open stream: No such file or directory in /home/xxxxxxxxxxxxxxx/modules/mod_cobalt_featureditems_carousel/tmpl/default.php on line 19

Fatal error: require() [function.require]: Failed opening required '/home/xxxxxxxxxxx/modules/mod_cobalt_featureditems/tmpl/default.php' (include_path='.:/usr/lib/php') in /home/xxxxxxxxxxx/modules/mod_cobalt_featureditems_carousel/tmpl/default.php on line 19

any idea ?

please how can i disable label of field in module please ?
thank you very much
The administrator has disabled public write access.

fatal error 5 months 1 day ago #2465

  • boggler
  • boggler's Avatar
  • OFFLINE
  • Moderator
  • Posts: 586
  • Thank you received: 59
  • Karma: 12
Try reinstalling the module, it may be that a file failed to be copied when the module was installed.

To remove the label you can select a different item layout, or in the default.php item template (tmpl/items/default.php) change
<?php echo $label.': '.$value; ?><br />

to
<?php echo $value; ?><br />
The administrator has disabled public write access.

fatal error 5 months 1 day ago #2466

  • kezeo
  • kezeo's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 14
  • Karma: 0
fresh install do not solve the problem
The administrator has disabled public write access.

fatal error 5 months 10 hours ago #2467

  • boggler
  • boggler's Avatar
  • OFFLINE
  • Moderator
  • Posts: 586
  • Thank you received: 59
  • Karma: 12
It's a bug, you can solve it, in the module helper.php file change line 33 from
$layout->itemPath = JModuleHelper::getLayoutPath('mod_cobalt_featureditems', 'items/'.$layout->itemName);

to
$layout->itemPath = JModuleHelper::getLayoutPath('mod_cobalt_featureditems_carousel', 'items/'.$layout->itemName);

Now you have brought this to our attention we will make a new release to fix this.
The administrator has disabled public write access.

fatal error 4 months 3 weeks ago #2468

  • kezeo
  • kezeo's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 14
  • Karma: 0
hello and thank you for your help
when i fix that, i have Parse error: syntax error, unexpected $end in /home/xxxxcom/public_html/xxxxx.com/modules/mod_cobalt_featureditems_carousel/helper.php on line 1
Last Edit: 4 months 3 weeks ago by kezeo.
The administrator has disabled public write access.

fatal error 4 months 3 weeks ago #2469

  • boggler
  • boggler's Avatar
  • OFFLINE
  • Moderator
  • Posts: 586
  • Thank you received: 59
  • Karma: 12
You may have made mistake in editing module. We have made a new release now, you can download it usng your existing download link, just install as normal using Joomla installer.
The administrator has disabled public write access.

fatal error 4 months 3 weeks ago #2470

  • kezeo
  • kezeo's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 14
  • Karma: 0
thank you very much, great support, please how can i change font size in module ?
anyway thank you
The administrator has disabled public write access.

fatal error 4 months 3 weeks ago #2471

  • boggler
  • boggler's Avatar
  • OFFLINE
  • Moderator
  • Posts: 586
  • Thank you received: 59
  • Karma: 12
There are a lot of ways you could approach this, probably the simples is to try something like
div.featureditemscarousel{font-size: 11pt}

or something similar, which you can put in your template css.
The administrator has disabled public write access.
  • Page:
  • 1
Moderators: boggler
Time to create page: 1.426 seconds