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 / Support / AdsManager Support / adsmanager 3.1.10 error

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.

adsmanager 3.1.10 error

More
7 years 11 months ago - 7 years 11 months ago #25312 by voras
adsmanager 3.1.10 error was created by voras
After installation adsmanager 3.1.10 on the local server, I found these problems....
1. When saving Adsmanager - Configuration... shows this error




2. When going to the home page ...shows this error

Attachments:
Last edit: 7 years 11 months ago by voras.
More
7 years 11 months ago #25324 by loic
Replied by loic on topic adsmanager 3.1.10 error
Hello,

For the 1., it seems to be something in Joomla that cause the issue.

For the 2, could you open the file and copy-paste what is at the line 244 ?

Best regards.
More
7 years 11 months ago #25339 by voras
Replied by voras on topic adsmanager 3.1.10 error
239 $markers = array();
240 $latlon = array();
241 foreach($contents as $content) {
242 $link = TRoute::_("index.php?option=com_adsmanager&view=details$urlparamroot&id=".$content->id."&catid=".$content->catid);
243 $title = $content->ad_headline;
244 $price = $content->$mapFieldPrice;
245 if ($price != "") {
246 if(isset($fieldPrice)) {
247 if($fieldPrice->options == null || $fieldPrice->options->currency_symbol == '')
248 $price = sprintf(JText::_('ADSMANAGER_CURRENCY'),number_format(floatval($price), 2, '.', ' '));
249 else
250 $price = JHTMLAdsmanagerField::formatPrice($price, $fieldPrice->options);
251 } else {
252 $price = '';
253 }
254 //for Right to Left language
255 $price = str_replace(" "," ",$price);
256 }
257 $description = JString::substr($content->ad_text, 0, 140)."[...]";
258 if ((count($content->images) > 0)&&(@$content->images[0]->thumbnail)) {
259 $image = JURI_IMAGES_FOLDER."/".$content->images[0]->thumbnail;
260 } else {
261 $image = ADSMANAGER_NOPIC_IMG;
262 }
More
7 years 11 months ago #25348 by loic
Replied by loic on topic adsmanager 3.1.10 error
Hello,

It seems that the price filed isn't set in the setting of the module gmap. Could you check that ?

Best regards.
More
7 years 11 months ago #25407 by voras
Replied by voras on topic adsmanager 3.1.10 error
Hi!
After updating joomla 3.7.1 the first problem was fixed,
Error № 2 corrected copying the file mod_adsmanager_adsmap from adsmaneger 3.1.10,,,,file mod_adsmanager_adsmap.php I left the old one at 3.1.8 because if I update to 3.1.10 then the picture changes, see the photo


Attachments:
More
7 years 11 months ago #25424 by loic
Replied by loic on topic adsmanager 3.1.10 error
Hello,

That's a css issue.
Could you give me a link to the page, I will give you the code you need to add.

Best regards.
Time to create page: 1.486 seconds
Powered by Kunena Forum