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 / [RESOLVED] sh404sef error 290 gold version

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.

[RESOLVED] sh404sef error 290 gold version

More
11 years 9 months ago - 11 years 8 months ago #134 by Siteprod
hi,
an error in sh404sef plugin:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /.../www/plugins/sh404sefextplugins/sh404sefextplugincom_adsmanager/adsmanager/com_adsmanager.php on line 77


these line are :

foreach($adsmanagerlanguages as $lang => $list) {
$sh_LANG[$lang] = array_merge($sh_LANG[$lang],$list);
}

thanks for any help

j3.1.1
sh404sef 1.4
AM 290 gold version
Last edit: 11 years 8 months ago by tompap.
More
11 years 8 months ago #402 by tompap
Replied by tompap on topic sh404sef error 290 gold version - langage??
Could you try the following code:
if (!isset($sh_LANG)) {
	$sh_LANG = array();
}
foreach($adsmanagerlanguages as $lang => $list) {
	if (!isset($sh_LANG[$lang])) {
		$sh_LANG[$lang] = array();
	}
	$sh_LANG[$lang] =  array_merge($sh_LANG[$lang],$list);
}
The following user(s) said Thank You: Siteprod
More
11 years 8 months ago #456 by Siteprod
Replied by Siteprod on topic sh404sef error 290 gold version - langage??
yeeeesssss
this code seems working well
thankd
+1000 :)
Time to create page: 0.152 seconds
Powered by Kunena Forum