Login or create new account.

By registering on joomprod.com, you will have immediate access to all our free products and to the public side of our support forum.

Enjoy our subscriptions.

Each of our subscriptions allow you to enjoy the private side of the support forum and all the update of our products for a period ranging from 3 months to 1 year.

Payment And immediate download.

After subscribing to one of our subscription, the products are immediately downloadable.

Login

Or Register
Accueil / forum / Public Forum / Main Forum / Presales / mod_adsmanager_ads Ne s'affiche pas

Support Availability Because we must sleep sometimes

Working days: Monday to Friday.
Reply time: Depending on the complexity of your support issue it's usually between a few hours to 48 hours.

Support is only guaranteed to paid subscribers

AdsManager - End of life

It is with great regrets that we have chosen to end the developpement of Adsmanager and its other associated components.

AdsManager is born 10 years ago and, as of today, the number of new subscriptions and downloads have fallen and we cannot maintain the component anymore.

All active subscribers will be able to continue enjoying support until the end of their subscription.

The components will be free and no support will be provided anymore for the other users.

×

Notice

The forum is in read only mode.

mod_adsmanager_ads Ne s'affiche pas

More
10 years 9 months ago - 10 years 9 months ago #5969 by yannoch
Replied by yannoch on topic mod_adsmanager_ads Ne s'affiche pas
(Ca avance doucement mais surement)

cette fois j'ai :

Fatal error: Class 'JHTMLAdsmanagerField' not found in /home/technopate/www/modules/mod_sj_adsm_slideshow/tmpl/default.php on line 95


Ligne 95:
$field = new JHTMLAdsmanagerField($conf,$field_values,"4",$fieldmodel->getPlugins());

-edit-

j'ai commenté la ligne 95, et ça fonctionne. Je ne sais pas si bon ou pas, mais au moins ca marche.
/* $field = new JHTMLAdsmanagerField($conf,$field_values,"4",$fieldmodel->getPlugins());*/
Last edit: 10 years 9 months ago by yannoch.
More
10 years 9 months ago #5970 by tompap
Replied by tompap on topic mod_adsmanager_ads Ne s'affiche pas
Il est mal fait ce "plugin" il plante bien quand même je sais pas qui l'a écrit.

include_once(JPATH_ROOT.'/components/com_adsmanager/lib/core.php');
More
10 years 9 months ago #5971 by yannoch
Replied by yannoch on topic mod_adsmanager_ads Ne s'affiche pas

tompap wrote: Il est mal fait ce "plugin" il plante bien quand même je sais pas qui l'a écrit.

M'en parlez pas ... :( C'était fourni avec le template.

A rajoutant le code j'ai une autre erreur (toujours sur la même ligne du coup):

Fatal error: Class 'JHTMLAdsmanagerField' not found in /home/technopate/www/modules/mod_sj_adsm_slideshow/tmpl/default.php on line 96

More
10 years 9 months ago #5982 by tompap
Replied by tompap on topic mod_adsmanager_ads Ne s'affiche pas
même en ayant rajouter:

include_once(JPATH_ROOT.'/components/com_adsmanager/helper/field.php');
More
10 years 9 months ago - 10 years 9 months ago #5985 by yannoch
Replied by yannoch on topic mod_adsmanager_ads Ne s'affiche pas
A la ligne 95 j'ai:
$field = new JHTMLAdsmanagerField($conf,$field_values,"4",$fieldmodel->getPlugins());

En ajoutant
include_once(JPATH_ROOT.'/components/com_adsmanager/helper/field.php');
juste avant la ligne 95

J'ai l'erreur:

Warning: include_once(/home/technopate/www/components/com_adsmanager/helper/field.php): failed to open stream: No such file or directory in /home/technopate/www/modules/mod_sj_adsm_slideshow/tmpl/default.php on line 95

Warning: include_once(): Failed opening '/home/technopate/www/components/com_adsmanager/helper/field.php' for inclusion (include_path='.:/usr/local/php5.4/lib/php') in /home/technopate/www/modules/mod_sj_adsm_slideshow/tmpl/default.php on line 95

Fatal error: Class 'JHTMLAdsmanagerField' not found in /home/technopate/www/modules/mod_sj_adsm_slideshow/tmpl/default.php on line 96


Et en ajoutant
include_once(JPATH_ROOT.'/components/com_adsmanager/lib/core.php');
juste avant la ligne 95

j'ai l'erreur:

Fatal error: Class 'JHTMLAdsmanagerField' not found in /home/technopate/www/modules/mod_sj_adsm_slideshow/tmpl/default.php on line 96


Je ne vais pas vous ennuyer plus longtemps. surtout pour un support sur un module....
Je vais essayer de me débrouiller pour trouver un autre solution car ça fait une semaine que je suis bloqué la dessus et je ne peux laisser comme ça plus longtemps.

Je vous demanderai sans doute de l'aide par la suite, mais sur votre composant cette fois, car j'ai des gros problème d'affichage des images celon le navigateur. merci
Last edit: 10 years 9 months ago by yannoch.
More
10 years 9 months ago #6000 by tompap
Replied by tompap on topic mod_adsmanager_ads Ne s'affiche pas
Je me suis trompé sur le dernier include:

include_once(JPATH_ROOT.'/components/com_adsmanager/helper/field.php');

incorrect

il faut

include_once(JPATH_ROOT.'/components/com_adsmanager/helpers/field.php');

(il manquait un "s"
Time to create page: 0.131 seconds
Powered by Kunena Forum